Closed
Bug 674288
Opened 14 years ago
Closed 14 years ago
Backend should provide two ldap connections - read and read/write
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ozten, Assigned: ozten)
Details
(Whiteboard: [ldap][qa-])
Per jabba, We should have to sets of connection information.
One is for the master (read/write) and the other is for slaves (read only).
Backend code should use slave for all read operations. The directory will be replicated in a WEB SCALE fashion.
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → ozten.bugs
Severity: normal → major
OS: Linux → All
Hardware: x86 → All
Whiteboard: [ldap]
| Assignee | ||
Comment 1•14 years ago
|
||
Added the following configuration (and wired it up):
#### OpenLDAP ####
# Read/Write Master slapd
LDAP_SYNC_PROVIDER_URI = "ldap://localhost:1389"
# Read only mirror or load balancer
LDAP_SYNC_CONSUMER_URI = LDAP_SYNC_PROVIDER_URI
So to add a read only slave or read only load balancer, set consumer uri to a different server.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: mozillians.org → Phonebook
Product: Websites → Community Tools
QA Contact: mozillians-org → phonebook
Version: unspecified → other
You need to log in
before you can comment on or make changes to this bug.
Description
•