forked from infra/ansible
26 lines
719 B
Plaintext
26 lines
719 B
Plaintext
|
# Kitchen User schema
|
||
|
# Depends on core and cosine
|
||
|
|
||
|
# attribute type definitions
|
||
|
|
||
|
attributetype ( 1.3.6.1.4.1.47496.1.1 NAME 'mailAlternateAddress'
|
||
|
SUBSTR caseIgnoreSubstringsMatch
|
||
|
DESC 'Secondary (alias) mailaddresses for the same user'
|
||
|
EQUALITY caseIgnoreIA5Match
|
||
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||
|
|
||
|
attributetype ( 1.3.6.1.4.1.47496.1.2 NAME 'rewMailAddress'
|
||
|
SUBSTR caseIgnoreSubstringsMatch
|
||
|
DESC 'Rewritten Mail Address'
|
||
|
EQUALITY caseIgnoreIA5Match
|
||
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
|
||
|
SINGLE-VALUE )
|
||
|
|
||
|
# object class definitions
|
||
|
|
||
|
objectclass ( 1.3.6.1.4.1.47496.2.1 NAME 'kitchenUser'
|
||
|
DESC 'Binary Kitchen User'
|
||
|
SUP top AUXILIARY
|
||
|
MUST ( mail $ uid )
|
||
|
MAY ( mailAlternateAddress $ rewMailAddress ) )
|