Tien Cao Huy via FreeIPA-users wrote: > Hello Rob Crittenden, > That's correct — these users have been migrated. > > I would like to create a new IPA ID range to cover their SID range, but I'm > unsure how to provide the following values: > Range type > Base ID > Range size > Primary RID base > Secondary RID base > > Could you please help me set up a new IPA range with the appropriate values? > These users are known to have UIDs ranging from 1445400045 to 1445403454 > > Thanks, >
You need to run something like this. Name the range whatever you'd like. # ipa idrange-add Range name: EXAMPLE.TEST_id_range_001 First Posix ID of the range: 1445400000 Number of IDs in the range: 4000 First RID of the corresponding RID range: 301000 First RID of the secondary RID range: 305000 The range here is slightly bigger than what you described (and thank you for that detail). You can adjust if you'd like. The difference is a couple hundred values so in the grand scheme not very many. Then restart 389-ds on all servers once replication is complete (it should be fast). Once that is done you can try generating the SIDs. rob -- _______________________________________________ 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
