/[smecontribs]/rpms/smeserver-zarafa/contribs7/smeserver-zarafa-0.9.0-ldap4.patch
ViewVC logotype

Contents of /rpms/smeserver-zarafa/contribs7/smeserver-zarafa-0.9.0-ldap4.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Feb 16 09:27:38 2010 UTC (14 years, 2 months ago) by dungog
Branch: MAIN
CVS Tags: smeserver-zarafa-0_9_0-51_el4_sme, smeserver-zarafa-0_9_0-54_el4_sme, smeserver-zarafa-0_9_0-53_el4_sme, smeserver-zarafa-0_9_0-56_el4_sme, smeserver-zarafa-0_9_0-50_el4_sme, smeserver-zarafa-0_9_0-49_el4_sme, smeserver-zarafa-0_9_0-52_el4_sme, HEAD
* Sat Feb 13 2010 Stephen Noble <support@dungog.net> - 0.9-49
- use anon bind to login [SME 5779]

1 diff -urN smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/ldap.cfg/ldap.cfg smeserver-zarafa-0.9.0.new/root/etc/e-smith/templates/etc/zarafa/ldap.cfg/ldap.cfg
2 --- smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/ldap.cfg/ldap.cfg 2010-02-16 18:43:52.000000000 +1100
3 +++ smeserver-zarafa-0.9.0.new/root/etc/e-smith/templates/etc/zarafa/ldap.cfg/ldap.cfg 2010-02-16 19:15:34.000000000 +1100
4 @@ -29,18 +29,11 @@
5 # Optional, default = empty (anonymous bind)
6 # The userPassword attribute must be readable for this user if the
7 # ldap_authentication_method option is set to password.
8 -ldap_bind_user = cn=root,{ esmith::util::ldapBase ($DomainName); }
9 +ldap_bind_user =
10
11 # LDAP bind password
12 # Optional, default = empty (no password)
13 -{
14 - open (PW, "/etc/openldap/ldap.pw")
15 - || die "Could not read LDAP password.\n";
16 - my $pw = <PW>;
17 - chomp ($pw);
18 - close PW;
19 -"ldap_bind_passwd = $pw";
20 -}
21 +ldap_bind_passwd =
22
23 # The timeout for network operations in seconds
24 ldap_network_timeout = 30
25 @@ -122,7 +115,7 @@
26 # Choices: bind, password
27 # Active directory: bind
28 # LDAP: password
29 -ldap_authentication_method = password
30 +ldap_authentication_method = bind
31
32 # Optional, default = mail
33 # Active directory: mail

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed