Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sessionPolicy (0.04 sec)

  1. 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 Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 184.7K bytes
    - Viewed (0)
  2. 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 Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 100.2K bytes
    - Viewed (1)
Back to top