Skip to content

Commit

Permalink
Change domain component value to org from com
Browse files Browse the repository at this point in the history
Fixes Bug1200241

Changes variable value in keystone doc to proper a domain component and make it
consistent.

Change-Id: I0a9ac381d2da14c957df5aa50cb8f9dfadade1ac
  • Loading branch information
spzala committed Jul 11, 2013
1 parent 9a5b0c3 commit 7fb7bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/configuration.rst
Expand Up @@ -1079,7 +1079,7 @@ if the backend is providing too much output, in such case the configuration
will look like::

[ldap]
user_filter = (memberof=CN=openstack-users,OU=workgroups,DC=openstack,DC=com)
user_filter = (memberof=CN=openstack-users,OU=workgroups,DC=openstack,DC=org)
tenant_filter =
role_filter =

Expand Down

0 comments on commit 7fb7bdf

Please sign in to comment.