<html><body><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000"><div>This is what I use to auth against ldap and local.<br></div><div>(left out the ldap section ofcourse...<br></div><div><br></div><div>#####################<br># User Authentication<br>Set($ExternalAuth, 1);<br><br>Set($ExternalAuthPriority,  [   'My_LDAP' ] ); <br>Set($ExternalInfoPriority,  [   'My_LDAP' ] );<br>Set($UserAutocreateDefaultsOnLogin, { Privileged => 1 } );<br>Set($ExternalServiceUsesSSLorTLS,    0); <br>Set($AutoCreateNonExternalUsers,    1); <br>Set($ExternalAuthPriority,['My_LDAP']); <br><br>Set($ExternalSettings,      { <br>  'My_LDAP'       =>  {   ## GENERIC SECTION <br>  ....</div><div><br></div><div><br></div><div>Regards,<br></div><div><br></div><div>Tom<br></div></div></body></html>