mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[doc] style
This commit is contained in:
parent
ec4be7cc70
commit
c6daa6996a
1 changed files with 4 additions and 3 deletions
|
@ -101,11 +101,11 @@ Apparently if we don't specify the list of attributes it seems that we get all a
|
||||||
Users LDAP schema
|
Users LDAP schema
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
According to :file:`ldapvi` this is the user schema (on YunoHost 2.7) and is
|
According to :file:`ldapvi` this is the user schema (on YunoHost 2.7):
|
||||||
located at :file:`uid=the_unix_username,ou=users,dc=yunohost,dc=org`:
|
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
# path: uid=the_unix_username,ou=users,dc=yunohost,dc=org
|
||||||
uid: the_unix_username
|
uid: the_unix_username
|
||||||
objectClass: mailAccount
|
objectClass: mailAccount
|
||||||
objectClass: inetOrgPerson
|
objectClass: inetOrgPerson
|
||||||
|
@ -127,10 +127,11 @@ located at :file:`uid=the_unix_username,ou=users,dc=yunohost,dc=org`:
|
||||||
mail: postmaster@domain.com
|
mail: postmaster@domain.com
|
||||||
givenName: first_name
|
givenName: first_name
|
||||||
|
|
||||||
The admin user is a special case, is located at :file:`cn=admin,dc=yunohost,dc=org` and looks like this:
|
The admin user is a special case that looks like this:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
# path: cn=admin,dc=yunohost,dc=org
|
||||||
gidNumber: 1007
|
gidNumber: 1007
|
||||||
cn: admin
|
cn: admin
|
||||||
homeDirectory: /home/admin
|
homeDirectory: /home/admin
|
||||||
|
|
Loading…
Reference in a new issue