From bb8e763ede46248eb10108bdfa115f6c1937e3c5 Mon Sep 17 00:00:00 2001
From: Sergio Benitez <sbenitez@mit.edu>
Date: Sun, 16 Aug 2015 17:29:56 -0700
Subject: [PATCH] Small style fixes to the LDAP module README

---
 modules/auth/ldap/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/auth/ldap/README.md b/modules/auth/ldap/README.md
index 208f148e2..9a2a6aa1f 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