mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Change the WITH_MD5_PASSWORDS knob to WITHOUT_MD5_PASSWORDS;
the vpopmail default is to build support for MD5-hashed passwords now. Reported by: Jetchko Jekov <jeka@flavia-bg.com>
This commit is contained in:
parent
13b89b27f1
commit
a8636d465c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65683
@ -35,7 +35,7 @@ CONFIGURE_ARGS= --enable-qmaildir=${QMAIL_DIR} \
|
||||
# Define these to change from the default behaviour
|
||||
#
|
||||
# WITH_PASSWD - allow authentication off /etc/passwd
|
||||
# WITH_MD5_PASSWORDS - store encrypted passwords in MD5 format
|
||||
# WITHOUT_MD5_PASSWORDS - store encrypted passwords in MD5 format
|
||||
# WITH_MYSQL - allow authentitation via mysql
|
||||
# WITH_MYSQL_LARGE_SITE - enables large site layout
|
||||
# WITH_MYSQL_REPLICATION - enables MySQL database replication
|
||||
@ -134,8 +134,8 @@ CONFIGURE_ARGS+= --enable-defaultquota=${HARDQUOTA} \
|
||||
CONFIGURE_ARGS+= --enable-passwd=y
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MD5_PASSWORDS)
|
||||
CONFIGURE_ARGS+= --enable-md5-passwords=y
|
||||
.if defined(WITHOUT_MD5_PASSWORDS)
|
||||
CONFIGURE_ARGS+= --enable-md5-passwords=n
|
||||
.endif
|
||||
|
||||
.if defined(WITH_APOP)
|
||||
|
@ -35,7 +35,7 @@ CONFIGURE_ARGS= --enable-qmaildir=${QMAIL_DIR} \
|
||||
# Define these to change from the default behaviour
|
||||
#
|
||||
# WITH_PASSWD - allow authentication off /etc/passwd
|
||||
# WITH_MD5_PASSWORDS - store encrypted passwords in MD5 format
|
||||
# WITHOUT_MD5_PASSWORDS - store encrypted passwords in MD5 format
|
||||
# WITH_MYSQL - allow authentitation via mysql
|
||||
# WITH_MYSQL_LARGE_SITE - enables large site layout
|
||||
# WITH_MYSQL_REPLICATION - enables MySQL database replication
|
||||
@ -134,8 +134,8 @@ CONFIGURE_ARGS+= --enable-defaultquota=${HARDQUOTA} \
|
||||
CONFIGURE_ARGS+= --enable-passwd=y
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MD5_PASSWORDS)
|
||||
CONFIGURE_ARGS+= --enable-md5-passwords=y
|
||||
.if defined(WITHOUT_MD5_PASSWORDS)
|
||||
CONFIGURE_ARGS+= --enable-md5-passwords=n
|
||||
.endif
|
||||
|
||||
.if defined(WITH_APOP)
|
||||
|
Loading…
Reference in New Issue
Block a user