From: David L. <dl...@us...> - 2000-06-05 23:20:32
|
> It looks like (you didn't really give us a lot of information to go on > here) that you're trying to develop a CGI program to update an LDAP > server. In this case you should use LDAP to authenticate. Now if you have > your LDAP server setup to do SASL with Kerberos instead of simple > authentication, then you can use that if you want. > Mark Sorry I wasn't more clear... But yes, I have a CGI which needs to update an LDAP directory. At this point, I'd rather use LDAP authentication than SASL or Kerberos. How does Net::LDAP interact with mod_auth_ldap? Specifically, doesn't mod_auth_ldap unbind after authentication? How can the cgi figure out who to bind as, and how? Thanks, -David |