i've test it without change auth = Auth(db) in db.py
the logs is depend on your ldap server configuration (389-ds, openldap, 
etc), that's why i in another thread, i start the ldap server directly (no 
daemonize), so that every single hit (whatever try to reach the ldap 
server, success or not will print on the terminal)
not sure what going on with your side, because no logs or error provided 
(web2py or ldap server).
my suggestion is pls start from simple first, in your dev env :
- create your ldap server (apacheds not hurt, just download and run it, no 
installation like 389-ds or openldap)
- run apacheds from terminal, create a ou (whatever you want in ldap 
server, preferable using apache directory server or you can use slapd)
- create new web2py app
- copas about ldap auth from web2py book (link provide on prev message)

then if still can not, pls come back with the error log shown in ldap 
server (apacheds terminal)

good luck n best regards,
stifan

-- 
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.

Reply via email to