summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author无闻 <u@gogs.io>2015-08-17 12:28:24 +0800
committer无闻 <u@gogs.io>2015-08-17 12:28:24 +0800
commit6712aa21fa314e1328dd73c849981e3e0efe9fc5 (patch)
tree1f4a62f367266419e8cf620abd17c07473f1420a
parent727a621376b88392f17a1e0cf7ac865b29d5caa1 (diff)
parentbb8e763ede46248eb10108bdfa115f6c1937e3c5 (diff)
downloadgitea-6712aa21fa314e1328dd73c849981e3e0efe9fc5.tar.gz
gitea-6712aa21fa314e1328dd73c849981e3e0efe9fc5.zip
Merge pull request #1492 from SergioBenitez/develop
Small style fixes to the LDAP module README
-rw-r--r--modules/auth/ldap/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/auth/ldap/README.md b/modules/auth/ldap/README.md
index 208f148e2f..9a2a6aa1fa 100644
--- a/modules/auth/ldap/README.md
+++ b/modules/auth/ldap/README.md
@@ -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