diff options
| author | Sumit Bose <sbose@redhat.com> | 2016-11-17 10:55:43 +0100 |
|---|---|---|
| committer | Lukas Slebodnik <lslebodn@redhat.com> | 2017-04-11 17:21:23 +0200 |
| commit | 1193f20a8267e506d863b27c74870c86c085902b (patch) | |
| tree | 8711d99b0f255e615492810a04352952e75406b8 /src/man | |
| parent | 955574eeb3a3b937abc3df150e9bbbb79b75c889 (diff) | |
| download | sssd-1193f20a8267e506d863b27c74870c86c085902b.tar.gz sssd-1193f20a8267e506d863b27c74870c86c085902b.tar.xz sssd-1193f20a8267e506d863b27c74870c86c085902b.zip | |
KRB5_LOCATOR: add env variable to disable plugin
If the new environment variable SSSD_KRB5_LOCATOR_DISABLE is set to any
value SSSD's krb5 locator plugin is disabled. The variable is needed
because there is currently no other way than removing the plugin
completely to disable it. For a use-case see e.g.
https://bugzilla.redhat.com/show_bug.cgi?id=1072939.
Resolves:
https://pagure.io/SSSD/sssd/issue/3359
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/man')
| -rw-r--r-- | src/man/sssd_krb5_locator_plugin.8.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/man/sssd_krb5_locator_plugin.8.xml b/src/man/sssd_krb5_locator_plugin.8.xml index 25a20c88f..d28546012 100644 --- a/src/man/sssd_krb5_locator_plugin.8.xml +++ b/src/man/sssd_krb5_locator_plugin.8.xml @@ -69,6 +69,11 @@ If the environment variable SSSD_KRB5_LOCATOR_DEBUG is set to any value debug messages will be sent to stderr. </para> + <para> + If the environment variable SSSD_KRB5_LOCATOR_DISABLE is set to any + value the plugin is disabled and will just return + KRB5_PLUGIN_NO_HANDLE to the caller. + </para> </refsect1> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/seealso.xml" /> |
