LDAP search results "disappear"

2012-12-17 Thread Kevin Cole
Also asked on StackOverflow http://stackoverflow.com/questions/13918785/django-ldap-search-results-disappear Why in the code below, does the global *direktorie* return the correct data in the *login()* debug template, yet when I try to access the same variable from *autoname()* it says the

Re: LDAP search results "disappear"

2012-12-17 Thread Bill Freeman
On Mon, Dec 17, 2012 at 1:03 PM, Kevin Cole wrote: > Also asked on StackOverflow > > > http://stackoverflow.com/questions/13918785/django-ldap-search-results-disappear > > Why in the code below, does the global *direktorie* return the correct > data in the *login()* debug

Re: LDAP search results "disappear"

2012-12-17 Thread Kevin Cole
On Mon, Dec 17, 2012 at 1:42 PM, Bill Freeman wrote: > Perhaps in the thread in which autoname is run, login has not yet been run. And here I'll display my ignorance about threading. I've done nothing specific to ask for threading. I wouldn't know how to thread even if I had a sewing machine. ;

Re: LDAP search results "disappear"

2012-12-17 Thread Kevin Cole
On Mon, Dec 17, 2012 at 1:57 PM, Kevin Cole wrote: > And here I'll display my ignorance about threading. I've done nothing > specific to ask for threading. I wouldn't know how to thread even if I > had a sewing machine. ;-) I'm using apache prefork with mod-wsgi. In > testing, I go to the URL p

Re: LDAP search results "disappear"

2012-12-17 Thread Bill Freeman
On Mon, Dec 17, 2012 at 1:58 PM, Kevin Cole wrote: > On Mon, Dec 17, 2012 at 1:57 PM, Kevin Cole wrote: > > > And here I'll display my ignorance about threading. I've done nothing > > specific to ask for threading. I wouldn't know how to thread even if I > > had a sewing machine. ;-) I'm using

Re: LDAP search results "disappear"

2012-12-17 Thread peter
On 12/17/2012 03:58 PM, Kevin Cole wrote: On Mon, Dec 17, 2012 at 1:57 PM, Kevin Cole wrote: And here I'll display my ignorance about threading. I've done nothing specific to ask for threading. I wouldn't know how to thread even if I had a sewing machine. ;-) I'm using apache prefork with mod