Updating sample configuration file

Change-Id: I503e37c19711c914473ef59d4a18d0c84463b521
This commit is contained in:
OpenStack Proposal Bot 2016-02-20 00:36:10 +00:00
parent eea1af7d75
commit b6b218e9e4
1 changed files with 8 additions and 0 deletions

View File

@ -1025,6 +1025,9 @@
# LDAP attribute mapped to user name. (string value)
#user_name_attribute = sn
# LDAP attribute mapped to user description. (string value)
#user_description_attribute = description
# LDAP attribute mapped to user email. (string value)
#user_mail_attribute = mail
@ -1197,6 +1200,11 @@
# End user auth connection lifetime in seconds. (integer value)
#auth_pool_connection_lifetime = 60
# If the members of the group objectclass are user IDs rather than DNs, set
# this to true. This is the case when using posixGroup as the group objectclass
# and OpenDirectory. (boolean value)
#group_members_are_ids = false
[matchmaker_redis]