summaryrefslogtreecommitdiffstats
path: root/server/config/ipachangeconf.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken SSSDChangeConf.set() functionStephen Gallagher2009-12-081-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()
* Fail on nonexistent input fileJakub Hrozek2009-12-081-2/+7
|
* Handle spaces in config parserJakub Hrozek2009-12-081-0/+33
| | | | Fixes: #301
* SSSDChangeConf - a wrapper around ipachangeconfJakub Hrozek2009-11-201-0/+91
| | | | | Provides a convenient wrapper around ipachangeconf that is closer API-wise to ConfigParser
* Add Simo's ipachangeconfJakub Hrozek2009-11-201-0/+459