Hi, I want to create a small web app that will help me manage some aspect of LDAP at first mostly query output formatting (see available uid, user without posix attributes, ...), the second phase of development may add editing capabilities directly from the app.
To do so I wanted to use "LDAP auth module" included with Web2Py and store user credentials supplied during login time in order to use those as binding account for the searches. It seems like the db_user table only stores the login but not the password, How can I access those credentials ? p.s: Is LDAP auth using a secure protocol to forward credentials to the ldap server (TLS, STARTTLS, ...) by default ? Thanks for your time and for sharing your knowledge. Jonathan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

