Samba as a PDC question

This is a discussion on Samba as a PDC question within the Linux Networking forums, part of the Linux Forums category; Hi everyone, I want to run RH 9.0 as a Samba PDC in a (50 user) all windows XP ...


Go Back   Usenet Forums > Linux Forums > Linux Networking

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-20-2003
Clayton Sutton
 
Posts: n/a
Default Samba as a PDC question

Hi everyone,

I want to run RH 9.0 as a Samba PDC in a (50 user) all windows XP Pro.
network. I would like Samba to do the following:

1. Provide *logon* authentication for the users. If they don't
authenticate then I don't want them to be able to log onto the system.

2. Is there a way with Samba to control if a user can install software?
Kinda like with a Windows domain, if you are a *user* the you can't install
software. However, if you are a *power user* you can. I don't want just
anyone to be able to make changes to their systems.

I know I can do it in the registry but I am looking for a *central* way to
do it. Besides, the user can just run regedit and undo my changes.

Thanks for any input.


Clay



Reply With Quote
  #2 (permalink)  
Old 10-20-2003
Clayton Sutton
 
Posts: n/a
Default Re: Samba as a PDC question

Sorry for all the re-post everyone. There was a BIG delay before my posts
showed up. I thought maybe they were not getting to the server at all.
Again, sorry.

Clay


"Clayton Sutton" <noreply@noreply.com> wrote in message
news:vp727e9rlero47@corp.supernews.com...
> Hi everyone,
>
> I want to run RH 9.0 as a Samba PDC in a (50 user) all windows XP Pro.
> network. I would like Samba to do the following:
>
> 1. Provide *logon* authentication for the users. If they don't
> authenticate then I don't want them to be able to log onto the system.
>
> 2. Is there a way with Samba to control if a user can install software?
> Kinda like with a Windows domain, if you are a *user* the you can't

install
> software. However, if you are a *power user* you can. I don't want just
> anyone to be able to make changes to their systems.
>
> I know I can do it in the registry but I am looking for a *central* way to
> do it. Besides, the user can just run regedit and undo my changes.
>
> Thanks for any input.
>
>
> Clay
>
>
>



Reply With Quote
  #3 (permalink)  
Old 10-20-2003
Rod Smith
 
Posts: n/a
Default Re: Samba as a PDC question

In article <vp727e9rlero47@corp.supernews.com>,
"Clayton Sutton" <noreply@noreply.com> writes:
>
> I want to run RH 9.0 as a Samba PDC in a (50 user) all windows XP Pro.
> network. I would like Samba to do the following:
>
> 1. Provide *logon* authentication for the users. If they don't
> authenticate then I don't want them to be able to log onto the system.


This should be the way it works, at least to a first approximation. There
are some important caveats, though:

- You've got to configure the WinXP systems to be members of the domain.
- I'm not sure about WinXP Pro, but with Win2K, it's possible for users
to log on using a local user database instead of the domain database,
just by changing the domain on the logon screen. This shouldn't be a big
deal *IF* users don't have locally-defined accounts.
- Anybody with physical access to the computer can run recovery tools or
the like to reconfigure it. Of course, if you're worried about this sort
of thing, you're talking about a level of security that requires hiring
a security expert to manage things.

> 2. Is there a way with Samba to control if a user can install software?
> Kinda like with a Windows domain, if you are a *user* the you can't install
> software. However, if you are a *power user* you can. I don't want just
> anyone to be able to make changes to their systems.


You should be able to do this by putting users in the appropriate group
(Users vs. Power Users). Doing this will require setting up an appropriate
group mapping, which you can do with the "net groupmap" command (check the
"net" manpage).

--
Rod Smith, rodsmith@rodsbooks.com
http://www.rodsbooks.com
Author of books on Linux, FreeBSD, and networking
Reply With Quote
  #4 (permalink)  
Old 10-20-2003
Jem Berkes
 
Posts: n/a
Default Re: Samba as a PDC question

>> 1. Provide *logon* authentication for the users. If they don't
>> authenticate then I don't want them to be able to log onto the
>> system.

>
> This should be the way it works, at least to a first approximation.
> There are some important caveats, though:
>
> - You've got to configure the WinXP systems to be members of the
> domain.


We have been using samba as a PDC on a Windows 2000 network, and it's
working quite well. There's an odd little process you have to follow to
join the domain: make sure each Windows XP system joins the domain, then
users can log in from any one of these.

>- I'm not sure about WinXP Pro, but with Win2K, it's possible
> for users to log on using a local user database instead of the domain


I think a solution for this is to automatically delete the roaming profiles
on the Windows systems. Under 2000, I used the group policy editor
(gpedit.msc command); there was an option somewhere in there to 'delete
local copies of roaming profiles' or something to that effect. Make sure
you switch that on!

--
Jem Berkes
http://www.sysdesign.ca/
Reply With Quote
  #5 (permalink)  
Old 10-21-2003
Sergio B
 
Posts: n/a
Default Re: Samba as a PDC question

Go to ibm.com and search for "samba as a pdc" it will give you step by step
instructions on how to set up your redhat box as a PDC, it is awsome, I can
run a PDC in an old computer and still have a great response.
I am not sure they give you details on the user permissions in depth, but it
is a great tutorial.
If you find any tutorials on user account permissions and details, post them
here.

Thanks
"Clayton Sutton" <noreply@noreply.com> wrote in message
news:vp727e9rlero47@corp.supernews.com...
> Hi everyone,
>
> I want to run RH 9.0 as a Samba PDC in a (50 user) all windows XP Pro.
> network. I would like Samba to do the following:
>
> 1. Provide *logon* authentication for the users. If they don't
> authenticate then I don't want them to be able to log onto the system.
>
> 2. Is there a way with Samba to control if a user can install software?
> Kinda like with a Windows domain, if you are a *user* the you can't

install
> software. However, if you are a *power user* you can. I don't want just
> anyone to be able to make changes to their systems.
>
> I know I can do it in the registry but I am looking for a *central* way to
> do it. Besides, the user can just run regedit and undo my changes.
>
> Thanks for any input.
>
>
> Clay
>
>
>



Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:54 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0