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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user