On Wed, May 4, 2011 at 15:20, Savage, Karen R. <[email protected]> wrote: > I've had LDAP authentication working on my upgrade for the past couple of > months, but now I find that it's not working again. The only config change > I've made since I got it working is setting up the server to run through port > 8443. Would that affect authentication?
If you changed the port of your LDAP server, you need to use the following format: <config name="directory_server">ldap://hostname:port/</config> or <config name="directory_server">ldaps://hostname:port/</config> If you mean you changed the port of your HTTP server, then no, it wouldn't affect authentication. In that case enable <config name="display_errors">true</config> and try to log in, this should display any errors in the ldap_* functions called in the lib/Xerxes/authentication/LDAP.php file. That should indicate the problem more closely. Regards, ~~helix84 ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

