diff options
| author | Brad Topol <btopol@us.ibm.com> | 2013-02-24 23:35:48 -0600 |
|---|---|---|
| committer | Brad Topol <btopol@us.ibm.com> | 2013-02-25 11:24:52 -0600 |
| commit | b978211b816da8387db91ba620da935b13b135ee (patch) | |
| tree | d115df53e0f8f812437f3013d7ce4f047e30cd98 /etc | |
| parent | 30dbb742e47621305b21cb3de8a51f57e8423930 (diff) | |
| download | keystone-b978211b816da8387db91ba620da935b13b135ee.tar.gz keystone-b978211b816da8387db91ba620da935b13b135ee.tar.xz keystone-b978211b816da8387db91ba620da935b13b135ee.zip | |
domain_id_attributes in config.py have wrong default value
Also, as requested I put in this bug fix the related updates
to keystone.conf.sample
Fixes Bug1131443
Fixes Bug1131439
Change-Id: I3e973c8f8ad2783153a2ccb3d743b65eec47e749
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/keystone.conf.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/keystone.conf.sample b/etc/keystone.conf.sample index 8c49f68e..b50ec760 100644 --- a/etc/keystone.conf.sample +++ b/etc/keystone.conf.sample @@ -145,6 +145,7 @@ # user_tree_dn = ou=Users,dc=example,dc=com # user_filter = # user_objectclass = inetOrgPerson +# user_domain_id_attribute = businessCategory # user_id_attribute = cn # user_name_attribute = sn # user_mail_attribute = email @@ -162,6 +163,7 @@ # tenant_tree_dn = ou=Groups,dc=example,dc=com # tenant_filter = # tenant_objectclass = groupOfNames +# tenant_domain_id_attribute = businessCategory # tenant_id_attribute = cn # tenant_member_attribute = member # tenant_name_attribute = ou |
