Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-support-ldap</artifactId>
<version>${cas-server.version}</version>
  <scope>compile</scope>
  <exclusions>
  </version>   <exclusion>
        <groupId>org.inspektr</groupId>
        <artifactId>inspektr-core</artifactId>
     </exclusion>
  </exclusions>
</dependency>
Modify deployerConfigContext.xml in uportal-portlets-overlay/cas/src/main/webapp/WEB-INF to include an authentication handler for your LDAP server

...