LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How to control a windows system under linux like Active Directory Authentication (https://www.linuxquestions.org/questions/linux-server-73/how-to-control-a-windows-system-under-linux-like-active-directory-authentication-820552/)

jpmaxyusuf 07-18-2010 11:42 AM

How to control a windows system under linux like Active Directory Authentication
 
Hai,

How to control a windows system by using linux server i know linux is a cross flatfarm. But how to Authenticate windows system like in windows we use AD for user authentication.


Thanks and Regards

S. A. Yusuf Sithik.

Undermind 07-18-2010 02:05 PM

Perhaps you could look into Samba. it can make a linux server act like a Domain Controller (if i remember right, not sure thought), and can create file shares that are 100% compatible with Windows

pentode 07-18-2010 02:24 PM

Have a look here: www.samba.org

A Linux machine can be a file/print server for Windows machines with no problem. It can also serve as a domain controller. But AFAIK, it cannot do Active Directory services.

We use a linux machine as a file server and print server on a Windows network. It works well.

Blue_Ice 07-18-2010 02:45 PM

Quote:

Originally Posted by pentode (Post 4037396)
Have a look here: www.samba.org

A Linux machine can be a file/print server for Windows machines with no problem. It can also serve as a domain controller. But AFAIK, it cannot do Active Directory services.

We use a linux machine as a file server and print server on a Windows network. It works well.

Some AD services it can do, but you need to write scripts for it. By creating an DC with Samba, you can store roaming profiles and automatically run scripts at log on. When it comes to AD policies, they are basically just registry settings. So writing scripts that set these policies in the registry will do the same trick. It takes a bit of research though...


All times are GMT -5. The time now is 03:22 AM.