You are here: Foswiki>Tasks Web>Item2376 (18 Nov 2009, MichaelDaum)Edit Attach

Item2376: relaxed parsing of $Foswiki::cfg{Ldap}{WikiNameAttribute}

pencil
Priority: Enhancement
Current State: No Action Required
Released In:
Target Release: n/a
Applies To: Extension
Component: LdapContrib
Branches:
Reported By: WillNorris
Waiting For:
Last Change By: MichaelDaum
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

ItemTemplate edit

Summary relaxed parsing of $Foswiki::cfg{Ldap}{WikiNameAttribute}
ReportedBy WillNorris
Codebase
SVN Range Foswiki-1.0.7, Sun, 20 Sep 2009, build 5061
AppliesTo Extension
Component LdapContrib
Priority Enhancement
CurrentState No Action Required
WaitingFor
Checkins
TargetRelease n/a
ReleasedIn
Topic revision: r2 - 18 Nov 2009, MichaelDaum
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy