X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=7203b86a3b630ce559a6693d7af26234cd1fa84d;hb=7207bef418c655107d3076b20dd797418ad82cd7;hp=70de20af9edbb6321b739eac123124baa74e5575;hpb=5545e1bebf31ddb9f89c80979c0be93e3fdf6f0c;p=ngircd-alex.git diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index 70de20af..7203b86a 100644 --- a/src/ngircd/conf.h +++ b/src/ngircd/conf.h @@ -203,6 +203,9 @@ GLOBAL bool Conf_PAM; /** Don't require all clients to send a password an to be PAM authenticated */ GLOBAL bool Conf_PAMIsOptional; +/** The service name to use for PAM */ +GLOBAL char Conf_PAMServiceName[MAX_PAM_SERVICE_NAME_LEN]; + /** Disable all CTCP commands except for /me ? */ GLOBAL bool Conf_ScrubCTCP;