Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for SetUsersSysType (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  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 {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Oct 15 17:00:45 GMT 2025
    - 76.5K bytes
    - Click Count (0)
Back to Top