Skip to content

Commit

Permalink
Fix sramPerson.ldif
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvanes committed Sep 24, 2024
1 parent 600e3c8 commit 4165b49
Showing 1 changed file with 10 additions and 26 deletions.
36 changes: 10 additions & 26 deletions misc/schema/sramPerson.ldif
Original file line number Diff line number Diff line change
@@ -1,39 +1,23 @@
# Internet X.500 Schema for Ldappc
# Includes the sczGroup ObjectClass schema
# Includes the sramPerson ObjectClass schema
#
# An auxiliary object class, "sczGroup," is a convenient container
# for an extensible set of attributes concerning group memberships.
# An auxiliary object class, "sramPerson," is a convenient container
# for an extensible set of attributes concerning sram persons.
# At this time, the only attribute specified as belonging to the
# object class is "sczMember."
#
# It is specifically configured to support the memberOf overlay.
#
# object class is "sramInactiveDays".
#
dn: cn=sramPerson,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: sramPerson
olcAttributeTypes: ( 1.3.6.1.4.1.1076.20.100.20.2.1 NAME 'sramLastActivityDate'
DESC 'Date when this entity was last active'
EQUALITY generalizedTimeMatch
ORDERING generalizedTimeOrderingMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
)
olcAttributeTypes: ( 1.3.6.1.4.1.1076.20.100.20.2.2 NAME 'sramAUPacceptedURI'
DESC 'URI of accepted AUP'
EQUALITY caseExactMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
)
olcAttributeTypes: ( 1.3.6.1.4.1.1076.20.100.20.2.3 NAME 'sramAUPacceptedDate'
DESC 'Date when the AUP was accepted'
EQUALITY generalizedTimeMatch
ORDERING generalizedTimeOrderingMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
olcAttributeTypes: ( 1.3.6.1.4.1.1076.20.100.20.2.1 NAME 'sramInactiveDays'
DESC 'Number of days this entity was inactive'
EQUALITY IntegerMatch
ORDERING IntegerOrderingMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
)
olcObjectClasses: ( 1.3.6.1.4.1.1076.20.100.20.1.1 NAME 'sramPerson'
AUXILIARY
MAY (
sramLastActivityDate $
sramAUPacceptedURI $
sramAUPacceptedDate
sramInactiveDays
)
)

0 comments on commit 4165b49

Please sign in to comment.