Skip to content

Instantly share code, notes, and snippets.

@chmouel
Created September 6, 2013 07:28
Show Gist options
  • Save chmouel/6460618 to your computer and use it in GitHub Desktop.
Save chmouel/6460618 to your computer and use it in GitHub Desktop.
ldapsearch with devstack+ldap
source ~/devstack/localrc
ldapsearch -x -b 'dc=openstack,dc=org' -D 'dc=Manager,dc=openstack,dc=org' -w ${LDAP_PASSWORD}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment