Roundup Tracker - Issues

Issue 2550781

classification
roundup login error via LDAP
Type: security Severity: major
Components: Web interface Versions: 1.3
process
Status: closed works for me
:
: : anthonybaxter, jerome, richard, rouilj, schlatterbeck
Priority: :

Created on 2012-11-15 01:56 by jerome, last changed 2012-11-22 08:20 by jerome.

Messages
msg4672 Author: [hidden] (jerome) Date: 2012-11-15 01:56
Dear ALL

I need your help~~~

roundup version as below:
pp@ticket02:~$ roundup-admin -v
1.3.3 (python 2.5.2)

when i want login the roundup'web with LDAP and do it reference the web
(http://roundup.sourceforge.net/cgi-bin/moin.cgi/LDAPLogin2)

everything are ok,but when i input the the AD/account and password, i 
get the error information as below.
Issue tracker: get_logger
Traceback (most recent call last):

  File "/usr/lib/python2.5/site-packages/roundup/cgi/client.py", line 
265, in inner_main
    html = self.handle_action()

  File "/usr/lib/python2.5/site-packages/roundup/cgi/client.py", line 
820, in handle_action
    return action_klass(self).execute()

  File "/usr/lib/python2.5/site-packages/roundup/cgi/actions.py", line 
39, in execute
    return self.handle()

  File "/usr/lib/python2.5/site-packages/roundup/cgi/actions.py", line 
919, in handle
    self.verifyLogin(self.client.user, password)

  File "/var/lib/roundup/trackers/pp/extensions/ldap_login.py", line 
400, in verifyLogin
    LOG = self.db.get_logger()

  File "/usr/lib/python2.5/site-
packages/roundup/backends/rdbms_common.py", line 671, in __getattr__
    raise AttributeError, classname

AttributeError: get_logger

appreciate your messages

BR
jerome
msg4676 Author: [hidden] (rouilj) Date: 2012-11-16 15:04
In message <1352944598.63.0.15847917887.issue2550781@psf.upfronthosting.co.za> 
<1352944598.63.0.15847917887.issue2550781@psf.upfronthosting.co.za>,
jerome_li writes:
>I need your help~~~
>
>roundup version as below:
>pp@ticket02:~$ roundup-admin -v
>1.3.3 (python 2.5.2)

That's kind of old. The current roundup is 1.4.20 IIRC.

>when i want login the roundup'web with LDAP and do it reference the web
>(http://roundup.sourceforge.net/cgi-bin/moin.cgi/LDAPLogin2)
>
>everything are ok,but when i input the the AD/account and password, i 
>get the error information as below.
>Issue tracker: get_logger
>Traceback (most recent call last):
>
[...]
>  File "/var/lib/roundup/trackers/pp/extensions/ldap_login.py", line 
>400, in verifyLogin
>    LOG = self.db.get_logger()
>
>  File "/usr/lib/python2.5/site-
>packages/roundup/backends/rdbms_common.py", line 671, in __getattr__
>    raise AttributeError, classname
>
>AttributeError: get_logger

What database are you using?

I seem to remember a logging error being fixed in one of the 1.4.x
revisions.
msg4677 Author: [hidden] (jerome) Date: 2012-11-19 00:40
my database is sqlite

Thanks

BR
jerome
msg4678 Author: [hidden] (jerome) Date: 2012-11-19 00:51
yes, this error information was gone when i upgrade the version from 
1.3.3 to 1.4.11

thank you very much

another qustion
could the nosy list be showwed when i chooses the keyword one version  
of 1.4.X and add the mail group in nosy list?

thanks 

BR
jerome
msg4679 Author: [hidden] (schlatterbeck) Date: 2012-11-22 07:52
Jerome, can you please use the mailinglist for questions, the tracker is
used for bug-reporting and your questions do not concern bugs, thanks.

You find the list at:

https://lists.sourceforge.net/lists/listinfo/roundup-users

(I was unable to make sense of your latest question, can you try to
reword it and post it to the mailinglist?)

Thanks,
Ralf
msg4680 Author: [hidden] (jerome) Date: 2012-11-22 08:20
Hi ralf



sorry for inconvenience,thank you very much.



we will post it to Roundup-users maillist 

thanks



BR

Jerome
History
Date User Action Args
2012-11-22 08:20:36jeromesetmessages: + msg4680
2012-11-22 07:52:51schlatterbecksetstatus: new -> closed
resolution: works for me
messages: + msg4679
2012-11-19 00:51:23jeromesetmessages: + msg4678
2012-11-19 00:40:37jeromesetmessages: + msg4677
2012-11-16 15:04:29rouiljsetnosy: + rouilj
messages: + msg4676
2012-11-15 01:56:38jeromecreate