did you look into gluon/contrib/login_methods/ldap_auth.py ? there is a request for additional features
http://code.google.com/p/web2py/issues/detail?id=531 would be great if you could help with the issue. Massimo On Dec 20, 5:13 pm, Bruno Lottero <[email protected]> wrote: > Hello there, > > Im currently developing an LDAP DAL adapter, so far i´ve been able to bind > to a server. > Tomorrow i will start to model the methods for the operations (add, search, > etc) > > But, there's a little problem since an ldap URI looks like this > ldap://server:port > > Where should i put the "dn" and "password" since DAL requires a single > argument? > > What do you think is the best solution?

