16 lines
380 B
Text
16 lines
380 B
Text
$NetBSD: patch-al,v 1.2 2012/05/10 19:01:09 schwarz Exp $
|
|
|
|
Also compile on systems that do not have PAM
|
|
|
|
--- config.c.orig 2012-05-06 23:38:46.000000000 +0200
|
|
+++ config.c 2012-05-06 23:38:51.000000000 +0200
|
|
@@ -72,7 +72,9 @@
|
|
skey |
|
|
cleartext <password> |
|
|
des <password> |
|
|
+#ifdef HAVE_PAM
|
|
PAM |
|
|
+#endif
|
|
nopassword
|
|
|
|
<user_attr> := name = <string> |
|