$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.";
$string['chooseauthmethod']="Choose an authentication method: ";
$string['auth_emaildescription']="Email confirmation is the default authentication method. When the user signs up, choosing their own new username and password, a confirmation email is sent to the user's email address. This email contains a secure link to a page where the user can confirm their account.";
$string['auth_nonetitle']="No authentication";
$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_ldaptitle']="Use an LDAP server";
$string['auth_ldapdescription']="This method provides authentication against an external LDAP server.
$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_update_userinfo']="Update user information (firstname, lastname, address..) from LDAP to Moodle. Look at /auth/ldap/attr_mappings.php for mapping information";