phpLDAPadmin
phpLDAPadmin copied to clipboard
phpLDAPadmin - Web based LDAP administration tool
Fixes #162
Hi, I've created two "group"s with "Create a child entry -> Default -> ObjectClasses = groupOfNames". They're called "CMGroup" and "Subgroup". Using phpLDAPadmin I can successfully add users to "CMGroup",...
As i mentioned here #101. I can not add member using the latest version. 
Adding more than 4 entries to the list of "sudoCommand" commands does not add a new line. After pressing "add" the previous value disappears. You have to add one line...
Hi, Environment: OpenLdap openldap-2.4.44-24.el7_9.x86_64.rpm phpldapadmin 1.2.4 CentOs 7.9 in docker RedHat 7.9 in host Password policy: ``` # Entry 18: cn=pwd_default,ou=Policies,{{ ldap_root_dn }} dn: cn=pwd_default,ou=Policies,{{ ldap_root_dn }} cn: pwd_default description:...
Hi, using '&' to link multiple search conditions does not seem to work. '|' e.g. works fine. using: `(&(cn=bv-team-it)(objectclass=groupOfUniqueNames))` leads to `Filter performed: (&(cn=bv-team-it)(objectclass=groupOfUniqueNames))` In contrast: `(|(cn=bv-team-it)(objectclass=groupOfUniqueNames))` correctly shows to...
We are using phpLDAPadmin version 1.2.6.2. By default, anonymous binding is **enabled** by default. I believe this exposes the system to potential data exfiltration, especially when the system has a...
i have my Kerberos data in my DIT, and would like to be able see/set the attributes on an object in a more user friendly way. when i set an...
I was able to reproduce the issue reported in #130 with 1.2.6.2, the version that supposedly fixed that bug. Thus I believe the fix was incomplete and phpLDAPadmin is still...
Hi, Looks like PHP 7.4 has an issue with some code. It looks like all it needs is for a couple of curly brackets to be changed to square ones:...