LDAP
From Wikitech
(Difference between revisions)
| Line 10: | Line 10: | ||
LDAP server is on srv1 (master) and srv2 (slave). failover should be automatic. to add new users, add them on srv1, then run /home/wikipedia/bin/ldapsync. srv2 will update automatically. | LDAP server is on srv1 (master) and srv2 (slave). failover should be automatic. to add new users, add them on srv1, then run /home/wikipedia/bin/ldapsync. srv2 will update automatically. | ||
| + | |||
| + | == Overload == | ||
| + | |||
| + | If the local caching daemon [[nscd]] dies on clients, the server can get badly overloaded and logins can fail. | ||
| + | |||
| + | If necessary restart it sitewide. :P | ||
[[Category:Software]] | [[Category:Software]] | ||
Revision as of 19:36, 4 November 2006
Hosts should be to use LDAP for users and some other stuff.
setup LDAP client on new machine
- run /home/wikipedia/bin/setup-ldap
- copy zwinger:/etc/ldap.conf to the new machine
LDAP server is on srv1 (master) and srv2 (slave). failover should be automatic. to add new users, add them on srv1, then run /home/wikipedia/bin/ldapsync. srv2 will update automatically.
Overload
If the local caching daemon nscd dies on clients, the server can get badly overloaded and logins can fail.
If necessary restart it sitewide. :P