Man page - packet.application.rpc_creds(3)
Packages contains this manual
- packet.link.ethernet(3)
- packet.application.gss_const(3)
- nfstest.host(3)
- packet.application.dns_const(3)
- nfstest.file_io(3)
- packet.internet.arp(3)
- packet.nfs.nlm4(3)
- nfstest_dio(1)
- nfstest_delegation(1)
- packet.link.erf(3)
- packet.utils(3)
- nfstest_lock(1)
- packet.pktt(3)
- packet.link.ethernet_const(3)
- baseobj(3)
- packet.nfs.nfs3(3)
- nfstest_pkt(1)
- packet.nfs.nlm4_const(3)
- packet.nfs.nfs(3)
- packet.internet.ipv6addr(3)
- packet.transport.ib(3)
- packet.transport.tcp(3)
- nfstest_rdma(1)
- nfstest_alloc(1)
- packet.nfs.nfs3_const(3)
- packet.transport.ddp(3)
- nfstest.nfs_util(3)
- nfstest_cache(1)
- packet.record(3)
- packet.application.rpcordma_const(3)
- nfstest_sparse(1)
- nfstest_io(1)
- packet.application.gss(3)
- nfstest_xattr(1)
- packet.nfs.nfs4_const(3)
- nfstest_interop(1)
- nfstest_xid(1)
- nfstest_posix(1)
- packet.application.rpc(3)
- packet.application.rpcordma(3)
- packet.transport.mpa(3)
- nfstest_ssc(1)
- packet.pkt(3)
- packet.link.sllv2(3)
- packet.transport.rdmainfo(3)
- nfstest(1)
- packet.nfs.mount3(3)
- nfstest.rexec(3)
- packet.derunpack(3)
- packet.transport.udp(3)
- packet.unpack(3)
- packet.application.krb5_const(3)
- nfstest_pnfs(1)
- packet.nfs.portmap2(3)
- packet.nfs.mount3_const(3)
- packet.application.dns(3)
- packet.transport.rdmap(3)
- packet.internet.ipv6(3)
- packet.nfs.nfs4(3)
- packet.application.krb5(3)
- packet.nfs.portmap2_const(3)
- packet.link.vlan(3)
- nfstest.utils(3)
- packet.application.ntp4(3)
- packet.link.sllv1(3)
- packet.application.rpc_creds(3)
- packet.application.rpc_const(3)
- nfstest_file(1)
- packet.internet.arp_const(3)
- packet.nfs.nfsbase(3)
- formatstr(3)
- packet.internet.ipv4(3)
- nfstest_fcmp(1)
- nfstest.test_util(3)
- packet.link.macaddr(3)
apt-get install nfstest
Manual
RPC_CREDS
NAMEDESCRIPTION
CLASSES
class AuthNone(baseobj.BaseObj)
class AuthSys(baseobj.BaseObj)
class GSS_Credential(baseobj.BaseObj)
class GSS_Verifier(baseobj.BaseObj)
class auth_flavor(packet.utils.Enum)
class rpc_gss_proc(packet.utils.Enum)
class rpc_gss_service(packet.utils.Enum)
FUNCTIONS
SEE ALSO
BUGS
AUTHOR
NAME
packet.application.rpc_creds - RPC Credentials module
DESCRIPTION
Decode RPC Credentials.
CLASSES
class AuthNone(baseobj.BaseObj)
AuthNone object
Methods
defined here:
---------------------
__init__(self,
unpack)
Constructor which takes the Unpack object as input
Data and other attributes defined here:
flavor = AUTH_NONE
class AuthSys(baseobj.BaseObj)
AuthSys object
Methods
defined here:
---------------------
__init__(self,
unpack)
Constructor which takes the Unpack object as input
Data and other attributes defined here:
flavor = AUTH_SYS
class GSS_Credential(baseobj.BaseObj)
GSS_Credential object
Methods
defined here:
---------------------
__init__(self,
unpack)
Constructor which takes the Unpack object as input
Data and other attributes defined here:
flavor = RPCSEC_GSS
class GSS_Verifier(baseobj.BaseObj)
GSS_Verifier object
Methods
defined here:
---------------------
__init__(self,
unpack)
Constructor which takes the Unpack object as input
Data and other attributes defined here:
flavor = RPCSEC_GSS
class auth_flavor(packet.utils.Enum)
enum auth_flavor
class rpc_gss_proc(packet.utils.Enum)
enum rpc_gss_proc
class rpc_gss_service(packet.utils.Enum)
enum rpc_gss_service
FUNCTIONS
rpc_credential(unpack,
verifier=False)
Process and return the credential or verifier
SEE ALSO
baseobj(3), packet.application.gss(3), packet.application.gss_const(3), packet.application.rpc_const(3), packet.utils(3)
BUGS
No known bugs.
AUTHOR
Jorge Mora (mora@netapp.com)