Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isExpired (0.06 sec)

  1. cmd/iam.go

    	// External (actual) LDAP DN to internal normalized representation
    	actualDNToParentUserMap := make(map[string]string)
    	for _, cred := range allCreds {
    		// Expired credentials don't need parent user updates.
    		if cred.IsExpired() {
    			continue
    		}
    
    		if !sys.LDAPConfig.IsLDAPUserDN(cred.ParentUser) {
    			continue
    		}
    
    		// Check if this is the first time we are
    		// encountering this LDAP user.
    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