Class: Rex::Proto::Kerberos::Pac::GroupAttributes

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/rex/proto/kerberos/pac/krb5_pac.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBinData::Bit1

Returns This setting means that the group is enabled for use. Corresponds to SE_GROUP_ENABLED. For more information, see [SIDATT].

Returns:

  • (BinData::Bit1)

    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_defaultBinData::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].

Returns:

  • (BinData::Bit1)

    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

#mandatoryBinData::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].

Returns:

  • (BinData::Bit1)

    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

#ownerBinData::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].

Returns:

  • (BinData::Bit1)

    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

#resourceBinData::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].

Returns:

  • (BinData::Bit1)

    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