diff options
| author | Sumit Bose <sbose@redhat.com> | 2016-07-04 15:23:58 +0200 |
|---|---|---|
| committer | Jakub Hrozek <jhrozek@redhat.com> | 2016-07-06 19:11:59 +0200 |
| commit | 2658ad37cd04f211aa28b1d71acb27c4edfb03da (patch) | |
| tree | a7877d60a5edb2de9331d4bbd9c8e58771f39b3f /src | |
| parent | 5d0d0f8067fb53285a38fe978cfa36dbeb53be9b (diff) | |
| download | sssd-2658ad37cd04f211aa28b1d71acb27c4edfb03da.tar.gz sssd-2658ad37cd04f211aa28b1d71acb27c4edfb03da.tar.xz sssd-2658ad37cd04f211aa28b1d71acb27c4edfb03da.zip | |
localauth: remove enable_only sssd from config snippet
Resolves https://fedorahosted.org/sssd/ticket/2788
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/domain_info_utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/domain_info_utils.c b/src/util/domain_info_utils.c index 0791da304..2ae31fc17 100644 --- a/src/util/domain_info_utils.c +++ b/src/util/domain_info_utils.c @@ -531,8 +531,7 @@ done: "[plugins]\n" \ " localauth = {\n" \ " module = sssd:"APP_MODULES_PATH"/sssd_krb5_localauth_plugin.so\n" \ -" enable_only = sssd\n" \ -" }" +" }\n" static errno_t sss_write_krb5_localauth_snippet(const char *path) { |
