summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1a422e5)
raw | patch | inline | side by side (parent: 1a422e5)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Sep 2005 07:34:15 +0000 (07:34 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Sep 2005 07:34:15 +0000 (07:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1299 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/openldap/fai.schema | patch | blob | history |
index 725dc0a85462241d7126da97badc9f0f0f6da7c9..610c6252a1e1f4fb14e7ab7a52cc328579f414c2 100644 (file)
# FAIpartitionDisk | (inherit from FAIclass)
# FAIpartitionEntry | FAIpartitionType, FAIpartitionNr, FAImountOptions,
# | FAIfsOptions, FAIfsType, FAImountPoint
-# FAIpackageList | FAIinstallFlag, FAIpackage
+# FAIpackageList | FAIinstallMethod, FAIpackage
# FAIdebconfInfo | FAIvariable, FAIvariableContent, FAIvariableType
# FAIobject | FAIclass, FAIstatus, macAddress
#
# |-cn=SRVBASE
# | |-objectClass: FAIpackageList
# | |-description: Server base package list
-# | |-FAIinstallFlag: recommend
+# | |-FAIinstallMethod: recommend
# | |-FAIpackage=adduser
# | | |-FAIvariable=adduser/homedir-permission
# | | | |-FAIvariableContent: false
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
-# Name : FAIinstallFlag
+# Name : FAIinstallMethod
# Description: Keeps a per package setting on how packages should be
# installed. This is the normal line you'd specify in
# our ordinary package lists.
-attributetype ( 1.3.6.1.4.1.10098.1.1.5.14 NAME 'FAIinstallFlag'
+attributetype ( 1.3.6.1.4.1.10098.1.1.5.14 NAME 'FAIinstallMethod'
DESC 'Store debian package installation flag'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
attributetype ( 1.3.6.1.4.1.10098.1.1.5.19 NAME 'FAImode'
DESC 'Store template file storage path'
EQUALITY caseIgnoreIA5Match
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE)
# Name : FAIstatus
# Desrciption: Normally the fai daemon should set the status flag to the
objectclass (1.3.6.1.4.1.10098.1.2.1.40.13 NAME 'FAIpackageList'
SUP FAIclass STRUCTURAL
DESC 'Stores complete package lists'
- MUST ( FAIpackage ) MAY ( FAIpackagelistDependency $ FAIinstallFlag ) )
+ MUST ( FAIpackage ) MAY ( FAIpackagelistDependency $ FAIinstallMethod ) )
# Name : FAItemplate
# Description: Container for template objects.