ipaserver.plugins.trust.add_range¶
- ipaserver.plugins.trust.add_range(myapi, trustinstance, range_name, dom_sid, *keys, **options)[source]¶
First, we try to derive the parameters of the ID range based on the information contained in the Active Directory.
If that was not successful, we go for our usual defaults (random base, range size 200 000, ipa-ad-trust range type).
Any of these can be overridden by passing appropriate CLI options to the trust-add command.