Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2007 15:01:30 +1000 (YAKST)
From:      Alexander Logvinov <ports@logvinov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        boris@tagnet.ru
Subject:   ports/111806: [PATCH] mail/tpop3d: Add /etc/passwd authentication method support
Message-ID:  <200704180501.l3I51UEn095259@blg.akavia.ru>
Resent-Message-ID: <200704180510.l3I5A2KB046195@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111806
>Category:       ports
>Synopsis:       [PATCH] mail/tpop3d: Add /etc/passwd authentication method support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 18 05:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.2-RELEASE-p3 i386
>Organization:
>Environment:

>Description:

  Add /etc/passwd authentication method support

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/tpop3d/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile	5 Dec 2006 18:40:12 -0000	1.26
+++ Makefile	18 Apr 2007 04:53:22 -0000
@@ -26,7 +26,8 @@
 		PGSQL		"Use PgSQL authentication"			off \
 		LDAP		"Use LDAP authentication"			off \
 		PERLAUTH	"Use Perl authentication"			off \
-		FLATAUTH	"Enable /etc/passwd-style authentication"	off \
+		PASSWDAUTH	"Use /etc/passwd authentication"		off \
+		FLATAUTH	"Use /etc/passwd-style flat file authentication"	off \
 		MAILDIR		"Compile Maildir support"			on \
 		DRAC		"Enable DRAC RFC for POP-before-SMTP relaying"	off \
 		FIX_PERLAUTH	"Only try it if perl-auth coredumps"		off
@@ -67,6 +68,10 @@
 CONFIGURE_ARGS+=	--enable-auth-flatfile
 .endif
 
+.if defined(WITH_PASSWDAUTH)
+CONFIGURE_ARGS+=	--enable-auth-passwd
+.endif
+
 .if !defined(WITHOUT_MAILDIR)
 CONFIGURE_ARGS+=	--enable-mbox-maildir
 .endif
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704180501.l3I51UEn095259>