From be27563d6512c0aae56efcc5a9af3615b10a3427 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20P=C3=A9rez=20Crespo?= <jaime.perez@uninett.no>
Date: Fri, 21 Feb 2014 11:07:57 +0000
Subject: [PATCH] Fix typos in ldap module documentation.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3374 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/ldap/docs/ldap.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/ldap/docs/ldap.txt b/modules/ldap/docs/ldap.txt
index 82eaef7b5..c19141e14 100644
--- a/modules/ldap/docs/ldap.txt
+++ b/modules/ldap/docs/ldap.txt
@@ -277,10 +277,10 @@ style is deprecated now and will be removed in 2.0.
 
 This is the most basic configuration possible. It will look at the
 authsource for all LDAP connection information and queries LDAP for
-the specific attribute.
+the specific attributes requested.
 
 	50 => array(
-		'class' => 'ldap:AttributeAddUsersGroups',
+		'class' => 'ldap:AttributeAddFromLDAP',
 		'authsource' => 'example-ldap',
 		'attributes' => array('displayName' => 'cn', 'jpegPhoto'),
 		'search.filter' => '(uid=%uid%)',
@@ -288,10 +288,10 @@ the specific attribute.
 
 If no authsource is available then you can specify the connection info
 using the filter configuration. Note: Not all of the options below are
-required, see the config options for ldap:AttributeAddUsersGroups below.
+required, see the config options for ldap:AttributeAddFromLDAP above.
 
 	50 => array(
-		'class' => 'ldap:AttributeAddUsersGroups',
+		'class' => 'ldap:AttributeAddFromLDAP',
 		'ldap.hostname' => 'ldap.example.org',
 		'ldap.username' => 'CN=LDAP User,CN=Users,DC=example,DC=org',
 		'ldap.password' => 'Abc123',
-- 
GitLab