]> andersk Git - openssh.git/blobdiff - ssh.h
- (stevesk) set the default PAM service name to __progname instead
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 3ca92549d2873f74acc8bad36905af4f85dbd78c..0ee62868f64a07119413163c4c220184bb66b14b 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -61,7 +61,7 @@
 #define SSH_SERVICE_NAME       "ssh"
 
 #if defined(USE_PAM) && !defined(SSHD_PAM_SERVICE)
-# define SSHD_PAM_SERVICE       "sshd"
+# define SSHD_PAM_SERVICE       __progname
 #endif
 
 /*
This page took 0.079434 seconds and 4 git commands to generate.