I want to set password in active directory using using java/spring ldap api. AD schema for attribut userPassword says Octet string. How can I generate any password to octet string ?
If I have password "tempPassword" - how can I convert to octet string ?
byte[] getValue()
- MariuszS