Security services DBParm parameters
If you have met the requirements described in “Requirements for using Open
Client security services”, you can set
the security services DbParameter parameters in the Database Profile
Setup dialog box for your connection or in a PowerBuilder application
script.
There are two types of DbParameter parameters that you can
set to support Open Client security services: login authentication
and per-packet security.
Login authentication DBParms
The following login authentication DbParameter parameters correspond
to Open Client 11.1.x or later connection properties that allow
an application to establish a secure connection.
-
Sec_Channel_Bind
-
Sec_Cred_Timeout
-
Sec_Delegation
-
Sec_Keytab_File
-
Sec_Mechanism
-
Sec_Mutual_Auth
-
Sec_Network_Auth
-
Sec_Server_Principal
-
Sec_Sess_Timeout
For instructions on setting these DbParameter parameters,
see their descriptions in the online Help.
Per-packet security DBParms
The following per-packet security DbParameter parameters correspond
to Open Client 11.1.x or later connection properties that protect
each packet of data transmitted across a network. Using per-packet
security services might create extra overhead for communications
between the client and server.
-
Sec_Confidential
-
Sec_Data_Integrity
-
Sec_Data_Origin
-
Sec_Replay_Detection
-
Sec_Seq_Detection
For instructions on setting these DbParameter parameters,
see their descriptions in the online Help.