head	1.2;
access;
symbols
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.12.17.19.05.17;	author nsayer;	state dead;
branches;
next	1.1;

1.1
date	2001.06.20.13.38.56;	author nsayer;	state Exp;
branches;
next	;


desc
@@


1.2
log
@After much delay, I am finally able to test pam_smb again, which means
we can update to the latest version. Hooray!

PR:		ports/26913
Submitted by:	dwcjr
@
text
@--- 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 ) 
@


1.1
log
@Add port for pam_smb, an NT domain PAM module
@
text
@@

