X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=userdir-ldap.schema;h=de3b80a118c5ce7c5162107a9bb89c1ca5e35574;hb=03339c1119582528723701a80cc2457dadb81266;hp=5d3d233e3f08793330b603b7ab648daa417fb727;hpb=dd0db4737b29096a07d9b244a21d4ff2e63dc869;p=mirror%2Fuserdir-ldap.git diff --git a/userdir-ldap.schema b/userdir-ldap.schema index 5d3d233..de3b80a 100644 --- a/userdir-ldap.schema +++ b/userdir-ldap.schema @@ -104,6 +104,8 @@ # .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 $ ipHostNumber $ + sshRSAHostKey $ purpose $ allowedGroups $ exportOptions $ MXRecord ) ) objectclass ( 1.3.6.1.4.1.9586.100.4.3.3