[SSSD] [PATCH] BUILD: Enable the sssd krb5 localauth plugin by default

Sumit Bose sbose at redhat.com
Thu Nov 5 11:42:00 UTC 2015


On Thu, Nov 05, 2015 at 12:12:17PM +0100, Lukas Slebodnik wrote:
> ehlo,
> 
> attached simple patch is a result of "Fedora end of life"
> message for related Fedora ticket.
> 
> If you have an idea about better names I will be glad to change them.
> 
> BTW shoulw we also remove this part from function
> sss_write_krb5_conf_snippet
> 
> LS

> From c4d56af303ba4385cf9ef1c9053545c243f07a44 Mon Sep 17 00:00:00 2001
> From: Lukas Slebodnik <lslebodn at redhat.com>
> Date: Thu, 5 Nov 2015 11:08:36 +0100
> Subject: [PATCH] BUILD: Enable the sssd krb5 localauth plugin by default
> 
> It will be installed to /etc/krb.conf.d/ only on these
> platforms which has krb5 with this directory
> 
> Resolves:
> https://fedorahosted.org/sssd/ticket/2449

...


> new file mode 100644
> index 0000000000000000000000000000000000000000..950cab8200eb50d7fc878723d38c93d5b616e468
> --- /dev/null
> +++ b/src/examples/sssd_localauth.conf.in
> @@ -0,0 +1,5 @@
> +[plugins]
> + localauth = {
> +  module = sssd:@krb5localauth_plugindir@/sssd_krb5_localauth_plugin.so
> +  enable_only = sssd
> + }

just a comment, I think enable_only should not be used here. I added it
originally becasue I thought no other modules would be needed anymore,
but I was wrong, see e.g. https://fedorahosted.org/sssd/ticket/2788 or
https://fedorahosted.org/sssd/ticket/2707. 

bye,
Sumit


More information about the sssd-devel mailing list