From 0350b5e8a18ea63f04c753ae4bd71e5bc15cec90 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 12 Jun 2012 11:58:41 +0200 Subject: Add objects for initial ID range --- ipaserver/install/dsinstance.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipaserver/install/dsinstance.py') diff --git a/ipaserver/install/dsinstance.py b/ipaserver/install/dsinstance.py index fb620a82..93c6b50c 100644 --- a/ipaserver/install/dsinstance.py +++ b/ipaserver/install/dsinstance.py @@ -313,6 +313,7 @@ class DsInstance(service.Service): IDMAX=self.idmax, HOST=self.fqdn, ESCAPED_SUFFIX= escape_dn_chars(self.suffix.lower()), GROUP=DS_GROUP, + IDRANGE_SIZE=self.idmax-self.idstart+1 ) def __create_ds_user(self): -- cgit