We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ops_sdk/websdk/ldap.py
Line 18 in 7881ce8
修改为
self.ldap_server = Server(ldap_server_host, port=ldap_server_port, use_ssl=ldap_use_ssl, get_info = None)
默认get_info = SCHEMA 会获取LDAP的schema信息,实际上在这块没有必要,后续的信息也没有使用到。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ops_sdk/websdk/ldap.py
Line 18 in 7881ce8
修改为
默认get_info = SCHEMA 会获取LDAP的schema信息,实际上在这块没有必要,后续的信息也没有使用到。
The text was updated successfully, but these errors were encountered: