Re: [SOGo] Thunderbird 17 still asks for the password several times [was Re: SOGo extensions for Thunderbird 10!]

2013-08-09 Thread Phillip Wyman

Sorry, worked for me, but I'm still running 2.0.4.
Maybe there's some other factor I missed causing the behavior.

On 08/08/2013 03:37 AM, Luca Olivetti wrote:

Al 11/01/13 21:51, En/na Nobody ha escrit:

I noticed myself after upgrading to Thunderbird 17 that I was being
prompted to authenticate seemingly for every calendar I was subscribed
to in addition to once for my mail.
After a lot of tinkering with versions and settings, I found myself
digging through the extracted contents of the Lightning extension.
There, I found the file calAuthUtils.jsm in the modules sub directory.
I've found that if I overwrite the cal.auth.Prompt.prototype
definition/code block, with the version from lightning-1.0b2.105i
(Inverse Edition for the 3.x release), and of course, re-zip the
extension back up and re-install it, I get the old behavior of only
being prompted to enter my password twice, once for mail and once for
all of my calendars.
This appears to work on Linux and OSX with 17.0.2.
I've yet to test with the 10.x series or with Windows but I suspect its
the same issue.
I believe it has to do with the way the authentication realms are being
handled for CalDAV auth, but I'm no expert.
Hope maybe this will help and not break too much stuff.
Seems to work.



I just tried than but it doesn't work :-(




On 12/14/2012 12:34 AM, Luca Olivetti wrote:

Al 14/12/2012 9:17, En/na Buddy Butterfly ha escrit:


Hi Luca,

you should use the master password as TB stores all passwords in
cleartext by default!


Why do you think I forcefully disabled password caching until now?
Anyway, now that's no more possible, my question was:
is there a way to programmatically *FORCE* on my users the use of a
master password?

Bye



Regards,
Matt


Am 14.12.2012 09:10, schrieb Luca Olivetti:

Al 13/12/2012 13:37, En/na Luca Olivetti ha escrit:

Al 13/12/2012 11:22, En/na Thoralf Schulze ha escrit:

hi Luca,

Am 13.12.2012 10:44 schrieb Luca Olivetti:

I'm trying thunderbird 17 esr with the corresponding extensions
and I
still see it has the same problem: it asks for the password several
times.


have a look at the startup master-extension¹ for thunderbird … it
works
quite fine here for thunderbird 10esr, at least regarding tb asking
for
its master passwort several times.

with kind regards,
t.

¹ - https://addons.mozilla.org/de/thunderbird/addon/startupmaster/


Maybe, but I don't like/want to set a master password, I just want my
users to introduce their login password once, like it was possible
with
the integrator for thunderbird 3.


OK, since it seems it's not possible to do that, I could enable
password caching, but I'd like a way to force the use of a master
password, to be set the first time my users start the upgraded
thunderbird.
My google-fu failed me to find a way, do you know if is there one?

Bye









The information contained in this e-mail message may be privileged,
confidential and protected from disclosure. If you are not the intended
recipient, any dissemination, distribution or copying is strictly
prohibited. If you think that you have received this e-mail message in
error, please e-mail the sender at the above e-mail address.








The information contained in this e-mail message may be privileged, 
confidential and protected from disclosure. If you are not the intended 
recipient, any dissemination, distribution or copying is strictly prohibited. 
If you think that you have received this e-mail message in error, please e-mail 
the sender at the above e-mail address.

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 17 still asks for the password several times [was Re: SOGo extensions for Thunderbird 10!]

2013-08-09 Thread Luca Olivetti
Al 08/08/13 22:00, En/na Phillip Wyman ha escrit:
 Sorry, worked for me, but I'm still running 2.0.4.
 Maybe there's some other factor I missed causing the behavior.

Well, I just found that deleting the key3.db file in the user profile
with the startup-master extension installed, when starting thunderbird
the first thing it does is ask the user to set a master password, so, in
a way, the problem is solved:

 have a look at the startup master-extension¹ for thunderbird … it
 works
 quite fine here for thunderbird 10esr, at least regarding tb asking
 for
 its master passwort several times.

 with kind regards,
 t.

 ¹ - https://addons.mozilla.org/de/thunderbird/addon/startupmaster/

 Maybe, but I don't like/want to set a master password, I just
 want my
 users to introduce their login password once, like it was possible
 with
 the integrator for thunderbird 3.

 OK, since it seems it's not possible to do that, I could enable
 password caching, but I'd like a way to force the use of a master
 password, to be set the first time my users start the upgraded
 thunderbird.
 My google-fu failed me to find a way, do you know if is there one?

