diff --git a/docs/simplesamlphp-googleapps.txt b/docs/simplesamlphp-googleapps.txt
index d69ebbfc1803f8ed93bed021b3759b1371afa07b..293d830a645cbc1ec35f33408e5f83244ce6308b 100644
--- a/docs/simplesamlphp-googleapps.txt
+++ b/docs/simplesamlphp-googleapps.txt
@@ -123,15 +123,9 @@ The LDAP module is found in `auth/login.php`.
 
 If you want to perform local authentication using this server, using the LDAP authenticaiton plugin, the following parameters should be configured in `config.php`:
 
--  
-    `auth.ldap.dnpattern`: Which DN to bind to. `%username%` is
-    replaced with with the user name typed in.
-
--   `auth.ldap.hostname`: Host name of the LDAP server
-
--  
-    `auth.ldap.attributes`: List of attributes retrieved from LDAP. Set
-    this option to `null` to retrieve all attributes available.
+ * `auth.ldap.dnpattern`: Which DN to bind to. `%username%` is replaced with with the user name typed in.
+ * `auth.ldap.hostname`: Host name of the LDAP server
+ * `auth.ldap.attributes`: List of attributes retrieved from LDAP. Set this option to `null` to retrieve all attributes available.
 
 
 ### Configuring the multi-LDAP authentication module