Closed vmario89 closed 1 year ago
How do you think it could be done? The password needs to be sent to the LDAP server to connect.
hm didn't you use some mechanism to encrypt/decrypt the default admin password in the database, too?
Users' password are stored hashed yes, but the authentication is done locally. LDAP protocol requires to send the plain text password (unless I'm mistaken)
Hey, i recognized that LDAP_ADMIN_PASSWORD is not encrypted in database. This value is highly sensible and should be stored as some hash value.