mirror of
https://github.com/rancher/types.git
synced 2025-08-30 10:17:53 +00:00
Add custom search filter field for openldap and freeipa
This commit is contained in:
parent
675504f294
commit
731077e635
@ -262,6 +262,7 @@ type LdapConfig struct {
|
||||
UserDisabledBitMask int64 `json:"userDisabledBitMask,omitempty"`
|
||||
UserSearchBase string `json:"userSearchBase,omitempty" norman:"notnullable,required"`
|
||||
UserSearchAttribute string `json:"userSearchAttribute,omitempty" norman:"default=uid|sn|givenName,notnullable,required"`
|
||||
UserSearchFilter string `json:"userSearchFilter,omitempty"`
|
||||
UserLoginAttribute string `json:"userLoginAttribute,omitempty" norman:"default=uid,notnullable,required"`
|
||||
UserObjectClass string `json:"userObjectClass,omitempty" norman:"default=inetOrgPerson,notnullable,required"`
|
||||
UserNameAttribute string `json:"userNameAttribute,omitempty" norman:"default=cn,notnullable,required"`
|
||||
@ -269,6 +270,7 @@ type LdapConfig struct {
|
||||
UserEnabledAttribute string `json:"userEnabledAttribute,omitempty"`
|
||||
GroupSearchBase string `json:"groupSearchBase,omitempty"`
|
||||
GroupSearchAttribute string `json:"groupSearchAttribute,omitempty" norman:"default=cn,notnullable,required"`
|
||||
GroupSearchFilter string `json:"groupSearchFilter,omitempty"`
|
||||
GroupObjectClass string `json:"groupObjectClass,omitempty" norman:"default=groupOfNames,notnullable,required"`
|
||||
GroupNameAttribute string `json:"groupNameAttribute,omitempty" norman:"default=cn,notnullable,required"`
|
||||
GroupDNAttribute string `json:"groupDNAttribute,omitempty" norman:"default=entryDN,notnullable"`
|
||||
|
Loading…
Reference in New Issue
Block a user