-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) | ||
) |