I hope that now google picks up this message as reference

-- 
Luca Olivetti
Wetron Automation Technology http://www.wetron.es
Tel. +34 935883004  Fax +34 935883007
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 17 still asks for the password several times [was Re: SOGo extensions for Thunderbird 10!]

2013-08-08 Thread Luca Olivetti
Al 11/01/13 21:51, En/na Nobody ha escrit:
 I noticed myself after upgrading to Thunderbird 17 that I was being
 prompted to authenticate seemingly for every calendar I was subscribed
 to in addition to once for my mail.
 After a lot of tinkering with versions and settings, I found myself
 digging through the extracted contents of the Lightning extension.
 There, I found the file calAuthUtils.jsm in the modules sub directory.
 I've found that if I overwrite the cal.auth.Prompt.prototype
 definition/code block, with the version from lightning-1.0b2.105i
 (Inverse Edition for the 3.x release), and of course, re-zip the
 extension back up and re-install it, I get the old behavior of only
 being prompted to enter my password twice, once for mail and once for
 all of my calendars.
 This appears to work on Linux and OSX with 17.0.2.
 I've yet to test with the 10.x series or with Windows but I suspect its
 the same issue.
 I believe it has to do with the way the authentication realms are being
 handled for CalDAV auth, but I'm no expert.
 Hope maybe this will help and not break too much stuff.
 Seems to work.


I just tried than but it doesn't work :-(


 
 On 12/14/2012 12:34 AM, Luca Olivetti wrote:
 Al 14/12/2012 9:17, En/na Buddy Butterfly ha escrit:

 Hi Luca,

 you should use the master password as TB stores all passwords in
 cleartext by default!

 Why do you think I forcefully disabled password caching until now?
 Anyway, now that's no more possible, my question was:
 is there a way to programmatically *FORCE* on my users the use of a
 master password?

 Bye


 Regards,
 Matt


 Am 14.12.2012 09:10, schrieb Luca Olivetti:
 Al 13/12/2012 13:37, En/na Luca Olivetti ha escrit:
 Al 13/12/2012 11:22, En/na Thoralf Schulze ha escrit:
 hi Luca,

 Am 13.12.2012 10:44 schrieb Luca Olivetti:
 I'm trying thunderbird 17 esr with the corresponding extensions
 and I
 still see it has the same problem: it asks for the password several
 times.

 have a look at the startup master-extension¹ for thunderbird … it
 works
 quite fine here for thunderbird 10esr, at least regarding tb asking
 for
 its master passwort several times.

 with kind regards,
 t.

 ¹ - https://addons.mozilla.org/de/thunderbird/addon/startupmaster/

 Maybe, but I don't like/want to set a master password, I just want my
 users to introduce their login password once, like it was possible
 with
 the integrator for thunderbird 3.

 OK, since it seems it's not possible to do that, I could enable
 password caching, but I'd like a way to force the use of a master
 password, to be set the first time my users start the upgraded
 thunderbird.
 My google-fu failed me to find a way, do you know if is there one?

 Bye



 
 
 
 The information contained in this e-mail message may be privileged,
 confidential and protected from disclosure. If you are not the intended
 recipient, any dissemination, distribution or copying is strictly
 prohibited. If you think that you have received this e-mail message in
 error, please e-mail the sender at the above e-mail address.
 


-- 
Luca Olivetti
Wetron Automation Technology http://www.wetron.es
Tel. +34 935883004  Fax +34 935883007
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 17 still asks for the password several times [was Re: SOGo extensions for Thunderbird 10!]

2013-02-28 Thread Ludovic Hutin

Le 28/02/2013 14:47, Martin (Lists) a écrit :

Am 11.01.2013 21:51, schrieb Nobody:

I noticed myself after upgrading to Thunderbird 17 that I was being
prompted to authenticate seemingly for every calendar I was subscribed
to in addition to once for my mail.
After a lot of tinkering with versions and settings, I found myself
digging through the extracted contents of the Lightning extension.
There, I found the file calAuthUtils.jsm in the modules sub directory.
I've found that if I overwrite the cal.auth.Prompt.prototype
definition/code block, with the version from lightning-1.0b2.105i
(Inverse Edition for the 3.x release), and of course, re-zip the
extension back up and re-install it, I get the old behavior of only
being prompted to enter my password twice, once for mail and once for
all of my calendars.
This appears to work on Linux and OSX with 17.0.2.
I've yet to test with the 10.x series or with Windows but I suspect its
the same issue.
I believe it has to do with the way the authentication realms are being
handled for CalDAV auth, but I'm no expert.
Hope maybe this will help and not break too much stuff.
Seems to work.

