mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[doc] add admin schema
This commit is contained in:
parent
047fbc7b16
commit
0718e2b4f8
1 changed files with 15 additions and 0 deletions
15
doc/ldap.rst
15
doc/ldap.rst
|
@ -127,6 +127,21 @@ located at :file:`uid=the_unix_username,ou=users,dc=yunohost,dc=org`:
|
|||
mail: postmaster@domain.com
|
||||
givenName: first_name
|
||||
|
||||
The admin user is a special case, is located at :file:`cn=admin,dc=yunohost,dc=org` and looks like this:
|
||||
|
||||
::
|
||||
|
||||
gidNumber: 1007
|
||||
cn: admin
|
||||
homeDirectory: /home/admin
|
||||
objectClass: organizationalRole
|
||||
objectClass: posixAccount
|
||||
objectClass: simpleSecurityObject
|
||||
loginShell: /bin/bash
|
||||
description: LDAP Administrator
|
||||
uidNumber: 1007
|
||||
uid: admin
|
||||
|
||||
Reading users from LDAP
|
||||
-----------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue