Module: Rex::Proto::Kerberos::Model::NameType
- Defined in:
- lib/rex/proto/kerberos/model.rb
Overview
From Principal datatracker.ietf.org/doc/html/rfc4120#section-6.2
Constant Summary collapse
- NT_UNKNOWN =
Name type not known
0
- NT_PRINCIPAL =
The name of the principal
1
- NT_SRV_INST =
Service and other unique instances
2
- NT_SRV_HST =
Service with host name and instance
3
- NT_SRV_XHST =
Service with host as remaining component
4
- NT_UID =
Unique ID
5