Configuring Security Services

Use the ocs.cfg and libtcl.cfg files to configure security options.

  1. For a connection, use ocs.cfg to set directory and security properties.
    Note: In the ocs.cfg file, add an entry for the application name so you can set that driver-specific option.
  2. Edit libtcl.cfg to load security and directory service drivers.
  3. To encrypt passwords, use the encryptPassword DSN option. For example:
    DBI-
    >connect("dbi:SybaseASE:server=mumbles;encryptPassword
    =1", $user, $pwd);