ADOdb documentation for details)"; $string['auth_dbname'] = "Name of the database itself"; $string['auth_dbuser'] = "Username with read access to the database"; $string['auth_dbpass'] = "Password matching the above username"; $string['auth_dbtable'] = "Name of the table in the database"; $string['auth_dbfielduser'] = "Name of the field containing usernames"; $string['auth_dbfieldpass'] = "Name of the field containing passwords"; $string['auth_nntptitle'] = "Use an NNTP server"; $string['auth_nntpdescription'] = "This method uses an NNTP server to check whether a given username and password is valid."; $string['auth_nntphost'] = "The NNTP server address. Use the IP number, not DNS name."; $string['auth_nntpport'] = "Server port (119 is the most common)"; $string['auth_pop3title'] = "Use a POP3 server"; $string['auth_pop3description'] = "This method uses a POP3 server to check whether a given username and password is valid."; $string['auth_pop3host'] = "The POP3 server address. Use the IP number, not DNS name."; $string['auth_pop3type'] = "Server type. If your server uses certificate security, choose pop3cert."; $string['auth_pop3port'] = "Server port (110 is the most common)"; ?>