<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>&nbsp;</DIV>
<DIV>I noticed that there is a&nbsp;authenticator&nbsp;/lib/NSSLDAPAuthenticator.php&nbsp;but the preferences.php file does not have a corresponding section on implementing it.&nbsp;&nbsp; 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>&nbsp;</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>&nbsp;</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>&nbsp;</DIV>
<DIV>I'm "guessing" that the preferences file needs something like the below to work:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; //<BR>&nbsp; // Settings for the LDAP authenticator.<BR>&nbsp; //<BR>&nbsp; //&nbsp; "authLDAPServers"&nbsp;&nbsp;&nbsp;&nbsp; Array of hostnames to try binding to<BR>&nbsp; //&nbsp; "authLDAPBaseDN"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Base distinguished name for search/bind<BR>&nbsp; //&nbsp; "authLDAPAdmins"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Cheap way to grant admin privs to users; an<BR>&nbsp; //&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; array of uname's<BR>&nbsp; 'authenticator' =&gt; 'LDAP',<BR>&nbsp; 'authLDAPServers'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; array('192.168.1.1','192.168.1.2'),<BR>&nbsp; 'authLDAPBaseDN'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; 'ou=users,o=domain',</DIV>
<DIV>&nbsp; 'authLDAPUseSSL'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; false,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;&lt;&lt;&lt;&lt;&nbsp; option does not appear to be currently supported in v3.59</DIV>
<DIV>&nbsp;</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>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>thanks </DIV>
<DIV>Brad</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>