Home
last modified time | relevance | path

Searched defs:dynamicRole (Results 1 – 3 of 3) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-openldap/
H A Ddynamic_role.go12 type dynamicRole struct { struct
14 Name string `json:"name" mapstructure:"name"`
15 CreationLDIF string `json:"creation_ldif" mapstructure:"creation_ldif"`
16 DeletionLDIF string `json:"deletion_ldif" mapstructure:"deletion_ldif"`
19 …kLDIF string `json:"rollback_ldif" mapstructure:"rollback_ldif,omitempty"`
20 …plate string `json:"username_template,omitempty" mapstructure:"username_template,omitempty"`
21 …ltTTL time.Duration `json:"default_ttl,omitempty" mapstructure:"default_ttl,omitempty"`
22 …axTTL time.Duration `json:"max_ttl,omitempty" mapstructure:"max_ttl,omitempty"`
42 func storeDynamicRole(ctx context.Context, s logical.Storage, role *dynamicRole) error {
H A Dpath_dynamic_roles.go180 func validateDynamicRole(dRole *dynamicRole) error {
H A Dpath_dynamic_creds.go216 func generateUsername(req *logical.Request, role *dynamicRole) (string, error) {