s3:smbd: change blocking.c to use fsp_fnum_dbg() for fsp->fnum logging.
[Samba/gebeck_regimport.git] / source4 / setup / phpldapadmin-config.php
blob8a2f2153edb0266d51e670d3d1e9dd6b41b19af1
1 <?php
2 /**
3 * The phpLDAPadmin config file, customised for use with Samba4
5 * Use config.php.example to create config.php, if you don't have one.
7 * Append this file to config.php.
8 */
10 /* Create a new LDAP server for SAMBA4 */
11 $servers->newServer('ldap_pla');
13 /* A convenient name that will appear in the tree viewer and throughout
14 phpLDAPadmin to identify this LDAP server to users. */
15 $servers->setValue('server','name','Samba4 LDAP Server');
16 $servers->setValue('server','host','${S4_LDAPI_URI}');
17 $servers->setValue('login','auth_type','session');
18 $servers->setValue('login','attr','dn');