Configure the DCAS
Make sure the DCAS configuration file and the DCAS start procedure are updated as appropriate to your installation.
The DCAS configuration file ( /etc/dcas.conf) contains the following keywords:
| TCPIP tcpstackname | ; Server will have affinity to tcpip stackname |
| IPADDR xx.xx.xx.xx | ; IP address used to bind to for SSL connection (defaults to inaddr_any) |
| PORT xxxx | ; DCAS listens on this port number (default is 8990) |
| KEYRING /etc/ssl/xxx.kdb | ; HFS file name of Keyring for SSL negotiation |
| STASHFILE /etc/ssl/xx.sth | ; Stash file containing the Password of Keyring file |
| SAFKEYRING SERVERKeyring | ; Key ring via RACF |
| CLIENTAUTH xxxxxx | ; Client Authentication level |
| : LOCAL1 (SSL does authentication) | |
| ; LOCAL2 (default - use RACF to validate the client's certificate) | |
| LDAPSERVER xx.xx.xx.xx | ; Fully qualified name or IP address of LDAP Server |
| LDAPPORT xxxx | ; Port# that LDAP Server is listening on |
| V3CIPHER cipherspec | ; Specify a subset of the supported SSL V3 cipher algorithms |
| ; The following cipher levels are valid: | |
| ; 01=NULL MD5 02= NULL SHA 03=RC4 MD5 Export | |
| ; 04=RC4 MD5 US 05=RC4 SHA US 06=RC2 MD5 Export | |
| ; 09=DES SHA 0A=Triple DES SHA US |