phpLDAPadmin
phpLDAPadmin copied to clipboard
phpLDAPadmin - Web based LDAP administration tool
## What happen At https://github.com/leenooks/phpLDAPadmin/blob/fc7ab06358f4a849a9051561699fce002ca4f643/lib/ds_ldap.php#L1149 is trying to parse hex value. But if the string is not available string, it will show warning: ``` PHP Deprecated: Invalid characters passed for...
I'd like to create a custom template for a user account, where one can fill the `o` attribute with a `PickList` that is populated with all distinct `o` attributes found...
When dynamic lists are created, by using the labeledURI attribute (labeledURIObject ObjectClass), it would be very useful to display a list of the items that populate the dynamic list, as...
Back in version 1.0.2 `` attributes could be parsed, that enabled us to keep both english and localised values for our users, as shown below.  Could you...
When the pwd-sha2 module is loaded in OpenLDAP (https://github.com/winlibs/openldap/tree/master/contrib/slapd-modules/passwd/sha2) it add supports for a bunch of schemes: {SSHA256}, {SSHA384}, {SSHA512}, {SHA256}, {SHA384} and {SHA512}. Would it be possible to detect...
If you use new way pool by adding uidPool and gidPool to LDAP tree, there is a bug in ds_ldap_pla.php looks like this may be easiest fix (someone should say,...
Hi, Since I’d created an Generic address book entry with an accentuated character I’d got an error when I’d try to load the child element on the web GUI and...
Once I upload the certifiucate bytes it is showing the below errro: phpLDAPadmin doesnt support RFC3866.  Please help.
I hope this is the right place to ask. We've recently started using phpLDAPadmin. I am required to have a warning banner display on the login page. I can probably...
When using LDAP with Kerberos as authentication backend, one can use saslauthd to serve as the in-between. I've seen https://github.com/leenooks/phpLDAPadmin/pull/92 and https://github.com/leenooks/phpLDAPadmin/pull/93 but those deal with PLA-ldap server communication. The...