Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for policyapi (0.13 sec)

  1. cmd/iam.go

    						iamLogIf(ctx, logErr)
    					}
    				}
    			}
    		}
    
    		// Replacing origKeys[0] with normKey in the policyMap
    
    		// len(origKeys) is always > 0, so here len(origKeys) == 1
    		mappingValue := policyMap[origKeys[0]]
    		delete(policyMap, origKeys[0])
    		policyMap[normKey] = mappingValue
    		iamLogEvent(ctx, "import-ldap-normalize: normalized LDAP DN mapping from `%s` to `%s`", origKeys[0], normKey)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 71.9K bytes
    - Viewed (0)
Back to top