Happy new year Marvin,
I digged into some more details.
It would be sufficient if I could manage to add a * after the UID before it
is sent to LDAP.
My actual attributeRepository looks now like this:
<bean id="arLDAP"
class="org.jasig.services.persondir.support.ldap.LdapPersonAttributeDao">
<property name="contextSource" ref="csLDAP" />
<property name="requireAllQueryAttributes" value="true" />
<property name="queryAttributeMapping">
<map>
<entry key="username" value="*member=cn*" />
</map>
</property>
<property name="resultAttributeMapping">
<map>
<entry value="Gruppen" key="cn" />
</map>
</property>
</bean>
How would you do something like this?
cheers
Nick
P.S. I tryed your other suggested Bean but there I have even less
documentation.
--
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