Account pages
The account pages are the user interface to create/modify LDAP
accounts. It allows setting basic attributes like the LDAP suffix and
is responsible to show module specific pages.
The main script for the account pages is located in templates/account/edit.php. It has
a very simple content. If the page is loaded for the first time it
creates a new accountContainer
inside the session and tells it to load/create an LDAP account. Then it
calles the continue_main()
function of the accountContainer
object which prints all HTML output.
Managing of user input etc. is completly made by the accountContainer.