> I tried dropping back to just a stub attributeRepository bean:
>
>     <bean id="attributeRepository"
> class="org.jasig.services.persondir.support.StubPersonAttributeDao"
>             p:backingMap-ref="attrRepoBackingMap" />
>
>     <util:map id="attrRepoBackingMap">
>
>         <entry key="uid" value="user" />
>         <entry key="mail" value="email" />
>         <entry key="cn" value="displayName" />
>         <entry key="eduPersonPrincipalName" value="eduPersonPrincipalName"
> />
>     </util:map>

Try empty values and see what happens, e.g.:

<entry key="uid" value="" />

Let me know whether or not that changes the behavior.

M

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to