...
| Remarque | ||
|---|---|---|
| ||
La même manipulation est à effectuer pour chacun des répliquas de l'annuaire LDAP. |
Connecter CAS et LDAP
Afin de connecter CAS et LDAP, il faut procéder aux modifications suivantes :
...
| Bloc de code | ||||||
|---|---|---|---|---|---|---|
| ||||||
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-support-ldap</artifactId>
<version>${cas-server.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.inspektr</groupId>
<artifactId>inspektr-core</artifactId>
</exclusion>
</exclusions>
</dependency> |
...
| Bloc de code | ||||||
|---|---|---|---|---|---|---|
| ||||||
<bean class="org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler" >
<property name="filter" value="${environment.build.ldap.uidAttr}=%u,${environment.build.ldap.baseDn}" />
<property name="contextSource" ref="contextSource" />
</bean> |
...
| title | uportal-portlets-overlay\cas\src\main\webapp\WEB-INF\deployerConfigContext.xml |
|---|---|
| firstline | 222 |
| linenumbers | true |
...
| Info | ||
|---|---|---|
| ||