X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=config.h.in;h=367aa85a97d7ff39f9d3fa632a3d8ec037ef2084;hp=4891a2543919fb5c2341a916947936da33d37a7c;hb=3210e7e80ee2b5a7d2049a5aaff9f17b9c93dcc9;hpb=cf665b135b41d4f42067f9d9a8111c9602777cc1 diff --git a/config.h.in b/config.h.in index 4891a254..367aa85a 100644 --- a/config.h.in +++ b/config.h.in @@ -173,6 +173,17 @@ */ #undef HAVE_KERBEROS +/* Define this if you want to use PAM (Pluggable Authentication Modules) + * to lock/unlock the screen, instead of standard /etc/passwd authentication. + */ +#undef HAVE_PAM + +/* If PAM is being used, this is the name of the PAM service that xscreensaver + * will authenticate as. It would be sensible to set this to "xscreensaver". + * However, since some systems already have a PAM service named "xlock" + * defined, we might as well use that. + */ +#define PAM_SERVICE_NAME "xlock" /* Define this if your system uses `shadow' passwords, that is, the passwords * live in /etc/shadow instead of /etc/passwd, and one reads them with