On Mar 1, 2010, at 8:05 PM, valhalla wrote: > Hi All, > > I am looking for a relatively secure way to allow a logged in user > (currently auth via ldap to AD) to use their AD credentials to search > AD. > > I have plenty of code for how to search AD but no way that I can see > of running that code as the user. > > Any ideas? >
Store the user's credentials, not very secure, or use kerberos for authentication and use the token in the ldap query. -- Eric Chamberlain, Founder RF.com - http://RF.com/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

