Pointer to a bit string that specifies the times during which the user can log on.
Attribute property | Value | Description |
---|---|---|
adminDisplayName | Logon-Hours | Display name of this object for use in directory service administrative tools. |
adminDescription | Logon-Hours | Description of this object for use in directory service administrative tools. |
cn | Logon-Hours | Common name. |
lDAPDisplayName | logonHours | The name used by LDAP clients to refer to the object's class. |
attributeID | 1.2.840.113556.1.4.64 | A unique OID that identifies the attribute. |
objectClass | Attribute-Schema | The class of which this object is an instance. |
objectCategory | Attribute-Schema | Reference to an object class or one of its superclasses, which is used when searching for this object. |
schemaIDGUID | {BF9679AB-0DE6-11D0-A285-00AA003049E2} | A GUID that uniquely identifies this object. You can use this string value in an ACE to control access to objects of this object. |
attributeSyntax | 2.5.5.10 | An OID of a syntax. The combination of the attributeSyntax and oMSyntax properties determines the syntax of an attribute. |
oMSyntax | 4 | Syntax of this attribute as defined by the XAPIA XOM (X/Open Object Model) specification. |
isSingleValued | TRUE | TRUE means that the attribute has a single value, FALSE means that the attribute can have multiple values. |
attributeSecurityGUID | {5F202010-79A5-11D0-9020-00C04FC2D4CF} | An optional GUID that identifies the attribute as a member of an attribute set(also known as a property set). |
searchFlags | 16 | An integer value whose least significant bit indicates whether the attribute is indexed. The four bit flags in this value are: 1 = Index over attribute only 2 = Index over container and attribute 4 = Add this attribute to the Ambiguous Name Resolution set, used together with 0x0001 8 = Preserve this attribute in the tombstone object for deleted objects. |
showInAdvancedViewOnly | TRUE | TRUE means that the object will apear in the Advanced View of the Users and Computers snap-in only, but not in the Windows shell. FALSE means that the object will appear in Normal view of the Users and Computers snap-in and the Windows shell. |
systemFlags | 16 | An integer value that contains flags that define additional properties of this object. Category 1 classes or attributes have the 0x10 bit set by the system and cannot be set by users. They are shipped with Active Directory. For more information, see ADS_SYSETMFLAG_ENUM enumeration in ADSI Reference. |
systemOnly | FALSE | TRUE means that only Active Directory can modify the class of this object. FALSE means users can make the modification as well. |
Remarks | This property is a pointer to a 21-byte (168 bits) bit string. Each byte represents a block of 8 hours within a day in the week. The order is as follows: byte 0 is Saturday 16:00-23:59, byte 1 is Sunday 00:00-7:59, byte 2 is Sunday 8:00-15:59, byte 3 is Sunday 16:00-23:59, byte 4 is Monday 00:00-7:59, ..., byte 20 is Saturday 8:00-15:59. Within each byte, each bit represents a unique hour in the week. For byte 1, the first bit (bit 0, word 1) is Sunday, 0:00 to 0:59; the |