msldap icon indicating copy to clipboard operation
msldap copied to clipboard

Option to send raw values

Open CravateRouge opened this issue 10 months ago • 2 comments

Option to send already encoded values calling MSLDAPClient.modify. Disabled by default to not disturb tools already using this function. I also added LDAP_WELL_KNOWN_ATTRS in the available lookup tables to increase encoding possibilities

CravateRouge avatar Mar 01 '25 06:03 CravateRouge

is this one still needed?
What do you think of a solution that instead of introducing a new input variable we could allow the users to send a custom object like LDAPCustomValue that has an encode method which the user can implement the encoding logic in?

skelsec avatar Oct 29 '25 14:10 skelsec

That's a very good idea, it's even more flexible

CravateRouge avatar Oct 30 '25 04:10 CravateRouge