- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for sessionPolicy (0.05 sec)
-
cmd/site-replication.go
return errSRInvalidRequest(errInvalidArgument) } switch { case change.Create != nil: var sp *policy.Policy var err error if len(change.Create.SessionPolicy) > 0 { sp, err = policy.ParseConfig(bytes.NewReader(change.Create.SessionPolicy)) if err != nil { return wrapSRErr(err) } } // skip overwrite of local update if peer sent stale info
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 184.8K bytes - Viewed (1) -
cmd/sts-handlers_test.go
"ldapUsername": "svc.algorithm", "parent": "uid=svc.algorithm,ou=swengg,dc=min,dc=io", "sa-policy": "inherited-policy" }, "sessionPolicy": null, "status": "on", "name": "", "description": "" } } `, // Built-in user-to-policies mapping should be imported without errors // even if LDAP is enabled.
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Oct 15 17:00:45 UTC 2025 - 103.4K bytes - Viewed (1)