42 DataPower SOA Appliance Service Planning, Implementation, and Best Practices
Using AAA information from the FTP Server Handler
The FTP Server Front-Side Handler offers the ability to execute an AAA Policy to
authentication connection requests.
The information gathered by this AAA Policy can be accessed and used in
processing policy actions by executing a stylesheet that makes the following call:
dp:auth-info('basic-auth-name')
The username, password, and certificate details are available in this manner.
Mapping DN from certificate to DN for LDAP
The Subject DN extracted by AAA from an X.509 certificate is returned in the
following order:
dc=agency,o=mycorp,ou=users,cn=bob
To use this information for an LDAP Authorization Phase Group Member lookup, ...