]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
New configuration option "NoPAM" to disable PAM
[ngircd-alex.git] / src / ngircd / conf.h
index 8e397fafcf437b9531b8e2d70294a018bf39ae16..74abc1d95010d889ba626f76c836abcc8fc7db14 100644 (file)
@@ -152,6 +152,9 @@ GLOBAL bool Conf_NoDNS;
 /* Disable IDENT lookups, even when compiled with support for it */
 GLOBAL bool Conf_NoIdent;
 
+/* Disable all usage of PAM, even when compiled with support for it */
+GLOBAL bool Conf_NoPAM;
+
 /*
  * try to connect to remote systems using the ipv6 protocol,
  * if they have an ipv6 address? (default yes)