Skip to content

Commit

Permalink
Item8978: Add $Foswiki::cfg{Ldap}{MailAttribute}, so it can be change…
Browse files Browse the repository at this point in the history
…d using configure script

git-svn-id: http://svn.foswiki.org/trunk/LdapContrib@7701 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GilmarSantosJr authored and GilmarSantosJr committed Jun 9, 2010
1 parent 03e0217 commit 71dbd4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Foswiki/Contrib/LdapContrib/Config.spec
Expand Up @@ -106,6 +106,11 @@ $Foswiki::cfg{Ldap}{UserScope} = 'sub';
# used to login.
$Foswiki::cfg{Ldap}{LoginAttribute} = 'uid';

# **STRING**
# The user mail attribute. This is the attribute name used to fetch
# users e-mail.
$Foswiki::cfg{Ldap}{MailAttribute} = 'mail';

# **STRING**
# The user's wiki name attribute. This is the attribute to generate
# the WikiName from.
Expand Down

0 comments on commit 71dbd4f

Please sign in to comment.