AuthScheme Parameter (Connect-Sybase Cmdlet)
The scheme used for authentication. Accepted entries are Password, Kerberos.
Syntax
Connect-Sybase -AuthScheme string
Possible Values
Password, KerberosData Type
cstr
Default Value
"Password"
Remarks
Together with Password and User, this field is used to authenticate against the server. Password is the default option. Use the following options to select your authentication scheme:
- Password: Set this to use your Password.
- Kerberos: Set this to use Kerberos authentication.