Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2015 11:08:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196927] [PATCH] security/pam_mysql: Add OpenSSL for non crypt()ish MD5 support
Message-ID:  <bug-196927-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196927

            Bug ID: 196927
           Summary: [PATCH] security/pam_mysql: Add OpenSSL for non
                    crypt()ish MD5 support
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: klaus@mayr-software.net

Created attachment 151898
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151898&action=edit
diff file ...

I use mail/dbmail with user passwords encrypted/hashed by MySql/PHP's md5() 
hash function. 

For SMTP Authentication i use mail/postfix-current and
security/cyrus-sasl2-saslauthd with security/pam_mysqldand crypt=3 in pam.conf.

Whenever i upgrade the system i have to modify the Makefile in pam_mysql to add
OpenSSL (--with-openssl) to keep the system running.

I added an option to the Makefile (default: off) 

###########################################################################

+OPTIONS_DEFINE= SSL
+SSL_DESC=     Build with OpenSSL support (non-crypt()ish MD5 hash)
+SSL_CONFIGURE_WITH= openssl

###########################################################################

See also:
http://lists.freebsd.org/pipermail/freebsd-ports/2006-July/034386.html

-- 
You are receiving this mail because:
You are the assignee for the bug.



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