]> source.dussan.org Git - gitea.git/commitdiff
Small style fixes to the LDAP module README
authorSergio Benitez <sbenitez@mit.edu>
Mon, 17 Aug 2015 00:29:56 +0000 (17:29 -0700)
committerSergio Benitez <sbenitez@mit.edu>
Mon, 17 Aug 2015 00:29:56 +0000 (17:29 -0700)
modules/auth/ldap/README.md

index 208f148e2f2a1fe0f0a880d86b6c5b4ca6b14c0e..9a2a6aa1fa804e4f6cc89ff1689ccd76dc915ecf 100644 (file)
@@ -54,11 +54,11 @@ section in the admin panel. The fields should be set as follows:
        * Example: givenName
 
 * Surname name attribute (optional)
-       *The attribute of the user's LDAP record containing the user's surname
+       * The attribute of the user's LDAP record containing the user's surname
        This will be used to populate their account information.
        * Example: sn
 
-* E-mail attribute (required)
-       The attribute of the user's LDAP record containing the user's email
+* E-mail attribute **(required)**
+       The attribute of the user's LDAP record containing the user's email
        address. This will be used to populate their account information.
        * Example: mail