Open Client and Open Server support the Kerberos security driver. To use the Kerberos security driver, perform one of the following:
Use the ocscfg utility to make an addition to the Security Services.
Edit the libtcl.cfg directly in the %SYBASE%\%SYBASE_OCS%\ini directory.
To use ocscfg, navigate to the Security Services tab and click Add. Complete the dialog box:
Local Name: Enter csfkrb5, or the name you assigned to the Kerberos driver in the objectid.dat file.
Security Service Driver: Choose LIBSYBSKRB from the Security Service Init String menu.
When you have entered these two items, click OK. The entry should now appear in the dialog box on the Security Services tab.
If you prefer to edit the libtcl.cfg file directly, set the provider value for the Kerberos security driver to csfkrb5, or to the value you assigned to the Kerberos security driver in the objectid.dat file. Set the driver value to LIBSYBSKRB. You need to provide an initialization string in the libtcl.cfg of the form:
secbase=@your_realm_name
where your_realm_name is the realm where your Kerberos principal is located. This entry is required on Microsoft Windows. For example:
[SECURITY]
csfkrb5=LIBSYBSKRB secbase=@SYBASE_CYBER_REALM
See Appendix C, “Localization,” for information on the objectid.dat localization file.