Joomla has made administration generally very easy. However, as a site expands, managing the existing content, user authentication, and keeping the system clear of dead or outdated data can become a real chore. There are methods for handling all of these problems, largely thanks to Joomla’s embrace of open standards and compatibility with a large number of technologies.
For infrastructure-wide user authentication, Joomla is compatible with Lightweight Directory Access Protocol (LDAP) servers that can also be used to manage users on other server types. For handling old content, menus, and users, you can either use the Joomla Administrator interface or directly query the Joomla database tables using MySQL tools. Most of the Joomla maintenance on even a larger system can be accomplished without having to resort to expensive or complex system tools.
LDAP Authentication
LDAP is an implementation standard that provides ways to centralize access authorization. Instead of requiring a separate login for each of numerous systems a client might use, a single authorization con- tained in an LDAP directory can provide authorization to all of those systems. For example, an LDAP server could contain all the user authentication information for a Web server, FTP server, CMS, mail server, and so on. That means that only a single user account would have to be administered on the LDAP server, instead of individual records at all other servers.