Quote:
###############################################
# Authentication settings - read AUTHENTICATION
###############################################
$auth["session"] = "nt"; # How to get and keep the user ID. One of
# "http" "php" "cookie" "ip" "host" "nt" "omni"
# "remote_user"
$auth["type"] = "ldap"; # How to validate the user/password. One of "none"
# "config" "db" "db_ext" "pop3" "imap" "ldap" "nis"
# "nw" "ext".
# Cookie path override. If this value is set it will be used by the
# 'php' and 'cookie' session schemes to override the default behaviour
# of automatically determining the cookie path to use
$cookie_path_override = '';
# The list of administrators (can modify other peoples settings)
$auth["admin"][] = "127.0.0.1"; # localhost IP address. Useful with IP sessions.
$auth["admin"][] = "administrator"; # A user name from the user list. Useful
$auth["admin"][] = "slester"; # A user name from the user list. Useful #with most other session schemes.