summaryrefslogtreecommitdiff
blob: 8f7376d5223d065539b2fe0aceb4581ec07be782 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN mod_auth_pam.orig/mod_auth_pam.c mod_auth_pam/mod_auth_pam.c
--- mod_auth_pam.orig/mod_auth_pam.c	2002-08-24 16:22:23.000000000 +0200
+++ mod_auth_pam/mod_auth_pam.c	2003-09-07 12:07:05.000000000 +0200
@@ -151,7 +151,7 @@
 module auth_pam_module;
 
 static const char
-	*pam_servicename = "httpd",
+	*pam_servicename = "apache2",
 	*valid_user 	 = "valid-user";
 
 typedef struct {