Oracle Solaris Security for Developers Guide

Running the GSSAPI Client Example

The gss-client example takes this form on the command line:


gss-client [-port port] [-d] [-mech mech] host service-name [-f] msg

A typical command line for client application program might look like the following example:


% gss-client -port 8080 -d -mech kerberos_v5 erebos.eng nfs "ls"

The following example does not specify a mechanism, port, or delegation:


% gss-client erebos.eng nfs "ls"