X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-plugins%2Fgoto%2Fcontrib%2Fgoserver.schema;h=7941c9d7ff7ea2592350427be487ad4c5cb2cf8f;hb=42bd022c89a7ca4581fbdc4723703b3af91fb12f;hp=50b24879fdcb39ec9bf3a8cde2d2794265d71d02;hpb=cbf86fbc4f10269a44e09afc56e405aa99ad1669;p=gosa.git diff --git a/gosa-plugins/goto/contrib/goserver.schema b/gosa-plugins/goto/contrib/goserver.schema index 50b24879f..7941c9d7f 100644 --- a/gosa-plugins/goto/contrib/goserver.schema +++ b/gosa-plugins/goto/contrib/goserver.schema @@ -115,6 +115,12 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.9.23 NAME 'goFaxPassword' 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.83 NAME 'gosaLogDB' + DESC 'GOsa logging DB name' + EQUALITY caseExactIA5Match + 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.24 NAME 'goLogAdmin' DESC 'Admin principal for log server' EQUALITY caseExactIA5Match @@ -529,7 +535,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.27 NAME 'goServer' SUP top AUXILIARY # LogDB Server description objectclass (1.3.6.1.4.1.10098.1.2.1.28 NAME 'goLogDBServer' SUP top AUXILIARY DESC 'Log DB server description (v2.4)' - MUST ( cn $ goLogAdmin $ goLogPassword ) + MUST ( cn $ gosaLogDB $ goLogAdmin $ goLogPassword ) MAY ( goLogDBServerStatus )) # Fon Server description @@ -573,7 +579,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.39 NAME 'goVirusServer' SUP top AUXILIARY MUST ( cn ) MAY ( avMaxThreads $ avMaxDirectoryRecursions $ avUser $ avFlags $ avArchiveMaxFileSize $ avArchiveMaxRecursion $ avArchiveMaxCompressionRatio $ - avDatabaseMirror $ avChecksPerDay $ avHttpProxyURL ) ) + avDatabaseMirror $ avChecksPerDay $ avHttpProxyURL $ avStatus) ) # LogDB Server description objectclass (1.3.6.1.4.1.10098.1.2.1.40 NAME 'gosaLogServer' SUP top AUXILIARY