Displaying 2 results from an estimated 2 matches for "ap30".
Did you mean:
a30
2020 Oct 05
3
FAILED with error NT_STATUS_WRONG_PASSWORD, authoritative=1
...server role = standalone server
obey pam restrictions = yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
pam password change = yes
map to guest = bad user
admin users = ap19 ap30
passdb backend = tdbsam
security = user
ntlm auth = yes
usershare allow guests = yes
[homes]
...
When I use smbclient with username and passwd it works without problems.
2020 Oct 05
0
FAILED with error NT_STATUS_WRONG_PASSWORD, authoritative=1
...obey pam restrictions = yes
> passwd program = /usr/bin/passwd %u
> passwd chat = *Enter\snew\s*\spassword:* %n\n
> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
> pam password change = yes
> map to guest = bad user
> admin users = ap19 ap30
> passdb backend = tdbsam
> security = user
> ntlm auth = yes
> usershare allow guests = yes
> [homes]
> ...
>
> When I use smbclient with username and passwd it works without problems.
>
>
Yes it is using NTLMv2 and the server isn't, you have two w...