summaryrefslogtreecommitdiff
path: root/security/pam_smb/files/patch-ac
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2001-06-20 13:38:56 +0000
committerNick Sayer <nsayer@FreeBSD.org>2001-06-20 13:38:56 +0000
commit9dfb8331051963f5bf7e7d6e7e91be227b84cf9b (patch)
tree497238cd3cab7afaba12f654a11cecdfea4d3817 /security/pam_smb/files/patch-ac
parentUpdate to 0.8.4. (diff)
Add port for pam_smb, an NT domain PAM module
Diffstat (limited to 'security/pam_smb/files/patch-ac')
-rw-r--r--security/pam_smb/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pam_smb/files/patch-ac b/security/pam_smb/files/patch-ac
new file mode 100644
index 000000000000..5d6c4c2b45cc
--- /dev/null
+++ b/security/pam_smb/files/patch-ac
@@ -0,0 +1,11 @@
+--- pam_read_conf.c.orig Wed Jun 20 06:02:31 2001
++++ pam_read_conf.c Wed Jun 20 06:02:42 2001
+@@ -1,7 +1,7 @@
+ #include <stdio.h>
+ #include <string.h>
+
+-#define CONFFILE "/etc/pam_smb.conf"
++#define CONFFILE CONFDIR"/pam_smb.conf"
+
+ /***********************************************************************
+ This file is (C) Dave Airlie 1997 ( David.Airlie@ul.ie )