-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Please add support for two attributes of 389-DS in the LDAP schema if possible.
################################################################################
attributeTypes: ( 2.5.18.1 NAME 'createTimestamp'
EQUALITY generalizedTimeMatch
ORDERING generalizedTimeOrderingMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
SINGLE-VALUE NO-USER-MODIFICATION
USAGE directoryOperation
X-ORIGIN 'RFC 4512' )
################################################################################
attributeTypes: ( 2.5.18.2 NAME 'modifyTimestamp'
EQUALITY generalizedTimeMatch
ORDERING generalizedTimeOrderingMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
SINGLE-VALUE NO-USER-MODIFICATION
USAGE directoryOperation
X-ORIGIN 'RFC 4512' )
################################################################################
Reference link: 389-DS schema