Installation problem samba user

Post Reply
roccotocco
Posts: 4
Joined: 06 Apr 2014, 03:59

Installation problem samba user

Post by roccotocco » 06 Apr 2014, 14:19

Hello, im following the centos installation but im not able to set the password for the samba user erpxe.... this is the output:

[root@pxe tftpboot]# smbpasswd -a erpxe
New SMB password:
Retype new SMB password:
Failed to add entry for user erpxe.

Why? how i can solve ?
Thanks

RaveMaker
Posts: 204
Joined: 21 Mar 2013, 20:11

Re: Installation problem samba user

Post by RaveMaker » 08 Apr 2014, 13:52

Hi,
You need to add a Unix user before you add the SMB user:

Code: Select all

useradd --no-create-home -s /dev/null erpxe
smbpasswd -a erpxe
I've updated the WIKI page for CentOS/Debian installation.

Post Reply