$string['auth_dbpasstype']="Specify the format that the password field is using. MD5 encryption is useful for connecting to other common web applications like PostNuke";
$string['auth_ldap_bind_dn']="If you want to use bind-user to search users, specify it here. Someting like 'cn=ldapuser,ou=public,o=org'";
$string['auth_ldap_bind_pw']="Password for bind-user.";
$string['auth_ldap_contexts']="List of contexts where users are located. Separate different contexts with ';'. For example: 'ou=users,o=org; ou=others,o=org'";
$string['auth_ldap_host_url']="Specify LDAP host in URL-form like 'ldap://ldap.myorg.com/' or 'ldaps://ldap.myorg.com/' ";
$string['auth_ldap_search_sub']="Put value <> 0 if you like to search users from subcontexts.";
$string['auth_ldap_update_userinfo']="Update user information (firstname, lastname, address..) from LDAP to Moodle. Look at /auth/ldap/attr_mappings.php for mapping information";
$string['auth_ldap_user_attribute']="The attribute used to name/search users. Usually 'cn'.";
$string['auth_ldapdescription']="This method provides authentication against an external LDAP server.
$string['auth_ldapextrafields']="These fields are optional. You can choose to pre-fill some Moodle user fields with information from the <b>LDAP fields</b> that you specify here. <br />If you leave these fields blank, then nothing will be transferred from LDAP and Moodle defaults will be used instead.<br />In either case, the user will be able to edit all of these fields after they log in.";
$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_nntptitle']="Use an NNTP server";
$string['auth_nonedescription']="Users can sign in and create valid accounts immediately, with no authentication against an external server and no confirmation via email. Be careful using this option - think of the security and administration problems this could cause.";
$string['auth_nonetitle']="No authentication";
$string['auth_pop3description']="This method uses a POP3 server to check whether a given username and password is valid.";
$string['authinstructions']="Here you can provide instructions for your users, so they know which username and password they should be using. The text you enter here will appear on the login page. If you leave this blank then no instructions will be printed.";