Is there something new regarding this toppic? Since I moved from TB10 to
TB17 I got the master password login dialog three times on my linux box
as well (with the old TB10 I had it on windows only). I have to type in
the password only once and can close the other two boxes by hitting ESC
button.

Regards
Martin


Hi,

Personnaly i use the module master password+ 1.21 in order to 
display only one password popup. The other popup are hidden with this 
plugin.

It's very usefull !

Regards
Ludovic
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 17 still asks for the password several times [was Re: SOGo extensions for Thunderbird 10!]

2013-02-28 Thread Martin (Lists)
Am 28.02.2013 15:22, schrieb Ludovic Hutin:
 Is there something new regarding this toppic? Since I moved from TB10 to
 TB17 I got the master password login dialog three times on my linux box
 as well (with the old TB10 I had it on windows only). I have to type in
 the password only once and can close the other two boxes by hitting ESC
 button.

 Regards
 Martin

 Hi,
 
 Personnaly i use the module master password+ 1.21 in order to
 display only one password popup. The other popup are hidden with this
 plugin.
 It's very usefull !

Thanks, this works very well.

Martin

 
 Regards
 Ludovic

-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 17 still asks for the password several times [was Re: SOGo extensions for Thunderbird 10!]

2013-01-11 Thread Nobody
I noticed myself after upgrading to Thunderbird 17 that I was being 
prompted to authenticate seemingly for every calendar I was subscribed 
to in addition to once for my mail.
After a lot of tinkering with versions and settings, I found myself 
digging through the extracted contents of the Lightning extension.

There, I found the file calAuthUtils.jsm in the modules sub directory.
I've found that if I overwrite the cal.auth.Prompt.prototype 
definition/code block, with the version from lightning-1.0b2.105i 
(Inverse Edition for the 3.x release), and of course, re-zip the 
extension back up and re-install it, I get the old behavior of only 
being prompted to enter my password twice, once for mail and once for 
all of my calendars.

This appears to work on Linux and OSX with 17.0.2.
I've yet to test with the 10.x series or with Windows but I suspect its 
the same issue.
I believe it has to do with the way the authentication realms are being 
handled for CalDAV auth, but I'm no expert.

Hope maybe this will help and not break too much stuff.
Seems to work.

On 12/14/2012 12:34 AM, Luca Olivetti wrote:

Al 14/12/2012 9:17, En/na Buddy Butterfly ha escrit:


Hi Luca,

you should use the master password as TB stores all passwords in
cleartext by default!


Why do you think I forcefully disabled password caching until now?
Anyway, now that's no more possible, my question was:
is there a way to programmatically *FORCE* on my users the use of a
master password?

Bye



Regards,
Matt


Am 14.12.2012 09:10, schrieb Luca Olivetti:

Al 13/12/2012 13:37, En/na Luca Olivetti ha escrit:

Al 13/12/2012 11:22, En/na Thoralf Schulze ha escrit:

hi Luca,

Am 13.12.2012 10:44 schrieb Luca Olivetti:

I'm trying thunderbird 17 esr with the corresponding extensions and I
still see it has the same problem: it asks for the password several
times.


have a look at the startup master-extension¹ for thunderbird … it
works
quite fine here for thunderbird 10esr, at least regarding tb asking
for
its master passwort several times.

with kind regards,
t.

¹ - https://addons.mozilla.org/de/thunderbird/addon/startupmaster/


Maybe, but I don't like/want to set a master password, I just want my
users to introduce their login password once, like it was possible with
the integrator for thunderbird 3.


OK, since it seems it's not possible to do that, I could enable
password caching, but I'd like a way to force the use of a master
password, to be set the first time my users start the upgraded
thunderbird.
My google-fu failed me to find a way, do you know if is there one?

Bye









The information contained in this e-mail message may be privileged, 
confidential and protected from disclosure. If you are not the intended 
recipient, any dissemination, distribution or copying is strictly prohibited. 
If you think that you have received this e-mail message in error, please e-mail 
the sender at the above e-mail address.

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 17 still asks for the password several times [was Re: SOGo extensions for Thunderbird 10!]

2013-01-11 Thread Joe Hogan
Hello

I saw the same thing.  I ended up moving all calendars to à new account and it 
worked.  But, I had to authenticate à few times before it stuck.

At least I now know that I was not the only person.  I hope that they fix this.

