Code

Added session types
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jan 2008 15:25:42 +0000 (15:25 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jan 2008 15:25:42 +0000 (15:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8593 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/contrib/openldap/goserver.schema

index 97edc9d7d5aa924ef4e7b8500d9fcb4d6250b6cd..28bb54e182295ffca6fa47c435b5a2cf11968186 100644 (file)
@@ -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