From: Ricardo Stella (stella@rider.edu)
Date: Thu Jun 24 2004 - 08:31:59 CDT
I'm late to the game here. Greg, is it you having the problems ?
I just caught this - you might want to double check...
Greg Schaffer wrote:
>
> $LDAP_BASE = "ou=people,o=mtsu.edu,o=mtsu";
^^^^^^^^^^^^^^^^^
I'm pretty sure it should be "ou=people, dc=mtsu, dc=edu"
It doesn't make much sense as it's not following convention...
> # Which attribute must match username, typically cn or uid
> $LDAP_AUTH_ATTR = "uid=";
^^^
It should just be "uid" - No EQUAL sign...
> $LDAP_BIND_ANON = 0;
>
> # Credentials for non-anonymous binding, if needed
> $LDAP_BIND_CREDENTIALS = "uid=,ou=xxx,o=xxx,o=xxx";
^^^^
Did you removed out the name ?
It should be the full DN. ie:
"uid=username,ou=xxx,o=xxx,o=xxx:PASSWORD";
Finally, I don't see it, but look at the $LDAP_URL variable and make
sure it's set to ""
Ricardo...
**********************************************************************
To unsubscribe from this list, send an e-mail message to
majordomo@southwestern.edu containing a single line with the words:
unsubscribe netreg
Send requests for assistance to: owner-netreg@southwestern.edu
**********************************************************************
This archive was generated by hypermail 2.1.4 : Thu Aug 12 2004 - 12:01:46 CDT