packet.application.rpc_creds (3) Linux Manual Page
packet.application.rpc_creds – RPC Credentials module
Description
Decode RPC Credentials.
Classes
class AuthNone(baseobj.BaseObj)
AuthNone objectMethods defined here:---------------------__init__(self, unpack)Constructor which takes the Unpack object as input Data and other attributes defined here: flavor = 0
class AuthSys(baseobj.BaseObj)
AuthSys objectMethods defined here:---------------------__init__(self, unpack)Constructor which takes the Unpack object as input Data and other attributes defined here: flavor = 1
class GSS_Credential(baseobj.BaseObj)
GSS_Credential objectMethods defined here:---------------------__init__(self, unpack)Constructor which takes the Unpack object as input Data and other attributes defined here: flavor = 6
class GSS_Verifier(baseobj.BaseObj)
GSS_Verifier objectMethods defined here:---------------------__init__(self, unpack)Constructor which takes the Unpack object as input Data and other attributes defined here: flavor = 6
Functions
rpc_credential(unpack, verifier=False)
Process and return the credential or verifier
See Also
baseobj(3)
Bugs
No known bugs.
Author
Jorge Mora (mora [at] netapp.com)
