Displaying 20 results from an estimated 30000 matches similar to: "auth_debug_passwords"
2018 Sep 25
1
How to troubleshoot admin auth values in url format http://admin:password@icecast.org:1234
Hello,
I'm asking if there is a way to do extra troubleshooting for admin auth, by
adjusting a config parameter (i.e. loglevel), then looking at log files.
Sometimes I can auth properly when trying to update metadata using a url
with basic auth embedded before the server/hostname, requested from a web
browser like google chrome.
i.e.
http://admin:password at
2010 Mar 10
2
.mailboxlist location
Greetings.
On our 1.2.9 setup, we are finding that .mailboxlist (we recompiled to 
use this name rather than .subscriptions) ends up in the user's ~/mail 
folder.  We'd like this file to be stored in ~/ instead.  Is this 
possible without changing namespaces (for UW compatibility) and/or 
userdb mail location?
Thanks!
-- 
Dave Brenner - david at toledotel.com
The Toledo Telephone
2008 Mar 04
1
auth_debug_passwords only on mismatches?
>From the configuration notes (1.0.10), it sounds like setting
'auth_debug_passwords' will only log the user supplied password if there was
a mismatch.. When I set it (with auth_debug=no), I get a good amount of auth
debug info, regardless of password matching..
------
dovecot.conf:
# In case of password mismatches, log the passwords and used scheme so the
# problem can be debugged.
2010 Aug 20
1
Over-quota bounces seeming to lack sender
We're seeing an issue with 1.2.12 where over-quota rejection messages 
are appearing in the logs with <> as the sender.  The sender of the 
original message sees the appropriate sender (postmaster@) on the 
rejection, but as the message makes its way through the postfix/amavis 
chain, I can see that the sender address is missing.
Aug 20 10:55:56 inet1 amavis[21822]: [ID 702911
2024 Oct 27
2
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
On Sun, 27 Oct 2024 15:08:14 +0100
William Edwards <wedwards at cyberfusion.nl> wrote:
> 
> > Op 27 okt 2024 om 14:50 heeft Rowland Penny via samba
> > <samba at lists.samba.org> het volgende geschreven:
> > 
> > ?On Sun, 27 Oct 2024 13:58:56 +0100
> > William David Edwards via samba <samba at lists.samba.org> wrote:
> > 
> >> Hi,
2009 Feb 04
3
auth_debug_passwords
Hi.  I'm new to Dovecot and about to start using it in production.  In
the config file, I set the option, auth_debug_passwords, to yes.  I do
not see any failed passwords logged, however.  It did cause more verbose
authentication logging, but failed passwords are still hidden.
I have also set these options to yes, because I thought they might be
required for auth_debug_passwords to work:
2016 Oct 26
2
samba-tool user getpassword --decrypt-samba-gpg
Hello,
I'm looking to use the new 'samba-tool user getpassword' or 'samba-tool
user syncpasswords' for syncing to an OpenLDAP server.  I've configured the
'password hash gpg key ids' in smb.conf.  Everything appears to be working
fine, except the plaintext passwords returned from samba-tool user
getpassword --decrypt-samba-gpg are different.  Do the returned values
2024 Oct 27
2
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
Kees van Vloten via samba schreef op 2024-10-27 15:37:
> Op 27-10-2024 om 15:31 schreef Rowland Penny via samba:
>> On Sun, 27 Oct 2024 15:08:14 +0100
>> William Edwards <wedwards at cyberfusion.nl> wrote:
>> 
>>>> Op 27 okt 2024 om 14:50 heeft Rowland Penny via samba
>>>> <samba at lists.samba.org> het volgende geschreven:
>>>> 
2019 Aug 26
4
User found but password failure
Trying to figure out which step is  causing me not to be able to
login. I am using a password file,
passdb {
  driver = passwd-file
  args = scheme=SHA512-CRYPT username_format=%u /etc/dovecot/passwd
}
We will assume that the pw I created using 'doveadm pw -s
SHA512-CRYPT' matches the password I will be using to login below. I
crank the debugging mode,
auth_debug_passwords = yes
2019 Oct 08
2
user password hash
On Tue, Oct 8, 2019, 07:45 Rowland penny via samba <samba at lists.samba.org>
wrote:
> On 08/10/2019 12:27, Elias Pereira via samba wrote:
> > hello list,
> >
> > What kind of hashing/encryption samba4 ADDC uses for user passwords?
> base64?
>
Base64 is neither a hash nor an encryption algorithm; it is an encoding.
>
> > Thanks!
> >
> Basically
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
Hi,
I'm tying to set user's LDAP passwords using LDAP.
`samba-tool user setpassword` does so by setting the write-only 
`unicodePwd` attribute, but turning it into binary and Base64-encoding 
it first:
```
if not isinstance(password, str):
     pw = password.decode('utf-8')
else:
     pw = password
pw = ('"' + pw + '"').encode('utf-16-le')
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
On Sun, 27 Oct 2024 13:58:56 +0100
William David Edwards via samba <samba at lists.samba.org> wrote:
> Hi,
> 
> I'm tying to set user's LDAP passwords using LDAP.
> 
> `samba-tool user setpassword` does so by setting the write-only 
> `unicodePwd` attribute, but turning it into binary and
> Base64-encoding it first:
> 
> ```
> if not
2019 Oct 09
3
user password hash
On Tue, Oct 8, 2019 at 8:04 AM Rowland penny via samba
<samba at lists.samba.org> wrote:
>
> On 08/10/2019 12:53, Jonathon Reinhart wrote:
> >
> >
> > On Tue, Oct 8, 2019, 07:45 Rowland penny via samba
> > <samba at lists.samba.org <mailto:samba at lists.samba.org>> wrote:
> >
> >     On 08/10/2019 12:27, Elias Pereira via samba wrote:
2012 Feb 27
2
GSSAPI auth failing for kmail
Hi,
  have dovecot 2.0.13 running fine on a NetBSD box, with lots of clients
happily authenticating to it with GSSAPI.
I've just updated an ArchLinux box to latest new version which has meant
its switched from using heimdal to using mit krb5 and its kmail is now
also slightly newer.
Thunderbird successfully authenticates to dovecot from this machine but
kmail now fails.  Kmail reports:
 
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
> Op 27 okt 2024 om 14:50 heeft Rowland Penny via samba <samba at lists.samba.org> het volgende geschreven:
> 
> ?On Sun, 27 Oct 2024 13:58:56 +0100
> William David Edwards via samba <samba at lists.samba.org> wrote:
> 
>> Hi,
>> 
>> I'm tying to set user's LDAP passwords using LDAP.
>> 
>> `samba-tool user setpassword` does so by
2011 Jun 29
1
ldapsearch dump for passwd file: base64 encoded passwords
hi,
is there a way, to let Dovecot2 uses the base64 encoded passwords from a
ldapsearch output, without decode them first?
cu denny
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL:
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
Op 27-10-2024 om 21:11 schreef William David Edwards:
> Kees van Vloten schreef op 2024-10-27 20:45:
>> Op 27-10-2024 om 19:58 schreef William David Edwards:
>>> Kees van Vloten via samba schreef op 2024-10-27 15:37:
>>>> Op 27-10-2024 om 15:31 schreef Rowland Penny via samba:
>>>>> On Sun, 27 Oct 2024 15:08:14 +0100
>>>>> William Edwards
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
Op 27-10-2024 om 19:58 schreef William David Edwards:
> Kees van Vloten via samba schreef op 2024-10-27 15:37:
>> Op 27-10-2024 om 15:31 schreef Rowland Penny via samba:
>>> On Sun, 27 Oct 2024 15:08:14 +0100
>>> William Edwards <wedwards at cyberfusion.nl> wrote:
>>>
>>>>> Op 27 okt 2024 om 14:50 heeft Rowland Penny via samba
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
Op 27-10-2024 om 15:31 schreef Rowland Penny via samba:
> On Sun, 27 Oct 2024 15:08:14 +0100
> William Edwards <wedwards at cyberfusion.nl> wrote:
>
>>> Op 27 okt 2024 om 14:50 heeft Rowland Penny via samba
>>> <samba at lists.samba.org> het volgende geschreven:
>>>
>>> ?On Sun, 27 Oct 2024 13:58:56 +0100
>>> William David Edwards
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
On Sun, 27 Oct 2024 19:55:24 +0100
William David Edwards <wedwards at cyberfusion.nl> wrote:
> Rowland Penny via samba schreef op 2024-10-27 15:31:
> > On Sun, 27 Oct 2024 15:08:14 +0100
> > William Edwards <wedwards at cyberfusion.nl> wrote:
> > 
> >> 
> >> > Op 27 okt 2024 om 14:50 heeft Rowland Penny via samba
> >> > <samba