1
0
mirror of https://github.com/rancher/types.git synced 2025-09-15 22:39:05 +00:00

add nestedGroupMembershipEnabled field for openldap

This commit is contained in:
carolyn
2018-07-03 15:15:27 -07:00
committed by Craig Jellick
parent b6f427daea
commit 0e8091ec52

View File

@@ -217,6 +217,7 @@ type LdapConfig struct {
GroupMemberUserAttribute string `json:"groupMemberUserAttribute,omitempty" norman:"default=entryDN,notnullable"`
GroupMemberMappingAttribute string `json:"groupMemberMappingAttribute,omitempty" norman:"default=member,notnullable,required"`
ConnectionTimeout int64 `json:"connectionTimeout,omitempty" norman:"default=1000,notnullable,required"`
NestedGroupMembershipEnabled bool `json:"nestedGroupMembershipEnabled" norman:"default=true"`
}
type LdapTestAndApplyInput struct {