Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ldapAttrib_ (0.05 sec)

  1. cmd/sts-handlers.go

    	ldapActualUser = "ldapActualUser" // this is a key name for the actual DN value
    	ldapUserN      = "ldapUsername"   // this is a key name for the short/login username
    	// Claim key-prefix for LDAP attributes
    	ldapAttribPrefix = "ldapAttrib_"
    
    	// Role Claim key
    	roleArnClaim = "roleArn"
    
    	// STS revoke type claim key
    	tokenRevokeTypeClaim = "tokenRevokeType"
    
    	// maximum supported STS session policy size
    	maxSTSSessionPolicySize = 2048
    )
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 36.6K bytes
    - Viewed (0)
Back to top