1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpldapadmin_ynh.git synced 2024-09-03 19:56:45 +02:00

Update config.php.example

Close #20
This commit is contained in:
Tagada 2023-07-22 05:00:06 +02:00 committed by GitHub
parent 350a07d756
commit 681b9f5a68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -284,7 +284,7 @@ $servers->newServer('ldap_pla');
/* A convenient name that will appear in the tree viewer and throughout /* A convenient name that will appear in the tree viewer and throughout
phpLDAPadmin to identify this LDAP server to users. */ phpLDAPadmin to identify this LDAP server to users. */
$servers->setValue('server','name','YunoHost OpenLDAP Server'); $servers->setValue('server','name','YunoHost OpenLDAP Server');
$servers->setValue('login','bind_id','cn=admin,dc=yunohost,dc=org'); $servers->setValue('login','bind_id','uid=username,ou=users,dc=yunohost,dc=org');
/* Examples: /* Examples:
'ldap.example.com', 'ldap.example.com',