Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for origKeys (0.07 sec)

  1. cmd/iam.go

    					}
    				}
    			}
    		}
    
    		// 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 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