phpLDAPadmin icon indicating copy to clipboard operation
phpLDAPadmin copied to clipboard

phpLDAPadmin - Web based LDAP administration tool

Results 51 phpLDAPadmin issues
Sort by recently updated
recently updated
newest added

**Describe the bug** VERSION file in release 1.2.6.7 indicated incorrect version: ``` $ cat phpLDAPadmin-1.2.6.7/VERSION RELEASE-1.2.6.6 ``` Checked for tar and zip files. Please verify if the release ACTUALLy contains...

is it planned to support newer php versions? At the moment deprecated warnings makes it phpLDAPadmin unusable: ``` Creation of dynamic property page::$index is deprecated PHP Debug Backtrace File /usr/share/phpldapadmin/lib/functions.php...

Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 3.0.35 to 3.0.37. Release notes Sourced from phpseclib/phpseclib's releases. 3.0.37 SSH2: don't set stream timeout if timeout is 0 (#1986) 3.0.36 BigInteger: put guardrails on isPrime() and...

dependencies
php

enviroment: apache-httpd-2.4.58 openldap-2.5.17 php 7.0.0 phpLDAPadmin-1.2.6.7 when i browser phpLDAPadmin/htdocs/index.php. It reports :Parse error: syntax error, unexpected '=' in /usr/local/apache2/htdocs/phpLDAPadmin/lib/functions.php on line 361 ![1](https://github.com/leenooks/phpLDAPadmin/assets/125631594/15e13453-2031-457b-8297-bf2e307f778c)

**Describe the bug** When changing a user gidNumber I got the following error, the change was not made. This is on php 8.2, fix included in the report, i am...

old

**Describe the bug** Hi, today we had an issue with a user that has an apostrophe in its uid - creation is succesful, but searches fail: ![immagine](https://github.com/leenooks/phpLDAPadmin/assets/16761934/0c943665-9dd6-4f58-a465-a20d1709c2d2) ![immagine](https://github.com/leenooks/phpLDAPadmin/assets/16761934/c7c15b22-c3fc-4f3b-a475-b2921706d316) Entries are...

old

Fixes issue https://github.com/leenooks/phpLDAPadmin/issues/238 - currently DNs are htmlescaped while read from the request object, this makes searches fail when looking for html-escaped characters (ampersands, apostrophes, quotes, etc.).

You get the above error with php >= 8.1 when `$server->getContainer($base->getDN())` in `lib\HTMLTree.php` returns a null object (that's the case if you have a short, one component, rootdn in your...

old

We have to create more than 100 users. In order to save time, we would like 2 or 3 people to create users simultaneously using the web interface each on...

enhancement

Maybe I'm misunderstanding the whole meaning (no doc found here and https://phpldapadmin.sourceforge.net/ looks down): XML templates declaring a `noleaf` element 1 are intended to prevent creating child objects (i.e., nesting)...

old