Class: Rex::Proto::Kerberos::Pac::GroupAttributes
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Rex::Proto::Kerberos::Pac::GroupAttributes
- Defined in:
- lib/rex/proto/kerberos/pac/krb5_pac.rb
Overview
Instance Attribute Summary collapse
-
#enabled ⇒ BinData::Bit1
This setting means that the group is enabled for use.
-
#enabled_by_default ⇒ BinData::Bit1
This setting means that the group is marked as enabled by default.
-
#mandatory ⇒ BinData::Bit1
This setting means that the group is mandatory for the user and cannot be disabled.
-
#owner ⇒ BinData::Bit1
This setting means that the group can be assigned as an owner of a resource.
-
#resource ⇒ BinData::Bit1
This setting means that the group is a domain-local or resource group.
Instance Attribute Details
#enabled ⇒ BinData::Bit1
Returns This setting means that the group is enabled for use. Corresponds to SE_GROUP_ENABLED. For more information, see [SIDATT].
66 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 66 bit1 :enabled |
#enabled_by_default ⇒ BinData::Bit1
Returns This setting means that the group is marked as enabled by default. Corresponds to SE_GROUP_ENABLED_BY_DEFAULT. For more information, see [SIDATT].
70 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 70 bit1 :enabled_by_default |
#mandatory ⇒ BinData::Bit1
Returns This setting means that the group is mandatory for the user and cannot be disabled. Corresponds to SE_GROUP_MANDATORY. For more information, see [SIDATT].
74 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 74 bit1 :mandatory |
#owner ⇒ BinData::Bit1
Returns This setting means that the group can be assigned as an owner of a resource. Corresponds to SE_GROUP_OWNER. For more information, see [SIDATT].
62 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 62 bit1 :owner |
#resource ⇒ BinData::Bit1
Returns This setting means that the group is a domain-local or resource group. Corresponds to SE_GROUP_RESOURCE. For more information, see [SIDATT].
54 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 54 bit1 :resource |