[Mythbuntu-bugs] [Bug 540044] Re: After initial set up, mcc always shows mythweb authentication as enabled

2010-04-10 Thread Thomas Mashos
** Changed in: mythbuntu Status: New = Invalid -- After initial set up, mcc always shows mythweb authentication as enabled https://bugs.launchpad.net/bugs/540044 You received this bug notification because you are a member of Mythbuntu Bug Team, which is subscribed to Mythbuntu. Status in

[Mythbuntu-bugs] [Bug 540044] Re: After initial set up, mcc always shows mythweb authentication as enabled

2010-03-17 Thread John Baab
I tested this on the auto builds in karmic and could not reproduce it. -- After initial set up, mcc always shows mythweb authentication as enabled https://bugs.launchpad.net/bugs/540044 You received this bug notification because you are a member of Mythbuntu Bug Team, which is subscribed to

[Mythbuntu-bugs] [Bug 540044] Re: After initial set up, mcc always shows mythweb authentication as enabled

2010-03-16 Thread Thomas Mashos
Appears to be an issue in the mcc plugins logic (below) #Mythweb auth self.mythweb_auth={} found_cfg=False if os.path.exists(self.CONFIGFILE): self.config.read(self.CONFIGFILE) try: self.mythweb_auth['enable'] =

[Mythbuntu-bugs] [Bug 540044] Re: After initial set up, mcc always shows mythweb authentication as enabled

2010-03-16 Thread Thomas Mashos
This was found on MCC 0.57 -- After initial set up, mcc always shows mythweb authentication as enabled https://bugs.launchpad.net/bugs/540044 You received this bug notification because you are a member of Mythbuntu Bug Team, which is subscribed to Mythbuntu. Status in Mythbuntu, Ubuntu

[Mythbuntu-bugs] [Bug 540044] Re: After initial set up, mcc always shows mythweb authentication as enabled

2010-03-16 Thread Thomas Mashos
It looks like the try: command exits after the enable check (because username/password don't return anything) so it never gets to found_cfg=True. It then runs the code in if not found_cfg: and since /etc/mythtv/mythweb-digest exists after first configuration it sets authentication to enabled. --