summaryrefslogtreecommitdiffstats
path: root/install/updates/62-ranges.update
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2012-06-12 11:58:41 +0200
committerRob Crittenden <rcritten@redhat.com>2012-06-29 16:21:20 -0400
commit0350b5e8a18ea63f04c753ae4bd71e5bc15cec90 (patch)
treeb7649cd0d0de4ae4b5dddc77b3b7de6af3430406 /install/updates/62-ranges.update
parentab6097bc6a342ff955b74577d5dd9f4e2919ec47 (diff)
downloadfreeipa-0350b5e8a18ea63f04c753ae4bd71e5bc15cec90.tar.gz
freeipa-0350b5e8a18ea63f04c753ae4bd71e5bc15cec90.tar.xz
freeipa-0350b5e8a18ea63f04c753ae4bd71e5bc15cec90.zip
Add objects for initial ID range
Diffstat (limited to 'install/updates/62-ranges.update')
-rw-r--r--install/updates/62-ranges.update13
1 files changed, 13 insertions, 0 deletions
diff --git a/install/updates/62-ranges.update b/install/updates/62-ranges.update
new file mode 100644
index 000000000..42c1e2a98
--- /dev/null
+++ b/install/updates/62-ranges.update
@@ -0,0 +1,13 @@
+dn: cn=schema
+add:attributeTypes: (2.16.840.1.113730.3.8.11.33 NAME 'ipaBaseID' DESC 'First value of a Posix ID range' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'IPA v3' )
+add:attributeTypes: (2.16.840.1.113730.3.8.11.34 NAME 'ipaIDRangeSize' DESC 'Size of a Posix ID range' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'IPA v3' )
+add:attributeTypes: (2.16.840.1.113730.3.8.11.35 NAME 'ipaBaseRID' DESC 'First value of a RID range' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'IPA v3' )
+add:attributeTypes: (2.16.840.1.113730.3.8.11.36 NAME 'ipaSecondaryBaseRID' DESC 'First value of a secondary RID range' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'IPA v3' )
+add:objectClasses: (2.16.840.1.113730.3.8.12.15 NAME 'ipaIDrange' ABSTRACT MUST ( cn $$ ipaBaseID $$ ipaIDRangeSize ) X-ORIGIN 'IPA v3' )
+add:objectClasses: (2.16.840.1.113730.3.8.12.16 NAME 'ipaDomainIDRange' SUP ipaIDrange STRUCTURAL MAY ( ipaBaseRID $$ ipaSecondaryBaseRID ) X-ORIGIN 'IPA v3' )
+add:objectClasses: (2.16.840.1.113730.3.8.12.17 NAME 'ipaTrustedADDomainRange' SUP ipaIDrange STRUCTURAL MUST ( ipaBaseRID $$ ipaNTTrustedDomainSID ) X-ORIGIN 'IPA v3' )
+
+dn: cn=ranges,cn=etc,$SUFFIX
+default: obectClass: top
+default: objectClass: nsContainer
+default: cn: ranges