Displaying 2 results from an estimated 2 matches for "werr_bad_password".
2004 May 16
1
Samba 3 and network printing setup
...in the newest Windows bugfix, I can't log into the Samba
machine anymore (with User security).
So, I decided to install the drivers on the console (in Linux) using the
Samba HOWTO for printing.
The first step worked fine (putting the drivers on the Samba server).
The second step failed with a WERR_BAD_PASSWORD:
john@legolas:~/tmp/printer$ sudo rpcclient rivendell -U'root%passwd'
rpcclient $> adddriver
Usage: adddriver <Environment> \
<Long Printer Name>:<Driver File Name>:<Data File Name>:\
<Config File Name>:<Help File Name>:<Language Mon...
2003 Nov 12
2
problems with cupsaddsmb
...1 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0
added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
Connecting to host=localhost
Connecting to 127.0.0.1 at port 445
lsa_io_sec_qos: length c does not match size 8
result was WERR_BAD_PASSWORD
I have no clue what this mean and how I can fix it. Can somebody help?
This would be great!
regards
Marco
P.S. Here's my smb.conf
[global]
# Networking configuration options
hosts allow = 127.0.0.1 192.168.0.0/24
hosts deny = 0.0.0.0/0
interfaces = eth* lo
bind interfaces only = yes
#...