Main Menu
Home
About Us
Contact Us
Careers
Client Login
Solutions
Products
Web Design
IT Services
DB Development
Quickhelp
PHP Examples
Mail Clients
Linux
Links


Client Login





Lost Password?

 

Knowledge Base
For quick help and some common problems, please see our knowledge base.
Latest News

Home arrow Linux arrow Ubuntu arrow Samba arrow Adding a new user to samba PDC
Adding a new user to samba PDC Print E-mail

To add a new user in samba, with Samba setup as a domain controller, run the following:

net rpc user add tom -U root
net rpc user password tom "secret" -U root
smbpasswd -e tom