You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply BCrypt support on existing OpenLDAP database.
Apply BCrypt support on new OpenLDAP database installation.
Apply BCrypt support on existing OpenLDAP database.
Starting my server with the new enable-bcrypt.ldif file didn't seems to produce anything.
A bit of help would be appreciated to write the proper ldif file, I might have to do it through PHPLdapAdmin import to change the cn=config on the fly.
Apply BCrypt support on new OpenLDAP database installation.
I feel the enable-bcrypt.ldif file gets ignored, how do I verify that it worked ?
Does anyone have ever tried to implement a OpenLDAP crypting module ?
The text was updated successfully, but these errors were encountered:
Hi everyone,
I would like to install some new crypting algorithm because we are not satisfy with the existing one.
So far we have found two interesting extension:
We decided to go for the 2nd one for internal reason. This is how we followed the tutorial :
I am looking for help to finish the configuration.
Their doc says to edit
slapd.conf
while osixia/docker-openldap says:First: is
OpenLDAP
configured with --enable-modules when installed through apt ? I guess yes but it is a requirement:Source: https://www.openldap.org/doc/admin24/slapdconf2.html
Secondly, I have created a file
bootstrap/custom/enable-bcrypt.ldif
:There are two cases:
Apply BCrypt support on existing OpenLDAP database.
Starting my server with the new
enable-bcrypt.ldif
file didn't seems to produce anything.A bit of help would be appreciated to write the proper ldif file, I might have to do it through
PHPLdapAdmin
import to change thecn=config
on the fly.Apply BCrypt support on new OpenLDAP database installation.
I feel the
enable-bcrypt.ldif
file gets ignored, how do I verify that it worked ?Does anyone have ever tried to implement a OpenLDAP crypting module ?
The text was updated successfully, but these errors were encountered: