]> git.pld-linux.org Git - packages/autofs.git/blob - autofs-5.0.2-dynamic-logging-non-sasl.patch
- 5.0.3 with few official patches. ldap fixes needed
[packages/autofs.git] / autofs-5.0.2-dynamic-logging-non-sasl.patch
1 diff --git a/CHANGELOG b/CHANGELOG
2 index f8260b1..be50aad 100644
3 --- a/CHANGELOG
4 +++ b/CHANGELOG
5 @@ -44,6 +44,7 @@
6  - fix schema selection in LDAP schema discovery.
7  - update negative mount timeout handling.
8  - fix large group handling (Ryan Thomas).
9 +- fix for dynamic logging breaking non-sasl build (Guillaume Rousse)
10  
11  18/06/2007 autofs-5.0.2
12  -----------------------
13 diff --git a/modules/lookup_ldap.c b/modules/lookup_ldap.c
14 index bad48bb..93a1b40 100644
15 --- a/modules/lookup_ldap.c
16 +++ b/modules/lookup_ldap.c
17 @@ -579,7 +579,9 @@ static LDAP *do_reconnect(unsigned logopt, struct lookup_context *ctxt)
18                 list_add_tail(&this->list, ctxt->uri);
19         }
20  
21 +#ifdef WITH_SASL
22         autofs_sasl_done(ctxt);
23 +#endif
24  
25         /* Current server failed connect, try the rest */
26         ldap = find_server(logopt, ctxt);
This page took 0.066667 seconds and 3 git commands to generate.