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

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