From c6daa6996a1d2e434f34f56529295cc867e1e7e9 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 12 Aug 2017 13:35:42 +0200 Subject: [PATCH] [doc] style --- doc/ldap.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/ldap.rst b/doc/ldap.rst index ffdadef4..1c53f272 100644 --- a/doc/ldap.rst +++ b/doc/ldap.rst @@ -101,11 +101,11 @@ Apparently if we don't specify the list of attributes it seems that we get all a Users LDAP schema ----------------- -According to :file:`ldapvi` this is the user schema (on YunoHost 2.7) and is -located at :file:`uid=the_unix_username,ou=users,dc=yunohost,dc=org`: +According to :file:`ldapvi` this is the user schema (on YunoHost 2.7): :: + # path: uid=the_unix_username,ou=users,dc=yunohost,dc=org uid: the_unix_username objectClass: mailAccount objectClass: inetOrgPerson @@ -127,10 +127,11 @@ 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: +The admin user is a special case that looks like this: :: + # path: cn=admin,dc=yunohost,dc=org gidNumber: 1007 cn: admin homeDirectory: /home/admin