Re: Configurable LDAP authentication

2006-08-15 Thread David Robinson
Guillaume Pratte wrote: > I took the code from http://www.carthage.edu/webdev/?p=12, adapted it > and generalized it so you can specify LDAP server and other > configuration items in settings.py. ... > There is no explicit copyright in the code found at > http://www.carthage.edu/webdev/?p=12, >

Configurable LDAP authentication

2006-08-15 Thread Guillaume Pratte
Hello, I took the code from http://www.carthage.edu/webdev/?p=12, adapted it and generalized it so you can specify LDAP server and other configuration items in settings.py. >From the README : === LDAP authentication backend for Django. The following