diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2009-11-19 19:45:29 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-11-20 11:18:48 -0500 |
commit | b6c6698bc345efe263b8148b8feab8d5d155966b (patch) | |
tree | aa779cf132181d09553e0d5b2ea79e0d00976521 /server/config/etc | |
parent | 78988f8fbc3a4289d41b09dd099df860d0b1427e (diff) | |
download | sssd-b6c6698bc345efe263b8148b8feab8d5d155966b.tar.gz sssd-b6c6698bc345efe263b8148b8feab8d5d155966b.tar.bz2 sssd-b6c6698bc345efe263b8148b8feab8d5d155966b.zip |
Convert SSSDConfig API to ipachangeconf
With this patch, SSSDConfigAPI is able to keep comments and ordering of
sections.
Fixes: #226
Diffstat (limited to 'server/config/etc')
-rw-r--r-- | server/config/etc/sssd.api.d/sssd-local.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/config/etc/sssd.api.d/sssd-local.conf b/server/config/etc/sssd.api.d/sssd-local.conf index 48ffae28..97994ca4 100644 --- a/server/config/etc/sssd.api.d/sssd-local.conf +++ b/server/config/etc/sssd.api.d/sssd-local.conf @@ -8,4 +8,5 @@ base_directory = str, None, /home [provider/local/access] -[provider/local/chpass]
\ No newline at end of file +[provider/local/chpass] + |