W dniu 2010-01-08 22:49, Marvin Addison pisze:
Your error indicates the problem is coming from the LDAP query for attributes:

[...]

Looks like you didn't define the baseDN property of your
attributeRespository bean:

I've modified my attributeRepository bean and now it looks like this one

<bean id="attributeRepository" class="org.jasig.services.persondir.support.ldap.LdapPersonAttributeDao">
  <property name="contextSource" ref="contextSource" />


  <property name="baseDN" value="ou=people,dc=pwsz,dc=elblag,dc=pl" />


  <property name="queryAttributeMapping">
    <map>
      <entry key="username" value="uid" />
    </map>
  </property>
  <property name="resultAttributeMapping">
    <map>
        <entry key="givenName" value="imie"/>
   </map>
  </property>
</bean>

But it still doesn't work. Now my CAS log looks like this:
http://logs.zaleski.org/cas.log

And also here is my ldap debug log showing cas authentication
session http://logs.zaleski.org/ldap-debug.log


Adam



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