This is what I use to auth against ldap and local. 
(left out the ldap section ofcourse... 

##################### 
# User Authentication 
Set($ExternalAuth, 1); 

Set($ExternalAuthPriority, [ 'My_LDAP' ] ); 
Set($ExternalInfoPriority, [ 'My_LDAP' ] ); 
Set($UserAutocreateDefaultsOnLogin, { Privileged => 1 } ); 
Set($ExternalServiceUsesSSLorTLS, 0); 
Set($AutoCreateNonExternalUsers, 1); 
Set($ExternalAuthPriority,['My_LDAP']); 

Set($ExternalSettings, { 
'My_LDAP' => { ## GENERIC SECTION 
.... 


Regards, 

Tom 
---------
RT 4.4 and RTIR Training Sessions https://bestpractical.com/training
* Los Angeles - September, 2016

Reply via email to