LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to add users to linux server (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-add-users-to-linux-server-585893/)

Dglass 09-19-2007 03:10 PM

How to add users to linux server
 
Hi All,

I'm new to Linux and what i would like to know is how do you add users to a linux domain? I guess what I'm asking is what are the steps? Is it anything like setting up active directory? I could really use your help on this issue.

Thanks

D

acid_kewpie 09-19-2007 03:40 PM

well you need to define clearly what level of user account your really talking about.if you are looking for parallels of AD, then you should already know that AD is actually a mishmash of pre-existing protocols, each of which MS kindly broke just enough to make them incompatible with anything else. in terms of the directory itself, then that's the ldap protocol, of which openldap would be the firs port of call in linux. then the other side of the coin is that whole domain membership stuff, the domain controllers etc... that is handled by Samba, which is also responsible for handling windows shares and such. there are many many docs about using samba and a PDC through google etc...

trashbird1240 09-19-2007 03:58 PM

On Slackware, it's just

Code:

useradd <username>
Is that what you're talking about?

Joel


All times are GMT -5. The time now is 04:41 PM.