- Code: Select all
# smbpasswd httpd
New SMB password:
Retype new SMB password:
Failed to find entry for user httpd.
Failed to modify password entry for user httpd
Solution:
- Code: Select all
# smbpasswd -a httpd
New SMB password:
Retype new SMB password:
Added user httpd.
The reason for this is that samba uses different user/passwd files then the system.

News