forked from infra/ansible
Use officially assigned OID values.
This commit is contained in:
parent
9f59c54a23
commit
4b22d48931
@ -1,17 +1,15 @@
|
|||||||
# Kitchen User schema
|
# Kitchen User schema
|
||||||
# Depends on core and cosine
|
# Depends on core and cosine
|
||||||
#
|
|
||||||
# OID registration pending, 23.42 is a placeholder
|
|
||||||
|
|
||||||
# attribute type definitions
|
# attribute type definitions
|
||||||
|
|
||||||
attributetype ( 23.42.1.1 NAME 'mailAlternateAddress'
|
attributetype ( 1.3.6.1.4.1.47496.1.1 NAME 'mailAlternateAddress'
|
||||||
SUBSTR caseIgnoreSubstringsMatch
|
SUBSTR caseIgnoreSubstringsMatch
|
||||||
DESC 'Secondary (alias) mailaddresses for the same user'
|
DESC 'Secondary (alias) mailaddresses for the same user'
|
||||||
EQUALITY caseIgnoreIA5Match
|
EQUALITY caseIgnoreIA5Match
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||||
|
|
||||||
attributetype ( 23.42.1.2 NAME 'rewMailAddress'
|
attributetype ( 1.3.6.1.4.1.47496.1.2 NAME 'rewMailAddress'
|
||||||
SUBSTR caseIgnoreSubstringsMatch
|
SUBSTR caseIgnoreSubstringsMatch
|
||||||
DESC 'Rewritten Mail Address'
|
DESC 'Rewritten Mail Address'
|
||||||
EQUALITY caseIgnoreIA5Match
|
EQUALITY caseIgnoreIA5Match
|
||||||
@ -20,7 +18,7 @@ attributetype ( 23.42.1.2 NAME 'rewMailAddress'
|
|||||||
|
|
||||||
# object class definitions
|
# object class definitions
|
||||||
|
|
||||||
objectclass ( 23.42.2.1 NAME 'kitchenUser'
|
objectclass ( 1.3.6.1.4.1.47496.2.1 NAME 'kitchenUser'
|
||||||
DESC 'Binary Kitchen User'
|
DESC 'Binary Kitchen User'
|
||||||
SUP top AUXILIARY
|
SUP top AUXILIARY
|
||||||
MUST ( mail $ uid )
|
MUST ( mail $ uid )
|
||||||
|
Loading…
Reference in New Issue
Block a user