The following optional command line parameters may be used


-uUsername                              
        This specifies name of the user


-pPassword
        This specifies password for the user. Use '.' if 
        user has no password. Notice that this is a lowercase "p".


-dDomain
        This specifies the domain of the user. Use '.' if 
        you want to user default domain or no domain.


-hHostname
        This specifies host name to connect to.


-HHeartbeatTime
        This specifies our client side heartbeat. You need that
        parameter for the session cleanup!!

-PPort Number     
        This specifies the port number to use for telnet. This port must
        also be set on the server in the services file.
        Notice this is an uppercase "P".



Example-

Host:      soloman
Heartbeat: 150
UserName:  johndoe
password:  fastest
Domain:    use the default domain.

gs_clnt -H150 -hsoloman -ujohndoe -pfastest -d.      //the last dot is for the default domain!!!

