Class: Rex::Proto::Kerberos::Pac::UpnDnsInfoAttributes
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Rex::Proto::Kerberos::Pac::UpnDnsInfoAttributes
- Defined in:
- lib/rex/proto/kerberos/pac/krb5_pac.rb
Overview
Instance Attribute Summary collapse
-
#sam_name_and_sid ⇒ BinData::Bit1
The UPN_DNS_INFO structure has been extended with the user account’s SAM Name and SID.
-
#upn_name_constructed ⇒ BinData::Bit1
The user account object does not have the userPrincipalName attribute ([MS-ADA3] section 2.349) set.
Instance Attribute Details
#sam_name_and_sid ⇒ BinData::Bit1
Returns The UPN_DNS_INFO structure has been extended with the user account’s SAM Name and SID.
256 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 256 bit1 :sam_name_and_sid |
#upn_name_constructed ⇒ BinData::Bit1
Returns The user account object does not have the userPrincipalName attribute ([MS-ADA3] section 2.349) set. A UPN constructed by concatenating the user name with the DNS domain name of the account domain is provided.
260 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 260 bit1 :upn_name_constructed |