소스 검색

Merge pull request #1492 from SergioBenitez/develop

Small style fixes to the LDAP module README
无闻 9 년 전
부모
커밋
6712aa21fa
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      modules/auth/ldap/README.md

+ 3 - 3
modules/auth/ldap/README.md

@@ -54,11 +54,11 @@ section in the admin panel. The fields should be set as follows:
 	* Example: givenName
 	* Example: givenName
 
 
 * Surname name attribute (optional)
 * 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.
 	This will be used to populate their account information.
 	* Example: sn
 	* 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.
 	address. This will be used to populate their account information.
 	* Example: mail
 	* Example: mail