Skip to content

Commit

Permalink
Merge pull request #241 from telefonicaid/AlvaroVega-patch-1
Browse files Browse the repository at this point in the history
doc about ldapsearch
  • Loading branch information
fgalan authored Jun 25, 2024
2 parents f5ce4fd + 084014f commit ff69f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/keystone.smartcity.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
###
### In order of ajust `user`, `suffix`, `user_tree_dn`, `user_objectclass`, `group_tree_dn`, `group_object_class`
### and rest of user and groups attributes you should discover your ldap using a command like:
### ldapsearch -x -h <ldap_host> -w <ldap_admin_password> -D "cn=admin,dc=openstack,dc=org" -b "dc=openstack,dc=org"
### ldapsearch -x -H ldap://<ldap_host> -w <ldap_admin_password> -D "cn=admin,dc=openstack,dc=org" -b "dc=openstack,dc=org"
###

[identity]
Expand Down

0 comments on commit ff69f2e

Please sign in to comment.