[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Authenticating twiki against OpenLDAP?



twiki is web based.  We've installed mod_perl and use its authentication
mechinisms to authorize against or LDAP server and authenticate against our
Primary Domain Controller.

It would resemble this in httpd.conf:
<Location "/twiki/bin/save">
 AuthName "TWIKI Web"
 AuthType Basic
 PerlAuthenHandler Apache::AuthenPDC
 PerlAuthzHandler Apache::AuthzLDAP
 require memberOfgroup=ou=Twiki Users,o=Mydomain,c=US
</Location>



From: "Chris Hirsch" <chris@ewa-denver.com>
To: <openldap-software@OpenLDAP.org>
Sent: Thursday, January 09, 2003 8:46 AM
Subject: Authenticating twiki against OpenLDAP?


> Kinda off topic but I was wondering if anybody knows how I could go
> about authenticating my twiki users against OpenLDAP.
>
> Thanks for any suggestions or pointers,
> Chris
>
>