View previous topic :: View next topic |
Author |
Message |
MrPaulAR n00b

Joined: 25 Jan 2003 Posts: 69
|
Posted: Fri May 05, 2006 11:23 pm Post subject: How Do I Address Samba Users With a Space in the Username |
|
|
Is there a way to add a user to samba that has spaces in their name? Everything I've tried just errors out but I would expect this to be possible. |
|
Back to top |
|
 |
Raniz l33t


Joined: 13 Sep 2003 Posts: 967 Location: Varberg, Sweden
|
Posted: Sat May 06, 2006 8:51 am Post subject: |
|
|
put the name between " and " |
|
Back to top |
|
 |
MrPaulAR n00b

Joined: 25 Jan 2003 Posts: 69
|
Posted: Sat May 06, 2006 2:11 pm Post subject: |
|
|
Tried that....doesn't work
Quote: |
gentoo portage # smbpasswd -a "Joe User"
New SMB password:
Retype new SMB password:
Failed to initialise SAM_ACCOUNT for user Joe User. Does this user exist in the UNIX password database ?
Failed to modify password entry for user Joe User |
OK, so I need a unix account....
Quote: | gentoo portage # useradd -c "Test Account" "Joe User"
useradd: invalid user name 'Joe User' |
That's invalid... I also tried using "\ " but got the same results. |
|
Back to top |
|
 |
|