- Decouple from ldap_* native functions - Use Laminas/Ldap library - Use enum for interface constants - Move LDAP interfaces to domain - Simplify LdapActions API Signed-off-by: Rubén D <nuxsmin@syspass.org>
Signed-off-by: Rubén D <nuxsmin@syspass.org>
* fix: Encode XSS related characters and strip tags.
* fix: Encode special characters using regex. * chore: Bump version number.