From 77c758b0eb425d29916912167ece9f2060823083 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Mon, 23 Feb 2009 09:19:35 +0000
Subject: [PATCH] fix syntax

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1299 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/simplesamlphp-googleapps.txt | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/docs/simplesamlphp-googleapps.txt b/docs/simplesamlphp-googleapps.txt
index d69ebbfc1..293d830a6 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
-- 
GitLab