[EMAIL PROTECTED] wrote:
> 
> I used Net::LDAP, a pure Perl implementation, against a Novell eDirectory LDAP
> server.
> 
> You can find it at CPAN or at
> http://sourceforge.net/project/?group_id=5050
> 
> I coded the authen_cred method to authenicate against LDAP and then store
> the username in the session hash.
> 
> The authen_ses_key method then recovers the username from the session
> hash.

I remember writing those methods long ago... :-)

> I created a custom require method to check group membership so I can
> include something like this in httpd.conf :
> 
> require LDAPGroup cn=administrators,ou=groups,o=wl
> 
> I want to extend it to check for container membership too but I don't need
> that just now.
> 
> I could send you the code if it would be of interest.
That would be great if you don't mind. At least then I would have a
starting point. My biggest decision right now is whether to use
something like mod_auth_ldap compiled into Apache or to use
Apache::AuthCookie with LDAP authentication like you used. Does anyone
have experience with either situation?

-- 
Drew Taylor
Vialogix Communications, Inc.
501 N. College Street
Charlotte, NC 28202
704 370 0550
http://www.vialogix.com/

Reply via email to