From 3082a74fa787c3f09e29ae5e1c0e2edbe04fc877 Mon Sep 17 00:00:00 2001 From: areq Date: Wed, 4 Nov 2009 22:15:56 +0000 Subject: [PATCH 1/1] - --with-ldap=yes instead of plugin ( with plugin I can't get it to work) - release 2 Changed files: dovecot.spec -> 1.122 --- dovecot.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dovecot.spec b/dovecot.spec index de55ca1..d136f8f 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -11,7 +11,7 @@ Summary: IMAP and POP3 server written with security primarily in mind Summary(pl.UTF-8): Serwer IMAP i POP3 pisany głównie z myślą o bezpieczeństwie Name: dovecot Version: 1.2.6 -Release: 1 +Release: 2 Epoch: 1 License: MIT (libraries), LGPL v2.1 (the rest) Group: Networking/Daemons @@ -144,7 +144,7 @@ touch config.rpath --disable-static \ %{?debug:--enable-debug} \ --enable-header-install \ - %{?with_ldap:--with-ldap=plugin} \ + %{?with_ldap:--with-ldap=yes} \ %{?with_mysql:--with-mysql} \ %{?with_pgsql:--with-pgsql} \ %{?with_sqlite:--with-sqlite} \ @@ -263,8 +263,8 @@ echo "Configuration change default_mail_env -> mail_location" %attr(755,root,root) %{_libdir}/%{name}/threadview %dir %{_libdir}/%{name}/plugins %attr(755,root,root) %{_libdir}/%{name}/plugins/*.so -%dir %{_libdir}/%{name}/plugins/auth -%attr(755,root,root)%{_libdir}/%{name}/plugins/auth/*.so +#%dir %{_libdir}/%{name}/plugins/auth +#%attr(755,root,root)%{_libdir}/%{name}/plugins/auth/*.so %dir %{_libdir}/%{name}/plugins/imap %attr(755,root,root)%{_libdir}/%{name}/plugins/imap/*.so %dir %{_libdir}/%{name}/plugins/lda -- 2.44.0