https://bugzilla.redhat.com/show_bug.cgi?id=471408
Resolves: bug 471408
Bug Description: PassSync logs a bogus error message
Reviewed by: ???
Files: see diff
Branch: HEAD
Fix Description: Just see if the file does not yet exist. If that is
the case (err == ENOENT), then return a non-fatal error. I also fixed a
usage of list iterator - apparently it is not a pointer type, and should
be passed by reference rather than by value. Without this fix, I could
not compile using Visual C++ 9.0 Express Edition
Platforms tested: Windows 2003 Server
Flag Day: no
Doc impact: no
https://bugzilla.redhat.com/attachment.cgi?id=331871&action=diff
Hi Oserome,
Why cant you try as follows,
• Create multiple masters (multi master replication)
• Use a load balancer ( hardware or software ie like linux virtual server) for load balance between these multi master servers.
• Give a common fqdn in SAMBA which should resolve to load balancer and rest will do the load balancer.
Thanks,
Premod
----- Original Message -----
From: "osereme.osobase" <osereme.osobase(a)gtbank.com>
To: fedora-directory-devel(a)redhat.com
Cc: fedora-directory-users(a)redhat.com
Sent: Wednesday, February 4, 2009 11:54:37 PM GMT +05:30 Chennai, Kolkata, Mumbai, New Delhi
Subject: [Fedora-directory-users] Challenges with Fedora DS
Hi,
I currently use Fedora-DS integrated with Samba as my domain controller in an organization with 141 offices. With only one domain controller I am able to authenticate a user population of 5000 users, however as my organization grows I have challenges daily with authentication. Every morning users trying to logon to my Windows domain keep getting errors while siging on and this frequently leads to account lockouts and frustation of users.
After going through your documentation on multiple load balanced FDS server installation I still have all traffic coming to one server on the network. My challenge is setting up FDS in the data centre on multiple servers to authenticate my users while accommodating growth. Is there any suggestion you can offer me or documentation where I can go through setup of a centalized FDS cluster for a large user base?
I will greatly appreciate any help you can proffer.
Regards
Osereme Osobase
Enterprise Infrastructure Support
Technology
GTBank Nigeria - http://www.gtbank.com
-- Fedora-directory-users mailing list Fedora-directory-users(a)redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-users
Hi,
I currently use Fedora-DS integrated with Samba as my domain controller in an organization with 141 offices. With only one domain controller I am able to authenticate a user population of 5000 users, however as my organization grows I have challenges daily with authentication. Every morning users trying to logon to my Windows domain keep getting errors while siging on and this frequently leads to account lockouts and frustation of users.
After going through your documentation on multiple load balanced FDS server installation I still have all traffic coming to one server on the network. My challenge is setting up FDS in the data centre on multiple servers to authenticate my users while accommodating growth. Is there any suggestion you can offer me or documentation where I can go through setup of a centalized FDS cluster for a large user base?
I will greatly appreciate any help you can proffer.
Regards
Osereme Osobase
Enterprise Infrastructure Support
Technology
GTBank Nigeria - http://www.gtbank.com
https://bugzilla.redhat.com/show_bug.cgi?id=483254
Resolves: bug 483254
Bug Description: Modification of nsViewFilter of a virtual view OU
crashes the server
Reviewed by: ???
Files: see diff
Branch: HEAD
Fix Description: When we delete a node, not only do we need to have the
parent node discover its new children, we need to have each child
discover a new parent.
Platforms tested: RHEL5
Flag Day: no
Doc impact: no
https://bugzilla.redhat.com/attachment.cgi?id=330931&action=diff
https://bugzilla.redhat.com/show_bug.cgi?id=483256
Resolves: bug 483256
Bug Description: DS crash when modify entry that does not exist in AD
Reviewed by: ???
Files: see diff
Branch: HEAD
Fix Description: The function that checks to see if the mod has already
been made to the AD entry should just return 0 if the AD entry does not
exist or could not be found - in this case, the regular windows replay
code will handle it.
Platforms tested: RHEL5
Flag Day: no
Doc impact: no
https://bugzilla.redhat.com/attachment.cgi?id=330901&action=diff
https://bugzilla.redhat.com/show_bug.cgi?id=480642
Resolves: bug 480642
Bug Description: HPUX: Server to Server SASL - Unknown Authentication Method
Reviewed by: ???
Files: see diff
Branch: HEAD
Fix Description: On some platforms, we do not install the sasl auth
method plugins in a standard location, so we have the nsslapd-saslpath
config setting to provide that location in a CB_GETPATH callback
provided to sasl_server_init. This works fine for being a SASL server.
However, to be an LDAP SASL client, we have to provide that callback to
sasl_client_init too. This call happens the first time the mozldap
client library is initialized. mozldap has a hardcoded list of sasl
callbacks it provides, and does not allow callers to augment that list.
So, we simply replace the list with one that contains the CB_GETPATH
callback.
Platforms tested: HP-UX 11.23 64-bit
Flag Day: no
Doc impact: no
https://bugzilla.redhat.com/attachment.cgi?id=330875&action=diff