Versions Compared

Key

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

...

  • Prerequisites:*
  • functioning CAS 3.3 setup, with localization via the Maven overlay method, see Maintaining + local + customizations +using+with Maven+2
  • MS-AD authentication is function, see Active + Directory
  • You can get LDAP attributes from AD (or any LDAP) into the CAS Princical (ie. the CAS user object )
    You will need to map the AD "mail" attribute (or any other LDAP attribute you wish to use) to the CAS princical "EmailAddress" attribute, eg. in the mapping section of the Attributesarticle, use:
    Code Block
    xml
    xml
    <map>
      <entry key="mail" value="EmailAddress" />
    </map>
    
    See Attributes Getting ldap attributes for more.

In your Maven customization folder, here called cas-server-local/, create the following directory structure (if it doesn't already exist.)

...