Displaying 3 results from an estimated 3 matches for "oldpasswd".
Did you mean:
old_passwd
2002 Oct 07
4
Samba 2.2.5 Security Bug?
Hello
Does anyone know why normal users can set a blank samba password with the
smbpasswd kommand by inserting <CR> twice after inserting the old passwd:
ben@amo:% /opt/samba/bin/smbpasswd
Old SMB password:<oldpasswd>
New SMB password:<CR>
Retype new SMB password:<CR>
Password changed for user ben
After that the user can map the samba shares with a blank password even if:
null passwords = No
and
guest ok = No
in the smb.conf
Thanks in advance
Imed
--
+++ GMX - Mail, Messaging & more...
2017 Mar 13
0
smbpasswd port 139
...p_bind
ldap_modify_batch
full source code here
http://forums.fedoraforum.org/showthread.php?t=313554
however this does not allow the password to be set if it has expired.
smbpasswd works on 2 of my 3 networks.
I was hoping there might be some way to get it working without port 139
(echo -e 'oldpasswd\nnewpasswd\nnewpasswd')|smbpasswd -r otherdomain -U
user -D 10
INFO: Current debug levels:
all: 10
tdb: 10
printdrivers: 10
lanman: 10
smb: 10
rpc_parse: 10
rpc_srv: 10
rpc_cli: 10
passdb: 10
sam: 10
auth: 10
winbind: 10
vfs: 10
idmap: 10
quota: 10
acls: 10
lo...
2004 Feb 18
3
changing unix password with samba
I am running RedHat 9 and samba. I need to be able to set one password
for each user and sync them with ssh, web, unix password.
i.e. When I change samba pass, it changes unix, ftp, etc. Is this
possible with samba? I saw that it is if you are running windows and
then you can change the unix pass via samba. Is this possible when
running linux. I just want to easily administer my users.