__init__(self,
credential,
encrypt,
user=None,
password=None,
account=None,
subject=None,
handle=None)
(Constructor)
Initializes an AuthInfo, which contains a user's authentication
information, not all of the arguments you can use your credentials or
user name and password for authentication.
-
- Parameters:
credential -
A GSSCred object of the user's credentials
encrypt -
A boolean indicating whether encryption should be used
user -
A string indicating the user or None
password -
A string of the password, or None Note: There should be a
better way to do this, because this is not secure
account -
A string of the user account or None
subject -
A string of the subject DN, it must be the DN of the end
entity that you want to authenticate yourself to. It can also be
None
|