python3 ldap3 NTLM验证用户 置顶 | 发表于 2020-12-18 分类于 python 阅读次数: Valine: 12345678from ldap3 import Server, Connection, NTLM, ALLserver = Server("xxx.xxx.xxx.xxx", 389, use_ssl=False, get_info=ALL)print(server)conn = Connection(server, user="Domain\\username", password="password", authentication=NTLM)print(conn.bind())print(conn.extend.standard.who_am_i())-------------本文结束感谢您的阅读-------------听说,打赏我的人都找到了真爱打赏微信支付支付宝本文作者: tking本文链接: http://daydayup863.github.io/python/python3_ldap验证/版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!欢迎关注我的其它发布渠道 RSS