Missed a variable when updating LdapService.
This commit is contained in:
		
							parent
							
								
									b714652e10
								
							
						
					
					
						commit
						a192b600fc
					
				| 
						 | 
				
			
			@ -76,6 +76,7 @@ class LdapService extends ExternalAuthService
 | 
			
		|||
        $idAttr = $this->config['id_attribute'];
 | 
			
		||||
        $emailAttr = $this->config['email_attribute'];
 | 
			
		||||
        $displayNameAttr = $this->config['display_name_attribute'];
 | 
			
		||||
        $thumbnailAttr = $this->config['thumbnail_attribute'];
 | 
			
		||||
 | 
			
		||||
        $user = $this->getUserWithAttributes($userName, ['cn', 'dn', $idAttr, $emailAttr, $displayNameAttr]);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue