Skip to content

Instantly share code, notes, and snippets.

Created August 28, 2017 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/fd5982099107fb56a0ce42eb91f8974c to your computer and use it in GitHub Desktop.
Save anonymous/fd5982099107fb56a0ce42eb91f8974c to your computer and use it in GitHub Desktop.
salt '*' ldap3.connect "{
'url': 'ldap://127.0.0.1/',
'bind': {
'method': 'simple',
'dn': 'cn=admin,dc=example,dc=com',
'password': 'secret'}
}"
> 'ldap3' __virtual__ returned False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment