* 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:
2025-09-06 17:17:44 -04:00
parent 7c80cd86e3
commit 5a576fa3f2
5 changed files with 173 additions and 2 deletions

View 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 )