Accounts_Driver:: defines an API for getting/displaying account information for a user for the accounts module.
Implements the Accounts API using finger to fetch information.
Constructs a new Accounts_Driver_kolab object. Uses Kolab configuration.
The kolab driver class is merely an extension to the ldap class. It reuses
The ldap class attempts to return user information stored in an ldap directory service.
Constructs a new Accounts_Driver_ldap object.
Implements the Accounts API for servers with unix accounts on the localhost machine (same machine as the web server). Should work for local unix accounts, nis/nis+ accounts, or any PAM oriented accounts that appear as local accounts on the local machine. The exception is the quota support.