phpLDAPadmin
phpLDAPadmin copied to clipboard
phpLDAPadmin - Web based LDAP administration tool
How to create a custom function to trim whitespaces from input data? For example: ..templates/creation/custom_user.xml Last Name =autoFill(cn; rtrim(%givenName%) rtrim(%sn%) )
Hello, I'm using PLA 1.2.0.5-2+squeeze1 on Debian Oldstable (Squeeze, 6.0) and OpenLDAP (slapd) 2.4.23-7.3. However, there seem to be some issues handling dynamic overlay groups correctly (eg ObjectClass: groupOfUrls). Attributes,...
PHP has support for generating [argon2 hashes](https://www.php.net/manual/en/function.password-hash.php) and openLDAP also supports [argon2 password hashes](https://manpages.debian.org/testing/slapd-contrib/slapd-pw-argon2.5.en.html). If phpLDAPadmin were to add Argon2 support, people would be able to use it on their...
I am running phpldapadmin 1.2.6.4, althrough the version number shown on the webpage is 1.2.6.3, I got login failed with password contains '&'. BTW, login as admin can successfully check...
I download the 1.2.6.4.tar.gz source code, why is 1.2.6.3 displayed after installation?  
When using php FPM, the memory limit defaults to `128M` causing the following warning on the login page: `Your php memory limit is low - currently 128M, you should increase...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
Hello, I tried to install phpLDAPAdmin in a Docker. I'm not able to create the "App key", the ngix server doesn't want to start. I follow the procedure on this...