1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Oliver Geisen <oliver [at-sign] rehkopf-geisen [dotsign] de>
7 */
8$lang['name'] = "The name(s) of your ldap parameter set";
9$lang['hostname'] = "The host(s) of your ldap service";
10$lang['port'] = "The port(s) of your ldap servic";
11$lang['basedn'] = "The base dn(s) to search";
12$lang['binddn'] = "The dn(s) used to connect to your ldap service";
13$lang['bindpassword'] = "The password(s) used to connect to your ldap service";
14$lang['attributes'] = "The return attribute set(s) to be returned";
15$lang['scope'] = "The scope(s) to search";
16$lang['allow_overrides'] = "Allow users to override different settings above (see documentation for security risks)";
17