fix user_enabled_default suggestion
The normal user_enabled_default value for keystone LDAP configuration is 512, not 51. This fixes that typo in the admin guide. Change-Id: I6c28c7e0fe4b7ba4ce68812d208b552038de5fac
This commit is contained in:
parent
87545a6dc4
commit
e6ee097aa9
@ -349,7 +349,7 @@ Identity attribute mapping
|
|||||||
user_enabled_attribute = userAccountControl
|
user_enabled_attribute = userAccountControl
|
||||||
user_enabled_mask = 2
|
user_enabled_mask = 2
|
||||||
user_enabled_invert = false
|
user_enabled_invert = false
|
||||||
user_enabled_default = 51
|
user_enabled_default = 512
|
||||||
user_default_project_id_attribute =
|
user_default_project_id_attribute =
|
||||||
user_additional_attribute_mapping =
|
user_additional_attribute_mapping =
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user