summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cdd2a49)
raw | patch | inline | side by side (parent: cdd2a49)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 15 May 2007 07:13:00 +0000 (07:13 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 15 May 2007 07:13:00 +0000 (07:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6377 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/openldap/goserver.schema | patch | blob | history |
index ee219fb99eeb6ba13a3d6833bc256d8b0e3529ff..32249739a442c108849db8fc717991598ef4eee4 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.80 NAME 'goLogDBServerUser'
+attributetype ( 1.3.6.1.4.1.10098.1.1.9.80 NAME 'goLogDBUser'
DESC 'Auth user for logging DB'
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.81 NAME 'goLogDBServerPassword'
+attributetype ( 1.3.6.1.4.1.10098.1.1.9.81 NAME 'goLogDBPassword'
DESC 'Password for logging DB user'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE)
+
##
## Objectclasses
##
# 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 $ goLogDBServerUser $ goLogDBServerPassword $goLogDB )
+ MUST ( cn $ goLogAdmin $ goLogPassword )
MAY ( goLogDBServerStatus ))
# Fon Server description
avArchiveMaxFileSize $ avArchiveMaxRecursion $ avArchiveMaxCompressionRatio $
avDatabaseMirror $ avChecksPerDay $ avHttpProxyURL ) )
+# LogDB Server description
+objectclass (1.3.6.1.4.1.10098.1.2.1.40 NAME 'gosaLogServer' SUP top AUXILIARY
+ DESC 'GOsa log server (v2.6)'
+ MUST ( cn $ goLogDB $ goLogDBUser $ goLogDBPassword ))