[rt-users] Issues with RTExternalAuth

it_stuff at telenet.be it_stuff at telenet.be
Tue Jul 5 03:21:38 EDT 2016


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 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20160705/5a1d48aa/attachment.htm>


More information about the rt-users mailing list