Latest eDir / Active Directory tweaks from Mark Batchelor.
Thanks again for him helping us with this project!
Allow multiple groups to be assigned per user.
Work sponsored-by: Centipede Networks
Adding LDAP backend glue.
Work sponsored-by: Centipede Networks <http://centipedenetworks.com/>
Store global privs list in $g['privs']
Nuke code that does nothing.
Make the error message clickable so that the admin can easily return to the GUI.
Do not logout session if the user does not have access to a page. We should also hide menu items that user does not have access to.
Correctly check for page names by including .php. Strip off / if found so that we can get an exact page match against the URL. My test diagnostics user now works.
Instead of throwing a very vague 401 error actually tell the user which page they do not have access to. This will also help admins troubleshoot group manager page privs.
Correctly show 401 errors.
Fix field display on login screen
Users that have specific page access can now login
Remove trailing space / cr
Correct style sheet class.
Backport usermanager code from HEAD so I can get it in the snaps andstart testing it properlyThere's still some CSS/HTML fixes needed but the code seems to work