From d9ac7c41ff3dfbbb0d00ab208a5bd88d915419d9 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 8 Dec 2005 13:47:45 +0000 Subject: [PATCH] updated fai schema git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2260 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/fai.schema | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/contrib/openldap/fai.schema b/contrib/openldap/fai.schema index 6c70e5ed0..103fdb01c 100644 --- a/contrib/openldap/fai.schema +++ b/contrib/openldap/fai.schema @@ -52,6 +52,7 @@ # FAIdebconfInfo | FAIvariable, FAIvariableContent, FAIvariableType # FAIobject | FAIclass, FAIstatus, macAddress # FAIrepository | FAIdebianMirror, FAIdebianRelease, FAIdebianSection +# FAIrepositoryServer | FAIrepository # # Rem.: Except of FAIdebconfInfo and FAIobject, all object classes are inherited # from FAIclass, so ALL cn's MUST be unique in your tree. @@ -290,6 +291,12 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.5.26 NAME 'FAIdebianSection' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) +# Name : FAIrepository +# Description: Used to store repository settings +attributetype ( 1.3.6.1.4.1.10098.1.1.5.27 NAME 'FAIrepository' + DESC 'TODO' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + ## ## Object class definitions (allocated from the GONICUS oid space) ## @@ -421,4 +428,11 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.40.17 NAME 'FAIrepository' DESC 'Provides per object repository informations.' MUST ( FAIdebianMirror $ FAIdebianRelease $ FAIdebianSection ) ) +# Name : FAIrepositoryServer +# Description: FAIrepositoryServer stores information about repository settings. +objectclass (1.3.6.1.4.1.10098.1.2.1.40.18 NAME 'FAIrepositoryServer' + SUP top AUXILIARY + DESC 'Provides repository informations.' + MAY ( FAIrepository ) ) + ### END of FAI schema file -- 2.30.2