Previous Topic: csfconfig Command

Next Topic: C++ Connector Server on Solaris

csfconfig Command Examples

To specify that the UNIX and CA Access Control endpoint types should be served by the Connector Server running on host "sunserver01" and the remaining endpoint types served by a Connector Server running on host "windows02", issue the following commands.

Each command execution prompts you for the etaadmin password.

csfconfig add \
auth=”etaadmin” \
br-add=”UNIX - etc” \
br-add=”UNIX - NIS-NIS plus Domains” \
br-add=”Access Control” \
host=”sunserver01” \
usetls=”yes”

csfconfig add \
auth=”etaadmin” \
br-add=”@” \
host=”windows02” \
usetls=”yes”