Hi Tien, Instead of relying on the interactive part, I'd recommend filling the arguments to the command. Looking at your example. it looks like you have not been prompted for First RID of the corresponding RID range and First RID of the secondary RID range, which defaults to some value and that overlaps. This has been fixed just recently, so if you're not running the latest version, you might have encountered the bug. I suggest you supply the arguments straight to the command. This command is equivalent to what Rob posted:
ipa idrange-add EXAMPLE.TEST_id_range_001 --base-id=1445400000 --range-size=400 --rid-base=301000 --secondary-rid-base=305000 I'm not sure whether these values work for you, but they should. Just to see the difference, your command is equal to: ipa idrange-add DOMAIN.COM_oldID_range --base-id=1445400000 --range-size=400 Regards, David -- _______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
