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