/etc/ldap/schema/ltspclientaux.schema is in debian-edu-config 1.702.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | # This schema is based on the values that can be set in lts.conf in
# LTSP.
#
# OID Base is 1.3.6.1.4.1.8990.42, and attributes are under .1 while
# object classes are under .2. See README.OID for allocated OIDs.
#
# Not allocating final OID yet, using 1.1 which according to Bjørn Ove
# Grøtan can be safely used for testing
#
# FIXME:
# - Assign final OIDs
# UTF-8 string with VARIABLE=content
attributetype ( 1.1.1.1 NAME 'ltspConfig'
DESC 'LTSP config setting'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
objectclass ( 1.1.2.1 NAME 'ltspClientConfigAux'
DESC 'LTSP client configuration attributes'
SUP top
AUXILIARY
MAY ( ltspConfig ))
objectclass ( 1.1.2.2 NAME 'ltspClientConfig'
DESC 'LTSP client configuration attributes'
SUP top
STRUCTURAL
MUST ( cn )
MAY ( ltspConfig ))
|