diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-08-30 18:10:34 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-08-30 18:10:34 +0000 |
| commit | d62f7b2a01c6c1fc7cb1682b60e8010cd5bccfe3 (patch) | |
| tree | 9e5b3dd2b8a10180c7306d040ead1fdb822845de /auth | |
| parent | dc2cf7fe47a2b057a750fb53b7eb407d09f9b97b (diff) | |
| download | users-d62f7b2a01c6c1fc7cb1682b60e8010cd5bccfe3.tar.gz users-d62f7b2a01c6c1fc7cb1682b60e8010cd5bccfe3.tar.bz2 users-d62f7b2a01c6c1fc7cb1682b60e8010cd5bccfe3.zip | |
field is spelt: field not feild
Diffstat (limited to 'auth')
| -rw-r--r-- | auth/ldap/auth.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/ldap/auth.php b/auth/ldap/auth.php index da14bac..a6c87d2 100644 --- a/auth/ldap/auth.php +++ b/auth/ldap/auth.php @@ -139,7 +139,7 @@ class LDAPAuth extends BaseAuth { 'users_ldap_email' => array( 'label' => "LDAP User E-Mail Address", 'type' => "text", - 'note' => "If empty the attribute \"mail\" is used, if it not set for a user, <em>LDAP User Attribute</em> is used instead.<br />Otherwise all %<em>feilds</em>% are replaced with the first value from the ldap attribute of the same name, and the result used as the email address.<br />Please remember to include the @ sign", + 'note' => "If empty the attribute \"mail\" is used, if it not set for a user, <em>LDAP User Attribute</em> is used instead.<br />Otherwise all %<em>fields</em>% are replaced with the first value from the ldap attribute of the same name, and the result used as the email address.<br />Please remember to include the @ sign", 'default' => '', ), 'users_ldap_useroc' => array( @@ -212,4 +212,4 @@ class LDAPAuth extends BaseAuth { } } -?>
\ No newline at end of file +?> |
