On Friday, October 30, 2015 at 12:51:22 AM UTC+1, Jonathan Renon wrote: > > > It seems like the db_user table only stores the login but not the > password, How can I access those credentials ? > > uhm, let me think.......... it's probably because you can't get the password out of LDAP :-P There's no API to do that (fortunately).
(and incidentally beacuse it's not needed by web2py since you are using LDAP as the authentication mechanism for any given user) > p.s: Is LDAP auth using a secure protocol to forward credentials to the > ldap server (TLS, STARTTLS, ...) by default ? > If you set it to do so, yes, it is. -- 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.

