LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 08-23-2012, 01:51 AM   #1
sankarg304
LQ Newbie
 
Registered: Aug 2012
Posts: 7

Rep: Reputation: Disabled
Add windows client to CentOS sever


In our office i am going to install a centOS server, And in our office fully windows and linux based client machines available.
1) Is this possible, windows client machines will added to the linux domain.
If no, means any other alternate method.
2) And i want to block the USB port of all windows client machines and also want to block installing new softwares,
 
Old 08-23-2012, 02:10 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
1) a "domain" is a windows concept as you're using it. You can use SaMBa (potentially wrapped up in a project like FreeIPA) to create one too, but there is no need to necessarily do so and it can be a lot of frustrating work at times

2) not possible with any Linux solution I'm aware of, group policy is not necessarily anything to do with a domain at all.

Last edited by acid_kewpie; 08-23-2012 at 02:12 AM.
 
Old 08-23-2012, 04:58 AM   #3
sankarg304
LQ Newbie
 
Registered: Aug 2012
Posts: 7

Original Poster
Rep: Reputation: Disabled
Thanks for your reply,
I have another doubt, In windows plateform, we add the windows client machine to windows domain, likewise how to add linux client machine to the linux server environment.
 
Old 08-23-2012, 05:36 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
I'd ask you why you want to do this, and what it will do for you really... Generally this is a pretty rare thing to do. Linux servers don't generally going AD domains or serve them. It's certainly possible, but you need to know *why* you want to do this in the first place. That said there are MANY MANY standard docs out there you can use to help you, no need to make someone else recite one to you.
 
Old 08-23-2012, 11:14 AM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,981

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
I get the feeling the word domain is not being translated correctly.
If so the entire question needs to be explained a bit more.
 
Old 08-24-2012, 03:41 AM   #6
deep27ak
Senior Member
 
Registered: Aug 2011
Location: Bangalore, India
Distribution: RHEL 7.x, SLES 11 SP2/3/4
Posts: 1,195
Blog Entries: 4

Rep: Reputation: 221Reputation: 221Reputation: 221
I would agree with jefro

and for the OP if you want to join a windows client machine to a Linux machine configured as domain server than YES you can connect windows client to Linux.
Like we use Samba3 and Samba4 as PDC on Linux machines.

But again to help you further I would like you to elaborate your question a bit more with what you are planning to do.
 
Old 08-26-2012, 08:45 AM   #7
sankarg304
LQ Newbie
 
Registered: Aug 2012
Posts: 7

Original Poster
Rep: Reputation: Disabled
In our company now windows server is using and client machines is windows 7, But they told me we want to change windows server to linux server(centos). And we want control(enable/disable) the usb port of the window 7 client machines and also they are not able to install any third party software. Here the main think is we dont touch the windows admin user power, Want to control from only the server machine, My friend told me may be sing samba or ldap we can do this, But how?
 
Old 08-26-2012, 02:23 PM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well I've already commented on that. plenty of guides on line for what IS possible, but you won't be getting any GPO functionality without real AD.
 
Old 08-26-2012, 08:22 PM   #9
sankarg304
LQ Newbie
 
Registered: Aug 2012
Posts: 7

Original Poster
Rep: Reputation: Disabled
Angry

Quote:
Originally Posted by acid_kewpie View Post
well I've already commented on that. plenty of guides on line for what IS possible, but you won't be getting any GPO functionality without real AD.
Hello Acid, Last one week I was tried in google, But I am not got a correct solution, so only I was posted a question,Actually my manager told me using AD and GPO we can do it and here you are the IT person So you only Find it,
So today i can try, If not means i will leave a job, If u got idea just reply.
 
Old 08-26-2012, 11:21 PM   #10
deep27ak
Senior Member
 
Registered: Aug 2011
Location: Bangalore, India
Distribution: RHEL 7.x, SLES 11 SP2/3/4
Posts: 1,195
Blog Entries: 4

Rep: Reputation: 221Reputation: 221Reputation: 221
sankarg304
Follow this blog on how to configure samba4
Samba4 configuration
Samba4 How To

Using this you can configure a Linux machine as Primary Domain Controller and you can manage all the windows client using Group Policy
 
Old 08-30-2012, 02:29 AM   #11
sankarg304
LQ Newbie
 
Registered: Aug 2012
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by deep27ak View Post
sankarg304
Follow this blog on how to configure samba4
Samba4 configuration
Samba4 How To

Using this you can configure a Linux machine as Primary Domain Controller and you can manage all the windows client using Group Policy
Thanks Frnd.
 
Old 08-31-2012, 05:52 AM   #12
centos123
Member
 
Registered: Apr 2011
Posts: 397

Rep: Reputation: 16
sankar...
may i know where your are working ?
 
Old 09-10-2012, 02:03 AM   #13
15102k8
LQ Newbie
 
Registered: Sep 2012
Posts: 1

Rep: Reputation: Disabled
usb blocking

u can block usb drives thru regedit in windows itself
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
naming a centos server for a windows client emaayan Linux - Networking 2 03-12-2011 01:13 PM
Can we join a Windows client to LDAP sever vivekanandan Linux - Newbie 2 07-08-2010 04:11 PM
Help: X on CentOS w/Windows CygwinX client mikey Linux - Server 7 01-02-2007 12:47 AM
X sever (client ?) problem knobdy Linux - Newbie 6 10-25-2005 10:42 PM
add mandrake as client of a windows-based domain goofyheadedpunk Linux - Networking 1 12-22-2003 10:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 05:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration