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_smb_auth.c.orig	Wed Jun 20 06:33:23 2001
+++ pam_smb_auth.c	Wed Jun 20 06:33:45 2001
@@@@ -251,7 +251,7 @@@@
 	w=smb_readpamconf(server,server2,domain);
 	if (w!=0) 
 	  {
-	    syslog(LOG_AUTHPRIV | LOG_ALERT, "pam_smb: Missing Configuration file : /etc/pam_smb.conf");
+	    syslog(LOG_AUTHPRIV | LOG_ALERT, "pam_smb: Missing Configuration file : "CONFDIR"/pam_smb.conf");
 	    return PAM_AUTHINFO_UNAVAIL;
 	  }
 	
@


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

