Files
smeserver-ldap/root/etc/openldap/schema/koozaliExtra.schema
Jean-Philippe Pialasse 5a576fa3f2 * 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
2025-09-06 17:17:44 -04:00

22 lines
875 B
Plaintext

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 )