From d1b6acd4648514e7cafaf6b78141ddfa1b6d3e14 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 23 Jun 2015 13:18:15 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73aed09..5a3ffd5 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ To use a privileged account for the user search: To check group membership before authenticating: * define( 'LDAPAUTH_GROUP_ATTR', 'memberof' ) // (optional) LDAP groups attr - * define( 'LDAPAUTH_GROUP_REQ', 'the-group') // (only if LDAPAUTH_GROUP_REQ set) Group user must be in + * define( 'LDAPAUTH_GROUP_REQ', 'the-group;another-admin-group') // (only if LDAPAUTH_GROUP_REQ set) Group/s user must be in. Allows multiple, semicolon delimited To automatically add LDAP users to config.php: * define( 'LDAPAUTH_ADD_NEW', true ) // (optional) Add LDAP users to config.php