Closed cpuschma closed 1 year ago
Fixes #419. This PR updates the ParseDN function to also take base64 encoded AttributeKeyValues into account. I also thought about decoding the Base64 encoded KV directly... but this could affect existing code as it would change the behavior.
ParseDN
Fixes #419. This PR updates the
ParseDN
function to also take base64 encoded AttributeKeyValues into account. I also thought about decoding the Base64 encoded KV directly... but this could affect existing code as it would change the behavior.