summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2013-07-17 15:55:36 +0200
committerAlexander Bokovoy <abokovoy@redhat.com>2013-07-23 16:24:33 +0300
commit17c7d46c254de8301a1c328155d245631d5c03e4 (patch)
tree03bf7d5b8c970f6d353c5a082eb992dc969c7c9d /API.txt
parent84b2269589c115cae2d2bcec32fec602143fc42e (diff)
downloadfreeipa-17c7d46c254de8301a1c328155d245631d5c03e4.tar.gz
freeipa-17c7d46c254de8301a1c328155d245631d5c03e4.tar.xz
freeipa-17c7d46c254de8301a1c328155d245631d5c03e4.zip
Use AD LDAP probing to create trusted domain ID range
When creating a trusted domain ID range, probe AD DC to get information about ID space leveraged by POSIX users already defined in AD, and create an ID range with according parameters. For more details: http://www.freeipa.org/page/V3/Use_posix_attributes_defined_in_AD https://fedorahosted.org/freeipa/ticket/3649
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/API.txt b/API.txt
index 663e8cb5..50834ef6 100644
--- a/API.txt
+++ b/API.txt
@@ -3394,7 +3394,7 @@ arg: Str('cn', attribute=True, cli_name='realm', multivalue=False, primary_key=T
option: Str('addattr*', cli_name='addattr', exclude='webui')
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
option: Int('base_id?', cli_name='base_id')
-option: Int('range_size?', autofill=True, cli_name='range_size', default=200000)
+option: Int('range_size?', cli_name='range_size')
option: StrEnum('range_type?', cli_name='range_type', values=(u'ipa-ad-trust-posix', u'ipa-ad-trust'))
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
option: Str('realm_admin?', cli_name='admin')