* Sat Sep 06 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-13.sme
- add support of posixMemberOf,preferredMail,extensionNumber,desktopLoginShell [SME: 10590] TODO: improve integration of posixMemberOf
This commit is contained in:
21
root/etc/openldap/schema/koozaliExtra.schema
Normal file
21
root/etc/openldap/schema/koozaliExtra.schema
Normal file
@@ -0,0 +1,21 @@
|
||||
attributetype ( 1.3.6.1.4.1.37518.1.1.2.1 NAME 'posixMemberOf'
|
||||
EQUALITY caseExactIA5Match
|
||||
SUBSTR caseExactIA5SubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.37518.1.1.2.2 NAME 'preferredMail'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreIA5SubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
|
||||
SINGLE-VALUE )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.37518.1.1.2.3 NAME 'extensionNumber'
|
||||
DESC 'Internal Telephone Number'
|
||||
EQUALITY telephoneNumberMatch
|
||||
SUBSTR telephoneNumberSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.50{32} )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.37518.1.1.2.4 NAME 'desktopLoginShell'
|
||||
DESC 'The path to the login shell for desktop machines'
|
||||
EQUALITY caseExactIA5Match
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
|
Reference in New Issue
Block a user