...
- functioning CAS 3.3 setup, with localization via the Maven overlay method, CASUM/Maintaining+local+customizations+using+Maven+2
- MS-AD authentication is function, CASUM/Active+Directory
- You can get LDAP attributes from AD into the CAS Princical (ie. the CAS user object )
You will need to map the AD "mail" attribute to the CAS princical "EmailAddress" attribute, eg. in the mapping section of the above article, use
HTML clipboard
CASUM/AttributesCode Block xml xml <map> <entry key="mail" value="EmailAddress" /> </map>
...