diff options
| author | Jose Castro Leon <jose.castro.leon@cern.ch> | 2012-10-16 23:25:03 +0200 |
|---|---|---|
| committer | Jose Castro Leon <jose.castro.leon@cern.ch> | 2012-10-16 23:25:03 +0200 |
| commit | a4a97eabb8bde395753de330f76085e69290cdfe (patch) | |
| tree | 38bf16b22453e498fb4279370fa4b5e31db7e0ff /etc | |
| parent | d05d1128490377e4c50311c40d0901aa5b63c4bc (diff) | |
Extract hardcoded configuration in ldap backend (bug 1052111)
Change-Id: I128b0ccdb32694a4fc2f660e73c367aa8b01f257
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/keystone.conf.sample | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/keystone.conf.sample b/etc/keystone.conf.sample index c81d3b6c..2eabba41 100644 --- a/etc/keystone.conf.sample +++ b/etc/keystone.conf.sample @@ -108,12 +108,16 @@ # suffix = cn=example,cn=com # use_dumb_member = False # allow_subtree_delete = False +# dumb_member = cn=dumb,dc=example,dc=com # user_tree_dn = ou=Users,dc=example,dc=com # user_filter = # user_objectclass = inetOrgPerson # user_id_attribute = cn # user_name_attribute = sn +# user_mail_attribute = email +# user_pass_attribute = userPassword +# user_attribute_ignore = tenant_id,enabled,tenants # user_allow_create = True # user_allow_update = True # user_allow_delete = True @@ -124,6 +128,8 @@ # tenant_id_attribute = cn # tenant_member_attribute = member # tenant_name_attribute = ou +# tenant_desc_attribute = desc +# tenant_attribute_ignore = enabled # tenant_allow_create = True # tenant_allow_update = True # tenant_allow_delete = True @@ -132,7 +138,9 @@ # role_filter = # role_objectclass = organizationalRole # role_id_attribute = cn +# role_name_attribute = ou # role_member_attribute = roleOccupant +# role_attribute_ignore = # role_allow_create = True # role_allow_update = True # role_allow_delete = True |
