<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16588"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI">
<DIV>Hi Jules,</DIV>
<DIV> </DIV>
<DIV>I noticed that there is a authenticator /lib/NSSLDAPAuthenticator.php but the preferences.php file does not have a corresponding section on implementing it. I have access to SLES servers that supports OPEN LDAP and thought I'd give it a whirl instead of the AD or IMAP authenticators.</DIV>
<DIV> </DIV>
<DIV>The NSSADAuthenticator.php has a section on howto implement it in the preferences.php file but the NSSLDAPAuthenticator.php does not have an example.</DIV>
<DIV> </DIV>
<DIV>I'm going to "try" configuring the LDAP Auth in the preferences.php as I have SLES system I can authenticate against.</DIV>
<DIV> </DIV>
<DIV>I'm "guessing" that the preferences file needs something like the below to work:</DIV>
<DIV> </DIV>
<DIV> //<BR> // Settings for the LDAP authenticator.<BR> //<BR> // "authLDAPServers" Array of hostnames to try binding to<BR> // "authLDAPBaseDN" Base distinguished name for search/bind<BR> // "authLDAPAdmins" Cheap way to grant admin privs to users; an<BR> // array of uname's<BR> 'authenticator' => 'LDAP',<BR> 'authLDAPServers' => array('192.168.1.1','192.168.1.2'),<BR> 'authLDAPBaseDN' => 'ou=users,o=domain',</DIV>
<DIV> 'authLDAPUseSSL' => false, <<<<< option does not appear to be currently supported in v3.59</DIV>
<DIV> </DIV>
<DIV>Can the LDAP library be tweaked to allow the use of the authLDAPUseSSL option in the preferences file? (If my humble interpretation that it is not currently implemented is correct).</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>thanks </DIV>
<DIV>Brad</DIV>
<DIV> </DIV></BODY></HTML>