Joe

On 2013-01-11, at 15:51, Nobody pwy...@xkl.com wrote:

 I noticed myself after upgrading to Thunderbird 17 that I was being prompted 
 to authenticate seemingly for every calendar I was subscribed to in addition 
 to once for my mail.
 After a lot of tinkering with versions and settings, I found myself digging 
 through the extracted contents of the Lightning extension.
 There, I found the file calAuthUtils.jsm in the modules sub directory.
 I've found that if I overwrite the cal.auth.Prompt.prototype 
 definition/code block, with the version from lightning-1.0b2.105i (Inverse 
 Edition for the 3.x release), and of course, re-zip the extension back up and 
 re-install it, I get the old behavior of only being prompted to enter my 
 password twice, once for mail and once for all of my calendars.
 This appears to work on Linux and OSX with 17.0.2.
 I've yet to test with the 10.x series or with Windows but I suspect its the 
 same issue.
 I believe it has to do with the way the authentication realms are being 
 handled for CalDAV auth, but I'm no expert.
 Hope maybe this will help and not break too much stuff.
 Seems to work.
 
 On 12/14/2012 12:34 AM, Luca Olivetti wrote:
 Al 14/12/2012 9:17, En/na Buddy Butterfly ha escrit:
 
 Hi Luca,
 
 you should use the master password as TB stores all passwords in
 cleartext by default!
 
 Why do you think I forcefully disabled password caching until now?
 Anyway, now that's no more possible, my question was:
 is there a way to programmatically *FORCE* on my users the use of a
 master password?
 
 Bye
 
 
 Regards,
 Matt
 
 
 Am 14.12.2012 09:10, schrieb Luca Olivetti:
 Al 13/12/2012 13:37, En/na Luca Olivetti ha escrit:
 Al 13/12/2012 11:22, En/na Thoralf Schulze ha escrit:
 hi Luca,
 
 Am 13.12.2012 10:44 schrieb Luca Olivetti:
 I'm trying thunderbird 17 esr with the corresponding extensions and I
 still see it has the same problem: it asks for the password several
 times.
 
 have a look at the startup master-extension¹ for thunderbird … it
 works
 quite fine here for thunderbird 10esr, at least regarding tb asking
 for
 its master passwort several times.
 
 with kind regards,
 t.
 
 ¹ - https://addons.mozilla.org/de/thunderbird/addon/startupmaster/
 
 Maybe, but I don't like/want to set a master password, I just want my
 users to introduce their login password once, like it was possible with
 the integrator for thunderbird 3.
 
 OK, since it seems it's not possible to do that, I could enable
 password caching, but I'd like a way to force the use of a master
 password, to be set the first time my users start the upgraded
 thunderbird.
 My google-fu failed me to find a way, do you know if is there one?
 
 Bye
 
 
 
 
 
 
 The information contained in this e-mail message may be privileged, 
 confidential and protected from disclosure. If you are not the intended 
 recipient, any dissemination, distribution or copying is strictly prohibited. 
 If you think that you have received this e-mail message in error, please 
 e-mail the sender at the above e-mail address.
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Thunderbird 17 still asks for the password several times [was Re: SOGo extensions for Thunderbird 10!]

2012-12-14 Thread Luca Olivetti

Al 13/12/2012 13:37, En/na Luca Olivetti ha escrit:

Al 13/12/2012 11:22, En/na Thoralf Schulze ha escrit:

hi Luca,

Am 13.12.2012 10:44 schrieb Luca Olivetti:

I'm trying thunderbird 17 esr with the corresponding extensions and I
still see it has the same problem: it asks for the password several
times.


have a look at the startup master-extension¹ for thunderbird … it works
quite fine here for thunderbird 10esr, at least regarding tb asking for
its master passwort several times.

with kind regards,
t.

¹ - https://addons.mozilla.org/de/thunderbird/addon/startupmaster/


Maybe, but I don't like/want to set a master password, I just want my
users to introduce their login password once, like it was possible with
the integrator for thunderbird 3.


OK, since it seems it's not possible to do that, I could enable password 
caching, but I'd like a way to force the use of a master password, to be 
set the first time my users start the upgraded thunderbird.

My google-fu failed me to find a way, do you know if is there one?

Bye
--
Luca Olivetti
Wetron Automation Technology http://www.wetron.es
Tel. +34 935883004  Fax +34 935883007
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 17 still asks for the password several times [was Re: SOGo extensions for Thunderbird 10!]

2012-12-14 Thread Buddy Butterfly

Hi Luca,

