Building Routers with Linux |
Linux and SAMBALast updated: 2010 Sep 12 | Using an APC BE550R UPS with Debian Etch Linux |
00 60 account adding archive bin body changed client cloud copyright docs firefox groups hl howto https img implement installing introduction issues left man mozilla names notes nt nt4 password pdc problems rnum sarge sept setting setup smb table tutorial ubuntu ups users width |
See also:
General Information
Notes on setting up SAMBAAdding New UsersSee Adding Users though the useradd command seems to have changed a bit, so the following worked for me:orion:~# useradd -d /home/auser -s /bin/false auser orion:~# passwd auser Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully orion:~# smbpasswd -a auser New SMB password: Retype new SMB password: Added user auser. orion:~#Then the user was able to login to the Windows Domain (controlled by the SAMBA 3 server) as "auser" and Windows XP did the usual setting up of a new desktop. |