summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: df6305e)
raw | patch | inline | side by side (parent: df6305e)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jan 2008 15:25:42 +0000 (15:25 +0000) | ||
committer | cajus <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 | patch | blob | history |
diff --git a/gosa-core/contrib/openldap/goserver.schema b/gosa-core/contrib/openldap/goserver.schema
index 97edc9d7d5aa924ef4e7b8500d9fcb4d6250b6cd..28bb54e182295ffca6fa47c435b5a2cf11968186 100644 (file)
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
# 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