Home
The Toolkit for Online Communities
15899 Community Members, 0 members online, 2493 visitors today
Log In Register

Forum OpenACS Q&A: Re: External Authentication - LDAP question

OpenACS Home : Forums : OpenACS Q&A : Re: External Authentication - LDAP question : One Message

+
Posted by Bruno Mattarollo on

Hey Chris

Try telnet localhost 389 (note the whitespace between localhost and 389) instead of putting the :.

+
Posted by Chris Grant on
thanks Bruno, it worked.
says: "Connected to localhost"

so i guess the problem is not ldap? does anyone have an idea?

+
Posted by Chris Grant on
i changed the slapd.conf file (for openldap) so that it allows binding with LDAPv2. this seemed to do something, because now i get a strange error message:
"error: nsldap: could not open connection to server ldap://localhost" on port 389: Success"
i does anyone know what this means? it still says:
"could not allocate 1 handle from pool ldap" though...
+
Posted by Chris Grant on
hi guys, thanks for all your help! i've managed to get it working now =)