if you expose it to him, yes.
Unfortunately in your situation the only way to create an ldap connection is to save somewhere what you need to bind to the AD server, which at the very LEAST is username and password. Once again I urge to speak with AD administrators and require a dedicated set of credentials to let your app connect to AD servers.
I'm pretty sure that if you explain them what you're trying to do without it (really scary stuff), they'll be happy to comply.
On a totally different path, you can subclass or make your own login_method (mostly copy/pasting web2py's one) and append your queries to it.