Item2376: relaxed parsing of $Foswiki::cfg{Ldap}{WikiNameAttribute}
Priority: Enhancement
Current State: No Action Required
Released In:
Target Release: n/a
WIBNIF
WikiNameAttribute didn't require a space to separate its list elements (they are list elements, aren't they?)
(eg,
$Foswiki::cfg{Ldap}{WikiNameAttribute} = 'cn,sn'
and
$Foswiki::cfg{Ldap}{WikiNameAttribute} = 'cn, sn'
would both work)
Support.Question321 and
http://twiki.org/cgi-bin/view/Support/NoWikinameWithLDAPContribLogin
--
WillNorris - 18 Nov 2009
Lists are parsed using
split(/\s*,s\*/, $Foswiki::cfg{Ldap}{WikiNameAttribute})
Should match any flavor of commas and spaces. Don't know whats going on at
Support.Question321.
--
MichaelDaum - 18 Nov 2009