pingidentity / ldapsdk

UnboundID LDAP SDK for Java
Other
327 stars 79 forks source link

Is there way to encrypt LDAP password ? (at least Base 64) #159

Closed gredwhite closed 7 months ago

gredwhite commented 7 months ago

In my spring boot application I have following configuration for LDAP

ldap:
  connection:
    host: 123.45.67.89
    port: 389
    user: CN=Administrator,CN=Users,DC=MYCOMPANY,DC=COM
    password: SuPeRsEcrEt123#

Is there way to encrypt LDAP password ? at least Base64

dirmgr commented 7 months ago

This question doesn't have anything to do with the UnboundID LDAP SDK for Java. If that file is used by Spring Boot, then you should ask the people who maintain that software what the options are for using it.