schema: allowedGroups, exportOptions attribute for servers
authorPeter Palfrader <peter@palfrader.org>
Thu, 23 Jul 2009 19:59:25 +0000 (21:59 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 23 Jul 2009 19:59:25 +0000 (21:59 +0200)
debian/changelog
userdir-ldap.schema

index 4353094..e2730c4 100644 (file)
@@ -2,8 +2,9 @@ userdir-ldap (0.3.67+XY) unstable; urgency=low
 
   * userdir-ldap.conf: localsyncon = "*draghi*"
   * userdir-ldap-slapd.conf.in: database hdb
+  * schema: allowedGroups, exportOptions attribute for servers
 
- -- Peter Palfrader <weasel@debian.org>  Tue, 14 Jul 2009 11:06:51 +0200
+ -- Peter Palfrader <weasel@debian.org>  Thu, 23 Jul 2009 18:16:35 +0200
 
 userdir-ldap (0.3.67) unstable; urgency=low
 
index 5d3d233..fcd8ba3 100644 (file)
 #   .36 - sudoPassword
 #   .37 - subGroup
 #   .38 - mailContentInspectionAction
+#   .39 - allowedGroups
+#   .40 - exportOptions
 #
 # .3 - experimental LDAP objectClasses
 #   .1 - debianDeveloper
@@ -378,6 +380,20 @@ attributetype ( 1.3.6.1.4.1.9586.100.4.2.37
        SUBSTR caseIgnoreIA5SubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
+# more attributes below
+attributetype ( 1.3.6.1.4.1.9586.100.4.2.39
+       NAME 'allowedGroups'
+       DESC 'Groups that have access to a host'
+       EQUALITY caseExactIA5Match
+       SUBSTR caseExactIA5SubstringsMatch
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
+
+attributetype ( 1.3.6.1.4.1.9586.100.4.2.40
+       NAME 'exportOptions'
+       DESC 'export options for servers'
+       EQUALITY caseIgnoreIA5Match
+       SUBSTR caseIgnoreIA5SubstringsMatch
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 # Public object classes
 
@@ -512,7 +528,8 @@ objectclass ( 1.3.6.1.4.1.9586.100.4.3.2
        MUST ( host $ hostname )
        MAY ( c $ access $ admin $ architecture $ bandwidth $ description $ disk $
              distribution $ l $ machine $ memory $ sponsor $
-             sponsor-admin $ sshRSAHostKey $ status $ purpose $ physicalHost
+             sponsor-admin $ status $ physicalHost $
+             sshRSAHostKey $ purpose $ allowedGroups $ exportOptions
        ) )
 
 objectclass ( 1.3.6.1.4.1.9586.100.4.3.3