This topic created in 4950 days ago, the information mentioned may be changed or developed.
$ pip install python-ldap
import ldap
conn = ldap.initialize('ldap://host')
conn.simple_bind_s('domain\username', 'password')
很简单吧~ (= ̄▽ ̄=)V
2 replies • 2015-05-30 14:25:01 +08:00
 |
|
1
eric_q Oct 9, 2012
要是半年前,这个很有用……
|