you should use the master password as TB stores all passwords in
cleartext by default!

Regards,
Matt


Am 14.12.2012 09:10, schrieb Luca Olivetti:
 Al 13/12/2012 13:37, En/na Luca Olivetti ha escrit:
 Al 13/12/2012 11:22, En/na Thoralf Schulze ha escrit:
 hi Luca,

 Am 13.12.2012 10:44 schrieb Luca Olivetti:
 I'm trying thunderbird 17 esr with the corresponding extensions and I
 still see it has the same problem: it asks for the password several
 times.

 have a look at the startup master-extension¹ for thunderbird … it works
 quite fine here for thunderbird 10esr, at least regarding tb asking for
 its master passwort several times.

 with kind regards,
 t.

 ¹ - https://addons.mozilla.org/de/thunderbird/addon/startupmaster/

 Maybe, but I don't like/want to set a master password, I just want my
 users to introduce their login password once, like it was possible with
 the integrator for thunderbird 3.

 OK, since it seems it's not possible to do that, I could enable
 password caching, but I'd like a way to force the use of a master
 password, to be set the first time my users start the upgraded
 thunderbird.
 My google-fu failed me to find a way, do you know if is there one?

 Bye

-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 17 still asks for the password several times [was Re: SOGo extensions for Thunderbird 10!]

2012-12-14 Thread Luca Olivetti

Al 14/12/2012 9:17, En/na Buddy Butterfly ha escrit:


Hi Luca,

you should use the master password as TB stores all passwords in
cleartext by default!


Why do you think I forcefully disabled password caching until now?
Anyway, now that's no more possible, my question was:
is there a way to programmatically *FORCE* on my users the use of a 
master password?


Bye



Regards,
Matt


Am 14.12.2012 09:10, schrieb Luca Olivetti:

Al 13/12/2012 13:37, En/na Luca Olivetti ha escrit:

Al 13/12/2012 11:22, En/na Thoralf Schulze ha escrit:

hi Luca,

Am 13.12.2012 10:44 schrieb Luca Olivetti:

I'm trying thunderbird 17 esr with the corresponding extensions and I
still see it has the same problem: it asks for the password several
times.


have a look at the startup master-extension¹ for thunderbird … it works
quite fine here for thunderbird 10esr, at least regarding tb asking for
its master passwort several times.

with kind regards,
t.

¹ - https://addons.mozilla.org/de/thunderbird/addon/startupmaster/


Maybe, but I don't like/want to set a master password, I just want my
users to introduce their login password once, like it was possible with
the integrator for thunderbird 3.


OK, since it seems it's not possible to do that, I could enable
password caching, but I'd like a way to force the use of a master
password, to be set the first time my users start the upgraded
thunderbird.
My google-fu failed me to find a way, do you know if is there one?

Bye





--
Luca Olivetti
Wetron Automation Technology http://www.wetron.es
Tel. +34 935883004  Fax +34 935883007
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Thunderbird 17 still asks for the password several times [was Re: SOGo extensions for Thunderbird 10!]

2012-12-13 Thread Luca Olivetti

Al 13/02/2012 10:08, En/na Milos Wimmer ha escrit:

On Mon, 13 Feb 2012, Luca Olivetti wrote:


Then only thing which perhaps could be optimized, is that
it only asks once for the https:// url password (used by cal/cardav)


Well, with thunderbird 3 it only asked for the password once.



But then, this is why we have a password manager in TB.


But I don't want my users to use it (there was no need before, there
should be no need now).



I have the same view on this point as Luca.
I think many users (who don't use password manager in TB now) will
consider this new password policy for a bug.


I'm trying thunderbird 17 esr with the corresponding extensions and I 
still see it has the same problem: it asks for the password several times.


Bye
--
Luca Olivetti
Wetron Automation Technology http://www.wetron.es
Tel. +34 935883004  Fax +34 935883007
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 17 still asks for the password several times [was Re: SOGo extensions for Thunderbird 10!]

2012-12-13 Thread Thoralf Schulze
hi Luca,

Am 13.12.2012 10:44 schrieb Luca Olivetti:
 I'm trying thunderbird 17 esr with the corresponding extensions and I 
 still see it has the same problem: it asks for the password several times.

have a look at the startup master-extension¹ for thunderbird … it works
quite fine here for thunderbird 10esr, at least regarding tb asking for
its master passwort several times.

with kind regards,
t.

¹ - https://addons.mozilla.org/de/thunderbird/addon/startupmaster/
-- 
users@sogo.nu
https://inverse.ca/sogo/lists