mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	typo corrected
This commit is contained in:
		
							parent
							
								
									665e525f0a
								
							
						
					
					
						commit
						d4001e71dd
					
				@ -11,7 +11,7 @@ $conf['plugin']['authldap']['usertree']    = 'ou=people,dc=example,dc=com';
 | 
			
		||||
$conf['plugin']['authldap']['grouptree']   = 'ou=groups, dc=example, dc=com';
 | 
			
		||||
$conf['plugin']['authldap']['userfilter']  = '(&(uid=%{user})(objectClass=person))';
 | 
			
		||||
$conf['plugin']['authldap']['groupfilter'] = '(objectClass=group)';
 | 
			
		||||
$conf['plugin']['authldap']['attributes']  = array('cn', 'displayname', 'mail', 'givenname', 'objectclass', 'sn', 'uid', 'memberof');
 | 
			
		||||
$conf['plugin']['authldap']['attributes']  = array('cn', 'displayname', 'mail', 'givenname', 'objectclass', 'sn', 'uid', 'memberOf');
 | 
			
		||||
$conf['plugin']['authldap']['version']    = 3;
 | 
			
		||||
$conf['plugin']['authldap']['binddn']     = 'cn=admin,ou=people,dc=example,dc=com';
 | 
			
		||||
$conf['plugin']['authldap']['bindpw']     = 'ENTER_YOUR_LLDAP_PASSWORD';
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user