Re: [SOGo] userPasswordAlgorithm

2019-03-03 Thread Odhiambo Washington
On Sun, 3 Mar 2019 at 01:37, Ludovic Marcotte  wrote:

> On 2019-03-02 11:31 a.m., Odhiambo Washington (odhia...@gmail.com) wrote:
>
> > Is this something that can be avoided?
> By setting prependPasswordScheme = NO.
>
>
Thank you.
I realize now I MUST  take time to go through the documentation (testing my
doubts as I progress) from top to bottom,
while looking at my sogo.conf.


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", grep ^[^#] :-)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] userPasswordAlgorithm

2019-03-02 Thread Ludovic Marcotte

On 2019-03-02 11:31 a.m., Odhiambo Washington (odhia...@gmail.com) wrote:


Is this something that can be avoided?

By setting prependPasswordScheme = NO.

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  https://inverse.ca
Inverse inc. :: Leaders behind SOGo (https://sogo.nu), PacketFence 
(https://packetfence.org) and Fingerbank (https://fingerbank.org)

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


[SOGo] userPasswordAlgorithm

2019-03-02 Thread Odhiambo Washington
I am able to change passwords, right, but I see that the password
encryption scheme prepended to the encrypted password in the DB.
Is this something that can be avoided?

And why is digest-md5 not among the supported encryption algorithms?
I don't see it listed in the Docu under "Possible values" while reference
is made to https://wiki.dovecot.org/Authentication/PasswordSchemes, which
has it listed.


Thanks

-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", grep ^[^#] :-)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] userPasswordAlgorithm problem

2011-02-20 Thread Szasz Tamas

Hi,

I have generated a plain text MD5. For me is a strange thing that I can 
login with the md5 string. For example in the settings are /md5/ for 
userPasswordAlgorithm, in the database for tes.user the password is 
1f3870be274f6c49b3e31a0c6728957f, I can login with this string but with 
the value (apple) I can't.


Can you explain where can I find the query log in sogo? I didn't find 
that. My version of sogo is *1.3.4*


Regards, Tamás

On 02/18/2011 07:04 PM, Corrado Fiore wrote:

Hi,

could you give us more details on your system, like which version of SOGo 
you're running, the kind of MD5 (plain or crypt-MD5)... ?

Can you see the queries SOGo is issuing to the SQL server, for example in a 
query log?

Without these details, it's difficult to give you any hints.

Regards,
Corrado


Il giorno 17/feb/2011, alle ore 10:00, Szasz Tamas ha scritto:


Hi list!

I have a problem configuring the sogo to use md5 for user passwords.
Before I have made the change of userPasswordAlgorithm to md5 the user could 
log in to the system.
After the change from none to md5 the user couldn't login with the value of md5 
string.
This is a part from my config:

[...]
keydomain.com/key
 dict
 keySOGoMailDomain/key
 stringdomain.com/string
 keySOGoUserSources/key
 array
 dict
 keycanAuthenticate/key
 stringYES/string
 keyid/key
 stringdirectory/string
 keyisAddressBook/key
 stringYES/string
 keytype/key
 stringsql/string
 keyuserPasswordAlgorithm/key
 stringmd5/string
 keyviewURL/key
 
stringpostgresql://sogo:sogo@localhost:5432/sogo/sogo_view/string
 /dict
 /array
 /dict
[...]

Thanks for any help,

Szász Tamás


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

Re: [SOGo] userPasswordAlgorithm problem

2011-02-18 Thread Corrado Fiore
Hi,

could you give us more details on your system, like which version of SOGo 
you're running, the kind of MD5 (plain or crypt-MD5)... ?

Can you see the queries SOGo is issuing to the SQL server, for example in a 
query log?

Without these details, it's difficult to give you any hints.

Regards,
Corrado


Il giorno 17/feb/2011, alle ore 10:00, Szasz Tamas ha scritto:

 Hi list!
 
 I have a problem configuring the sogo to use md5 for user passwords. 
 Before I have made the change of userPasswordAlgorithm to md5 the user could 
 log in to the system. 
 After the change from none to md5 the user couldn't login with the value of 
 md5 string. 
 This is a part from my config:
 
 [...]
 keydomain.com/key
 dict
 keySOGoMailDomain/key
 stringdomain.com/string
 keySOGoUserSources/key
 array
 dict
 keycanAuthenticate/key
 stringYES/string
 keyid/key
 stringdirectory/string
 keyisAddressBook/key
 stringYES/string
 keytype/key
 stringsql/string
 keyuserPasswordAlgorithm/key
 stringmd5/string
 keyviewURL/key
 
 stringpostgresql://sogo:sogo@localhost:5432/sogo/sogo_view/string
 /dict
 /array
 /dict
 [...]
 
 Thanks for any help,
 
 Szász Tamás

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

[SOGo] userPasswordAlgorithm problem

2011-02-17 Thread Szasz Tamas

Hi list!

I have a problem configuring the sogo to use md5 for user passwords.
Before I have made the change of userPasswordAlgorithm to md5 the user 
could log in to the system.
After the change from /none/ to /md5 /the user couldn't login with the 
value of md5 string.

This is a part from my config:

[...]
keydomain.com/key
dict
keySOGoMailDomain/key
stringdomain.com/string
keySOGoUserSources/key
array
dict
keycanAuthenticate/key
stringYES/string
keyid/key
stringdirectory/string
keyisAddressBook/key
stringYES/string
keytype/key
stringsql/string
keyuserPasswordAlgorithm/key
string*md5*/string
keyviewURL/key
stringpostgresql://sogo:sogo@localhost:5432/sogo/sogo_view/string
/dict
/array
/dict
[...]

Thanks for any help,

Szász Tamás
--
users@sogo.nu
https://inverse.ca/sogo/lists