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
Deon George a4c05002a1 Ensure docker build updates public/ and remove other unnessary files from image 2023-04-13 10:40:01 +10:00
.github Update issue templates 2023-03-03 17:25:35 +11:00
app Enabled form validation 2023-04-13 10:40:01 +10:00
bootstrap Initial login working 2021-12-10 23:51:47 +11:00
config Enabled form validation 2023-04-13 10:40:01 +10:00
database Framework upgrade to Laravel 7 2021-12-10 23:51:47 +11:00
docker Ensure docker build updates public/ and remove other unnessary files from image 2023-04-13 10:40:01 +10:00
hooks/functions Remove some old PLA 2021-12-12 14:13:55 +11:00
htdocs Remove old PLA files that are no longer required. 2023-04-05 10:34:35 +10:00
lib Remove old PLA files that are no longer required. 2023-04-05 10:34:35 +10:00
public Enabled form validation 2023-04-13 10:40:01 +10:00
resources Enabled form validation 2023-04-13 10:40:01 +10:00
routes Start of enabling DN update. 2023-03-31 16:39:56 +11:00
storage Framework upgrade to Laravel 7 2021-12-10 23:51:47 +11: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
tests Remove old PLA files that are no longer required. 2023-04-05 10:34:35 +10:00
.dockerignore Ensure docker build updates public/ and remove other unnessary files from image 2023-04-13 10:40:01 +10:00
.editorconfig Update laravel to 9.x 2023-01-31 10:44:35 +11:00
.env.example Framework update and updates from other projects,remove leenooks/laravel 2021-12-11 00:24:00 +11:00
.env.testing Update CI/CD to use specific test ldap instance 2023-04-03 10:37:26 +10:00
.gitattributes Initial Laravel Base 2021-12-10 23:51:47 +11:00
.gitignore Update architect-ui, bootstrap, javascript and css 2023-03-27 19:22:47 +11:00
.gitlab-ci.yml Ensure docker build updates public/ and remove other unnessary files from image 2023-04-13 10:40:01 +10:00
.gitlab-docker-x86_64.yml CI to build javascript/css 2023-03-30 20:08:20 +11:00
.gitlab-test.yml Update CI/CD to use specific test ldap instance 2023-04-03 10:37:26 +10:00
LICENSE RELEASE 0.9.0 2009-06-30 18:05:37 +10:00
README.md Merge BRANCH-2.0 with master 2023-03-03 16:32:49 +11:00
VERSION Set git version to numeric 0 2023-04-01 12:11:09 +11:00
artisan Framework update and updates from other projects,remove leenooks/laravel 2021-12-11 00:24:00 +11:00
composer.json Update framework to Laravel 10 2023-04-06 09:34:45 +10:00
composer.lock Update framework to Laravel 10 2023-04-06 09:34:45 +10:00
package-lock.json PHP framework and npm modules update, should close #198,#199,#200 2023-03-30 20:34:12 +11:00
package.json Update architect-ui, bootstrap, javascript and css 2023-03-27 19:22:47 +11:00
phpunit.xml Update framework to Laravel 10 2023-04-06 09:34:45 +10:00
webpack.mix.js Update architect-ui, bootstrap, javascript and css 2023-03-27 19:22:47 +11:00

README.md

phpLDAPadmin

phpLDAPadmin is a web based LDAP data management tool for system administrators. It is commonly known and referred by many as "PLA".

PLA is designed to be compliant with LDAP RFCs, enabling it to be used with any LDAP server. If you come across an LDAP server, where PLA exhibits problems, please open an issue with full details of the problem so that we can have it fixed.

For up to date information on PLA, please head to the wiki.

NOTE: GIT master is currently in active development, and as such functionality may be missing, broken or not working as expected.

If you are after a working version of PLA, please use one of the tagged releases.

Demo

If you havent seen PLA in action, you can head here to the demo site.

Getting Help

The best place to get help with PLA (new and old) is on Stack Overflow.

Found a bug?

If you have found a bug, and can provide detailed instructions so that it can be reproduced, please open an issue and provide those details.

Before opening a ticket, please check to see if it hasnt already been reported, and if it has, please provide any additional information that will help it be fixed.

TIP: Issues opened with:

  • details enabling the problem to be reproduced,
  • including (if appropriate) an LDIF with the data that exhibits the problem,
  • a patch (or a git pull request) to fix the problem

will be looked at first :)

THANK YOU

Over the years, many, many, many people have supported PLA with either their time, their coding or with financial donations. I have tried to send an email to acknowledge each contribution, and if you havent seen anything personally from me, I am sorry, but please know that I do appreciate all the help I get, in whatever form it is provided.

Again, Thank You.

License

LICENSE