Description
-
Holds domain information for the user.
Property type
-
A String value.
Syntax
-
object.Domain [= value]
The Domain Property syntax has these parts:
| object |
An expression
evaluating to an object of type SSHUser. |
| value |
A String value. |
Remarks
-
This property is used only when UseNTAuthentication
is set to True, and specifies NT domain that is
used for authentication. If your computer is standalone,
not member of NT domain, leave this empty, or set to name
of your computer. If you're member of a domain, put
here name of the domain.
|