Browse Source

sendmail: changed to enable ldap referrals support by default

user/chris/next/0.4
Christian Wiese 12 years ago committed by Christian Wiese
parent
commit
bae67781fb
  1. 2
      mail/sendmail/sendmail.conf

2
mail/sendmail/sendmail.conf

@ -58,6 +58,8 @@ sm_main() {
# LDAP support
if pkginstalled -f openldap; then
sm_appenddef "confENVDEF" "-DLDAPMAP"
# enable support for ldap referrals
sm_appenddef "confENVDEF" "-DLDAP_REFERRALS"
sm_appenddef "confLIBS" "-lldap -llber"
sm_appenddef "confLIBDIR" "-L$( pkgprefix -r libdir openldap )"
sm_appenddef "confINCDIR" "-L$( pkgprefix -r includedir openldap )"

Loading…
Cancel
Save