SECURITY section

The [SECURITY] section lists security drivers. The syntax for a security driver entry is:

provider=driver init-string

where:

Table B-2 lists the supported security drivers for each platform:

Table B-2: Supported security drivers

Platform

Security type

Security driver

Service compatibilities

Solaris 2.x 32-bit

Kerberos

libskrb.so

CyberSafe TrustBroker 2.1 MIT Kerberos 1.3.1

Solaris 2.x 64-bit

Kerberos

libskrb64.so

CyberSafe TrustBroker 2.1 MIT Kerberos 1.3.1

IBM RS/6000 32-bit

Kerberos

libskrb.so

CyberSafe TrustBroker 2.1

IBM RS/6000 AIX 5.x 64-bit

Kerberos

libskrb64.so

MIT Kerberos 1.3.6

HP-UX 32-bit

Kerberos

libskrb.sl

CyberSafe TrustBroker 2.1

HP-UX 64-bit

Kerberos

libskrb64.sl

MIT Kerberos 1.3.6

Linux 32-bit

Kerberos

libskrb.so

MIT Kerberos 1.3.1

Linux Itanium 64-bit

Kerberos

libskrb64.so

MIT Kerberos 1.3.5

Linux AMD 64-bit

Kerberos

libskrb64.so

MIT Kerberos 1.2.7

The following [SECURITY] section shows an entry for CyberSafe Kerberos driver on Sun Solaris:

[SECURITY]
 csfkrb5=libskrb.so secbase=@ASE libgss=/krb5/lib/libgss.so

where libgss=/krb5/lib/libgss.so, which means that the default Kerberos realm is ASE, and that the GSS library to load is /krb5/lib/libgss.so.

NoteBe aware that the libgss=<gss shared object path> that specifies the GSS API library is to be used. It is important that you distinctly locate the Kerberos Client libraries being used, especially when multiple versions are installed on a machine.