generating attribute from other attribute in SP
Cantor, Scott
cantor.2 at osu.edu
Mon Aug 12 12:05:17 EDT 2013
On 8/12/13 11:50 AM, "Peter Schober" <peter.schober at univie.ac.at> wrote:
>Why put user-dn in the attribute-map if it will never be coming from
>the IdP (i.e., there's nothing to map it from)? Try removing that.
Shouldn't matter, but my guess is there's probably a bug using hyphens in
the names, I'd have to try it. Otherwise the OP'd have to check the logs.
>Here's the example from the documentation:
>
> <Template>$givenName $sn</Template>
>
>So I'd lose all the double quotes and spurious whitespace, like:
>
> <Template>id=$user-unique,ou=people</Template>
The replacement logic ignores characters that aren't "legal" and just
echoes them, including anything following a non-legal that doesn't start
with the $ delimiter.
The legals are
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890_-.[]
Since a hyphen is legal, that suggests a bug that renders all of this
non-functional if that doesn't work.
-- Scott
More information about the users
mailing list