adding some strings
[moodle-linuxchix.git] / lang / en_utf8 / enrol_ldap.php
blob987a0a173507d53685dd8fa313ad84d7012da211
1 <?PHP // $Id$
2 // enrol_ldap.php - created with Moodle 1.7 beta + (2006101003)
5 $string['description'] = '<p>You can use an LDAP server to control your enrolments.
6 It is assumed your LDAP tree contains groups that map to
7 the courses, and that each of thouse groups/courses will
8 have membership entries to map to students.</p>
9 <p>It is assumed that courses are defined as groups in
10 LDAP, with each group having multiple membership fields
11 (<em>member</em> or <em>memberUid</em>) that contain a unique
12 identification of the user.</p>
13 <p>To use LDAP enrolment, your users <strong>must</strong>
14 to have a valid idnumber field. The LDAP groups must have
15 that idnumber in the member fields for a user to be enrolled
16 in the course.
17 This will usually work well if you are already using LDAP
18 Authentication.</p>
19 <p>Enrolments will be updated when the user logs in. You
20 can also run a script to keep enrolments in synch. Look in
21 <em>enrol/ldap/enrol_ldap_sync.php</em>.</p>
22 <p>This plugin can also be set to automatically create new
23 courses when new groups appear in LDAP.</p>';
24 $string['enrol_ldap_autocreate'] = 'Courses can be created automatically if there are
25 enrolments to a course that doesn\'t yet exist
26 in Moodle.';
27 $string['enrol_ldap_autocreation_settings'] = 'Automatic course creation settings';
28 $string['enrol_ldap_bind_dn'] = 'If you want to use bind-user to search users,
29 specify it here. Someting like
30 \'cn=ldapuser,ou=public,o=org\'';
31 $string['enrol_ldap_bind_pw'] = 'Password for bind-user.';
32 $string['enrol_ldap_category'] = 'The category for auto-created courses.';
33 $string['enrol_ldap_contexts'] = 'LDAP contexts';
34 $string['enrol_ldap_course_fullname'] = 'Optional: LDAP field to get the full name from.';
35 $string['enrol_ldap_course_idnumber'] = 'Map to the unique identifier in LDAP, usually
36 <em>cn</em> or <em>uid</em>. It is
37 recommended to lock the value if you are using
38 automatic course creation.';
39 $string['enrol_ldap_course_settings'] = 'Course enrolment settings';
40 $string['enrol_ldap_course_shortname'] = 'Optional: LDAP field to get the shortname from.';
41 $string['enrol_ldap_course_summary'] = 'Optional: LDAP field to get the summary from.';
42 $string['enrol_ldap_editlock'] = 'Lock value';
43 $string['enrol_ldap_general_options'] = 'General Options';
44 $string['enrol_ldap_host_url'] = 'Specify LDAP host in URL-form like
45 \'ldap://ldap.myorg.com/\'
46 or \'ldaps://ldap.myorg.com/\'';
47 $string['enrol_ldap_memberattribute'] = 'LDAP member attribute';
48 $string['enrol_ldap_objectclass'] = 'objectClass used to search courses. Usually
49 \'posixGroup\'.';
50 $string['enrol_ldap_roles'] = 'Role mapping';
51 $string['enrol_ldap_search_sub'] = 'Search group memberships from subcontexts.';
52 $string['enrol_ldap_server_settings'] = 'LDAP Server Settings';
53 $string['enrol_ldap_student_contexts'] = 'List of contexts where groups with student
54 enrolments are located. Separate different
55 contexts with \';\'. For example:
56 \'ou=courses,o=org; ou=others,o=org\'';
57 $string['enrol_ldap_student_memberattribute'] = 'Member attribute, when users belongs
58 (is enrolled) to a group. Usually \'member\'
59 or \'memberUid\'.';
60 $string['enrol_ldap_student_settings'] = 'Student enrolment settings';
61 $string['enrol_ldap_teacher_contexts'] = 'List of contexts where groups with teacher
62 enrolments are located. Separate different
63 contexts with \';\'. For example:
64 \'ou=courses,o=org; ou=others,o=org\'';
65 $string['enrol_ldap_teacher_memberattribute'] = 'Member attribute, when users belongs
66 (is enrolled) to a group. Usually \'member\'
67 or \'memberUid\'.';
68 $string['enrol_ldap_teacher_settings'] = 'Teacher enrolment settings';
69 $string['enrol_ldap_template'] = 'Optional: auto-created courses can copy
70 their settings from a template course.';
71 $string['enrol_ldap_updatelocal'] = 'Update local data';
72 $string['enrol_ldap_version'] = 'The version of the LDAP protocol your server is using.';
73 $string['enrolname'] = 'LDAP';