用samba时出现"Failed to find entry for user..."

使用samba时出现"Failed to find entry for user..."

[root@localhost samba]# smbpasswd samba
New SMB password:
Retype new SMB password:
Failed to find entry for user samba.

解决方法,加参数'-a':

 # smbpasswd  -a oracle


[root@localhost samba]# smbpasswd -a samba
New SMB password:
Retype new SMB password:
Added user samba.

posted @ 2014-06-07 23:58  A Little bit Step  阅读(1527)  评论(0)    收藏  举报