From: cajus Date: Thu, 24 Jan 2008 15:25:42 +0000 (+0000) Subject: Added session types X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dcc93cbeef52f8a92b2f15ac9ca6b0cff13ccd9e;p=gosa.git Added session types git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8593 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/contrib/openldap/goserver.schema b/gosa-core/contrib/openldap/goserver.schema index 97edc9d7d..28bb54e18 100644 --- a/gosa-core/contrib/openldap/goserver.schema +++ b/gosa-core/contrib/openldap/goserver.schema @@ -455,6 +455,11 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.9.81 NAME 'goLogDBPassword' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) +attributetype ( 1.3.6.1.4.1.10098.1.1.9.82 NAME 'gotoSessionType' + DESC 'Supported type for a terminal server' + EQUALITY caseExactIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + ## ## Objectclasses @@ -463,8 +468,8 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.9.81 NAME 'goLogDBPassword' # Terminal Server description objectclass (1.3.6.1.4.1.10098.1.2.1.16 NAME 'goTerminalServer' SUP top AUXILIARY DESC 'Terminal server description (v2.4)' - MUST ( cn $ goXdmcpIsEnabled $ goFontPath ) - MAY ( description $ goTerminalServerStatus )) + MUST ( cn $ goXdmcpIsEnabled ) + MAY ( description $ goTerminalServerStatus $ gotoSessionType )) # NFS Server description objectclass (1.3.6.1.4.1.10098.1.2.1.19 NAME 'goNfsServer' SUP top AUXILIARY