Merge pull request #48458 from Mic92/postfix-ldap

postfix: enable ldap support by default
This commit is contained in:
Franz Pletz 2018-10-15 16:45:01 +00:00 committed by GitHub
commit 1a7f99e94b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
{ stdenv, lib, fetchurl, makeWrapper, gnused, db, openssl, cyrus_sasl, libnsl
, coreutils, findutils, gnugrep, gawk, icu, pcre
, withLDAP ? true, openldap
, withPgSQL ? false, postgresql
, withMySQL ? false, mysql
, withSQLite ? false, sqlite
, withLDAP ? false, openldap
}:
let