Closed
Bug 639947
Opened 15 years ago
Closed 15 years ago
node assignment should not always proxy to sreg
Categories
(Cloud Services :: Server: Registration, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 636514
People
(Reporter: petef, Unassigned)
Details
Turning this comment into a bug:
def user_node(self, request):
"""Returns the storage node root for the user"""
# XXX if the user has already a node, we should not proxy
This will make life better if the ldap master is down and people are trying to add new devices. It also translates to less ldap master query load (and slightly increased slave query load, which is OK).
Comment 1•15 years ago
|
||
I believe that this bug should be more specifically "please rip all references to proxying out of sreg" and make sure we're using the mozilla core auth module, which should do this correctly.
Comment 2•15 years ago
|
||
er, s/out of sreg/out of user controller/
Comment 3•15 years ago
|
||
Yes, that part is going away as soon as 636514 is done
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•