Re: How to configure Albatross auth with existing LDAP ?
Andrew McNamara <[email protected]> Wed, 02 Mar 2005 15:12:55 +1100
| Newsgroups | gmane.comp.web.albatross.general |
|---|---|
| Message-ID | <[email protected]> |
>How to configure Albatross auth with existing LDAP ? >I know that it is possible to configure Apache to use LDAP, also it is >possible to use LDAP directly in python using python-ldap. What is >recommended way to handle authorization/authentification in web >application with LDAP? You could, of course, just have Apache authenticate via PAM and configure PAM to use LDAP. If I remember correctly, Apache puts the authenticated user name in an environment variable. There are also python bindings for OpenLDAP - this is probably a better way to go, since LDAP is good for far more than just authentication, and this path would give you access to other LDAP data. Albatross doesn't provide any support in this area. -- Andrew McNamara, Senior Developer, Object Craft http://www.object-craft.com.au/