summaryrefslogtreecommitdiff
path: root/server/config/ipachangeconf.py
AgeCommit message (Collapse)AuthorFilesLines
2009-12-08Fix broken SSSDChangeConf.set() functionStephen Gallagher1-1/+1
The set function didn't do anything at all. It needed to use the ipachangeconf.merge() function to behave properly instead of mergeNew()
2009-12-08Fail on nonexistent input fileJakub Hrozek1-2/+7
2009-12-08Handle spaces in config parserJakub Hrozek1-0/+33
Fixes: #301
2009-11-20SSSDChangeConf - a wrapper around ipachangeconfJakub Hrozek1-0/+91
Provides a convenient wrapper around ipachangeconf that is closer API-wise to ConfigParser
2009-11-20Add Simo's ipachangeconfJakub Hrozek1-0/+459