Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PolicyDBUpdateLDAP (0.15 sec)

  1. cmd/iam.go

    			Policy:      strings.Join(effectivePolicies, ","),
    		},
    		UpdatedAt: updatedAt,
    	}))
    
    	return
    }
    
    // PolicyDBUpdateLDAP - adds or removes policies from a user or a group verified
    // to be in the LDAP directory.
    func (sys *IAMSys) PolicyDBUpdateLDAP(ctx context.Context, isAttach bool,
    	r madmin.PolicyAssociationReq,
    ) (updatedAt time.Time, addedOrRemoved, effectivePolicies []string, err error) {
    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