'LDAP', 'plugins.auth.ldap.description' => 'This plugin allows for authentication and synchronization of user accounts against an external LDAP data source.', 'plugins.auth.ldap.settings' => 'LDAP Settings', 'plugins.auth.ldap.settings.hostname' => 'Server hostname', 'plugins.auth.ldap.settings.hostname.description' => 'E.g., "ldap.example.com", or "ldaps://ldap.example.com" (to use SSL)', 'plugins.auth.ldap.settings.port' => 'Server port', 'plugins.auth.ldap.settings.port.description' => 'Optional. Defaults to 389 (LDAP) or 636 (LDAP over SSL)', 'plugins.auth.ldap.settings.basedn' => 'Base DN', 'plugins.auth.ldap.settings.basedn.description' => 'E.g., "ou=people,dc=example,dc=com"', 'plugins.auth.ldap.settings.managerdn' => 'Manager DN', 'plugins.auth.ldap.settings.managerdn.description' => 'E.g., "cn=Manager,dc=example,dc=com"', 'plugins.auth.ldap.settings.managerpwd' => 'Manager password', 'plugins.auth.ldap.settings.managerpwd.description' => 'The manager DN and password are only required if the user profile/password synchronization or user creation options are enabled. If LDAP will be used solely for authentication then these options can be omitted.', 'plugins.auth.ldap.settings.uid' => 'Account name attribute', 'plugins.auth.ldap.settings.uid.description' => 'The attribute whose value uniquely identifies a user object, such as uid or cn or sAMAccountName.', 'plugins.auth.ldap.settings.pwhash' => 'Password encryption', 'plugins.auth.ldap.settings.pwhash.description' => 'Hash format for passwords stored to the server. SSHA is recommended (requires PHP >= 4.3.0).', 'plugins.auth.ldap.settings.saslopt' => 'SASL Settings (optional)', 'plugins.auth.ldap.settings.sasl' => 'Use SASL instead of simple authentication (requires PHP >= 5)', 'plugins.auth.ldap.settings.saslmech' => 'SASL mechanism', 'plugins.auth.ldap.settings.saslmech.description' => 'E.g., "DIGEST-MD5"', 'plugins.auth.ldap.settings.saslrealm' => 'Realm', 'plugins.auth.ldap.settings.saslauthzid' => 'Requested authorization ID', 'plugins.auth.ldap.settings.saslprop' => 'SASL security properties', ); ?>