hostvar setSets the security binary compatibility and krb5 compatibility value attributes for the current host. The syntax is:
hostvar set {-secbinarycompat {on | off} Options
-secbinarycompat
-krbccachevno
-krbktvno
Description You can disable binary compatibility on a per-host basis to achieve minor performance gains and slightly smaller credentials files by setting secbinarycompat to off. If you enable binary compatibility after it has been disabled, you must start and stop all DCE daemons. This operation returns an empty string on success. The -krbccachevno and -krbktvno attributes are set to 1 when DCE is configured to allow compatibility with DCE 1.0.3 based applications and older Kerberos V5 applications. Depending on certain compatibility requirements, you may choose to change the values of the attributes. See the OSF DCE Administration Guide - Core Components for more information about Kerberos 5 attributes.
Privileges Required Examples
dcecp> hostvar set -secbinarycompat on
|