mirror of
https://github.com/YunoHost-Apps/phpldapadmin_ynh.git
synced 2024-09-03 19:56:45 +02:00
parent
350a07d756
commit
681b9f5a68
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ $servers->newServer('ldap_pla');
|
|||
/* A convenient name that will appear in the tree viewer and throughout
|
||||
phpLDAPadmin to identify this LDAP server to users. */
|
||||
$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:
|
||||
'ldap.example.com',
|
||||
|
|
Loading…
Add table
Reference in a new issue