Merge pull request #46859 from ju1m/dovecot
dovecot: allow sasl_bind=yes in the LDAP driver.
This commit is contained in:
commit
a0a7da8781
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, lib, fetchurl, perl, pkgconfig, systemd, openssl
|
{ stdenv, lib, fetchurl, perl, pkgconfig, systemd, openssl
|
||||||
, bzip2, zlib, lz4, inotify-tools, pam, libcap
|
, bzip2, zlib, lz4, inotify-tools, pam, libcap
|
||||||
, clucene_core_2, icu, openldap, libsodium, libstemmer
|
, clucene_core_2, icu, openldap, libsodium, libstemmer, cyrus_sasl
|
||||||
# Auth modules
|
# Auth modules
|
||||||
, withMySQL ? false, mysql
|
, withMySQL ? false, mysql
|
||||||
, withPgSQL ? false, postgresql
|
, withPgSQL ? false, postgresql
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ perl pkgconfig ];
|
nativeBuildInputs = [ perl pkgconfig ];
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ openssl bzip2 zlib lz4 clucene_core_2 icu openldap libsodium libstemmer ]
|
[ openssl bzip2 zlib lz4 clucene_core_2 icu openldap libsodium libstemmer cyrus_sasl.dev ]
|
||||||
++ lib.optionals (stdenv.isLinux) [ systemd pam libcap inotify-tools ]
|
++ lib.optionals (stdenv.isLinux) [ systemd pam libcap inotify-tools ]
|
||||||
++ lib.optional withMySQL mysql.connector-c
|
++ lib.optional withMySQL mysql.connector-c
|
||||||
++ lib.optional withPgSQL postgresql
|
++ lib.optional withPgSQL postgresql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user