summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 37b4d59)
raw | patch | inline | side by side (parent: 37b4d59)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Aug 2005 09:07:13 +0000 (09:07 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Aug 2005 09:07:13 +0000 (09:07 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1197 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/openldap/goserver.schema | patch | blob | history | |
contrib/openldap/goto.schema | patch | blob | history |
index 34b9dd1a59e161ec30b612aeb54cdf0fb8ea3644..d2f6f974a0510a451236f8b1080bb1c59f628fe8 100644 (file)
# Attributes for common Gonicus Server Class
attributetype ( 1.3.6.1.4.1.10098.1.1.9.4 NAME 'goExportEntry'
- DESC 'Provides a NFS export entry'
+ DESC 'Provides an export entry'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
MUST ( cn $ goFonAdmin $ goFonPassword $ goFonAreaCode $ goFonCountryCode )
MAY ( description ))
+# Share Server description
+objectclass (1.3.6.1.4.1.10098.1.2.1.30 NAME 'goShareServer' SUP top AUXILIARY
+ DESC 'NFS server description (v2.4)'
+ MUST ( cn )
+ MAY ( description $ goExportEntry ))
+
index daef50db25de7faa205889f2d8622d713df30627..525e2aaaf67e62498910925cdea7c4980eb6c5a0 100644 (file)
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
+attributetype ( 1.3.6.1.4.1.10098.1.1.11.7 NAME 'gotoProfileFlags'
+ DESC 'GOto - Flags for Profile handling - C is for caching'
+ EQUALITY caseIgnoreIA5Match
+ SUBSTR caseIgnoreIA5SubstringsMatch
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
+
+attributetype ( 1.3.6.1.4.1.10098.1.1.11.8 NAME 'gotoProfileServer'
+ DESC 'GOto - specifies the profile server'
+ EQUALITY caseIgnoreIA5Match
+ SUBSTR caseIgnoreIA5SubstringsMatch
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
+
##
## Objectclasses
##
MUST ( cn )
MAY ( labeledURI $ description $ l $ gotoPrinterPPD $ macAddress $ ipHostNumber ) )
+# objectclass for the Terminal Conecept
+objectclass (1.3.6.1.4.1.10098.1.2.1.32 NAME 'gotoEnvironment'
+ DESC 'GOto - contains environment settings (v2.2)' SUP top STRUCTURAL
+ MAY ( gotoProfileServer $ gotoProfileFlags ) )