Adding a security driver

StepsAdding a security driver to libtcl.cfg:

  1. Determine the value of provider, which is the local name of the security mechanism, as listed in the object identifiers file, $SYBASE/config/objectid.dat. The default local name for Kerberos is csfkrb5.

  2. Determine the value of driver, which varies by platform and security mechanism. (Table B-2 lists driver names.)

  3. Determine the value of init-string.

    For the Kerberos driver, init-string has the following form:

    secbase=@realmname [libgss=<gss api V1 compatible library>]
    

    where:

  4. Go to the [SECURITY] section and add an entry using the following format:

    provider=driver init-string
    

    For example:

    csfkrb5=libsybskrb.so secbase=@ASE libgss=/krb5/lib/libgss.so