phpLDAPadmin (aka PLA) is a browser based LDAP data administration tool. It has been designed to allow easy management of data in RFC compliant LDAP servers.
Go to file
Genaro Contreras Gutierrez 08c21fe7ca
Prevent XSS attack since function get_request
The $preventXSS parameter was added to the get_request function to avoid XSS attacks.
It was not set by default as $preventXSS=true, because it can affect fields such as passwords.

Using "htmlspecialchars" and "addslashes" functions of PHP.
2019-07-30 08:29:17 -07:00
config Changed password_hash to pla_password_hash in a few places where it was still password_hash. 2014-10-07 14:25:32 -04:00
doc Add URL for translation 2018-04-20 13:10:20 +02:00
hooks Remove CVS tags 2009-08-20 12:25:48 +10:00
htdocs Removed reference to missing function - closes #65 2019-07-15 14:49:52 +10:00
lib Prevent XSS attack since function get_request 2019-07-30 08:29:17 -07:00
locale Language update from launchpad for 1.2.3 (also see #30) 2012-09-06 13:00:06 +10:00
queries SF Feature #2997986 - DTD stuff 2011-05-03 23:14:16 +10:00
templates * Fixed posixAccount Shell so that 'Bash' is actually bash and not shell. Also added Shell, Dash, False, and No Login 2014-09-16 14:53:52 -05:00
tools Translation import from launchpad 2011-04-29 18:15:05 +10:00
.gitignore Added .gitignore 2009-07-06 17:50:06 +10:00
index.php Latest SANDPIT - MERGE from CVS (MERGE-GIT) 2009-07-01 16:09:17 +10:00
INSTALL.md Rename INSTALL to INSTALL.md 2014-09-21 11:11:07 +03:00
LICENSE RELEASE 0.9.0 2009-06-30 18:05:37 +10:00
README.md Created README.md 2014-09-21 11:10:30 +03:00
VERSION Release 1.2.4 2019-05-14 15:01:32 +10:00

phpLDAPadmin

phpLDAPadmin - Web based LDAP administration tool

Installation

INSTALL

License

LICENSE