Skip to content

Initialize FreeIPA DNA ID range on replica install

Notifications You must be signed in to change notification settings

lacikaaa/ipadnarange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This script should run after FreeIPA replication install to ensure:

  • it overtakes an unassigned DNA ID range, so no range would be lost
  • if no unassigned range is available, then ask for a range by creating and deleting user

Run file:

ipa -e in_server=True console initdnarange.py

Sync with rsync:

rsync -aP initdnarange.py [email protected]:~/

Versions:

  • FreeIPA: 4.6.8
  • Python: >=2.7.5 but not 3

For local dev FreeIPA server lib has to be copied under site-packages from: https://github.com/freeipa/freeipa/tree/ipa-4-6/ipaserver

About

Initialize FreeIPA DNA ID range on replica install

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages