Laura,

I had a similar problem in doing my cas setup. I had an error in the
attributeRepository section. Not sure if it will help but here is what I
ended up using to pull the UDC_IDENTIFIER attribute for our self service
banner app.

<bean id="attributeRepository"
class="org.jasig.services.persondir.support.ldap.LdapPersonAttributeDao">
                <property name="contextSource" ref="contextSource" />
                <property name="baseDN" value="ou=people,dc=your,dc=domain"
/>
                <property name="requireAllQueryAttributes" value="true" />
                <property name="queryAttributeMapping">
                        <map>
                                <entry key="username" value="uid" />
                        </map>
                </property>
                <property name="resultAttributeMapping">
                        <map>
                                <entry key="cn" value="UDC_IDENTIFIER" />
                                <entry key="uid" value="uid" />
                        </map>
                </property>
        </bean>

Dan



On Thu, Jul 11, 2013 at 11:26 AM, Laura McCord <[email protected]> wrote:

> Hi,
>
> I am noticing that it appears that even though I have set up the services
> registry with attributes to be released to various applications and have
> configured my attributeRepository in my deployer file....I still can't seem
> to get my attributes to appear. I am using the example cas client as a
> basis for testing: https://wiki.jasig.org/**display/CASC/JA-SIG+Java+**
> Client+Simple+WebApp+Sample<https://wiki.jasig.org/display/CASC/JA-SIG+Java+Client+Simple+WebApp+Sample>
>
> Any suggestions?
>
> I'm testing against cas 3.5.2
>
> Thanks,
>  Laura
>
>
> --
> 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<http://www.ja-sig.org/wiki/display/JSG/cas-user>
>

-- 
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