Class: Rex::Proto::Kerberos::Model::PreAuthPacOptionsFlags

Inherits:
KerberosFlags
  • Object
show all
Defined in:
lib/rex/proto/kerberos/model/pre_auth_pac_options_flags.rb

Overview

THe PA-PAC-OPTIONS KerberosFlags are represented as a bit string. This module associates the human readable name, to the index the flag value is found at within the bit string. www.rfc-editor.org/rfc/rfc4120.txt - KDCOptions ::= KerberosFlags

Constant Summary collapse

CLAIMS =
MS-KILE

2.2.10

0
BRANCH_AWARE =
1
FORWARD_TO_FULL_DC =
2
RESOURCE_BASED_CONSTRAINED_DELEGATION =
MS-SFU

2.2.5

3

Instance Attribute Summary

Attributes inherited from KerberosFlags

#value

Method Summary

Methods inherited from KerberosFlags

#==, #enabled_flag_names, from_flags, #include?, #initialize, name, #to_i

Constructor Details

This class inherits a constructor from Rex::Proto::Kerberos::Model::KerberosFlags