Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetUsersSysType (0.09 sec)

  1. cmd/iam.go

    		return false
    	}
    
    	// Policies were found, evaluate all of them.
    	return sys.GetCombinedPolicy(policies...).IsAllowed(args)
    }
    
    // SetUsersSysType - sets the users system type, regular or LDAP.
    func (sys *IAMSys) SetUsersSysType(t UsersSysType) {
    	sys.usersSysType = t
    }
    
    // GetUsersSysType - returns the users system type for this IAM
    func (sys *IAMSys) GetUsersSysType() UsersSysType {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 29 16:01:48 UTC 2024
    - 74.6K bytes
    - Viewed (0)
Back to top