Re: [Samba] A few questions

2005-05-09 Thread Tony Earnshaw
man, 09.05.2005 kl. 18.39 skrev Shane McBride:

> 1. There is no Domain Users group on my Samba 3.0.6 server. Does this 
> group need to be manually created?

Yes.

> 2. In my smbpasswd file:
> # Unix_name = SMB_name1 SMB_name
> root = Administrator
> nobody = guest pcguest smbguest
> 
> I can not join a domain using administrator. I must use root. What did I 
> do wrong?

You probably didn't read the Samba docs first. They are long and
involved, but your having a modicum of knowledge of them would have
prevented this unwarranted posting. 

> 3. Since there is no Domain Users group. I have been adding each user to 
> the admin group on the local PC. When they are added the security 
> identifier is also shown. How come?

You didn't add the Domain Users group?

There are a couple of other groups you have to add too.  Go away and
read the most of the important docs, and when they don't work, come back
and tell us what and why.

It might help to add your OS/distro  and Samba version.

--Tonni

-- 
Nothing sucksseeds like a pigeon without a beak ...

mail: [EMAIL PROTECTED]
http://www.billy.demon.nl
 
They'll love us, won't they? They feed us, don't they? ...

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] a few questions

2003-05-31 Thread Chris Smith
On Fri, 2003-05-30 at 15:32, D. Rick Anderson wrote:

> First off, is there some way with Win2000 and Samba to get a workstation
> independant login? Right now I have to create the user on the 2000 box for
> them to be able to login.

Use Samba to emulate an NT4 PDC.

> Second, what is the best configuration tool to use for Samba?

Vi.

> What is being used out there?

Vi.

> Third, is there a way to run login scripts with 2000?

Same as first answer - PDC.



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] a few questions

2003-05-31 Thread Tori Williamson
One more thing you might want to consider besides roaming profiles for
the SMB PDC (which will handle your user mappings, etc) is to look at
Novel ZenWorks...

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of D. Rick Anderson
> Sent: Friday, May 30, 2003 12:32 PM
> To: [EMAIL PROTECTED]
> Subject: [Samba] a few questions
>
>
> Hi there. I'm new to the list and I have a few questions about Samba.
>
> I've built a few Win9x/Samba networks, but I've been asked to
> build a Win2000/Samba network and I have a few issues.
>
> First off, is there some way with Win2000 and Samba to get a
> workstation independant login? Right now I have to create the
> user on the 2000 box for them to be able to login.
>
> Second, what is the best configuration tool to use for Samba?
> I'm running RH9.0 and the GUI is nice, but VERY limited. I've
> been messing with SWAT, but it doesn't seem to be able to do
> the things that I want (such as choose a share, and then
> simply choose who has rights to it). What is being used out there?
>
> Third, is there a way to run login scripts with 2000? With 9X
> I could create login scripts that would map the drives needed
> for that user. Can I do something like that with 2000 and
> Samba? Our users move around a lot and there's no way I could
> follow them all over and map the drives they need on that
> particular workstation every time they move.
>
> This network is coming off of Novell, and the administrator
> that I'm working with understands that this isn't going to be
> EXACTLY the same, but he stills wants some of the same functionality.
>
> TIA
>
> Rick
>
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
>


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] a few questions

2003-05-31 Thread Tori Williamson
The best place that I can send you to answer most all of you questions
is http://samba.idealx.org and read the PDF they have for setting up a
Samba PDC environment. If you plan to use Novell NDS/eDirectory for the
backend (LDAP) then beware, there are many caveats. setting up the
sambaAccount object for users does not currently work with the supplied
SMBLDAP scripts, and setting up users by hand is a bear.

I'm running a Netware network with Win2K workstations and wanted to be
able to have network Win logins rather than creating a separate login
for each employee on each workstation. And Novell was not cooperating
with me for using it as an LDAP backend for Samba.

What I wound up doing is setting up a Samba/OpenLDAP PDC to handle the
domain accounts and sync NDS & Win2K logins, so when they change their
passwords on the workstation the novell client changes it in eDirectory
and the SMBLDAP-passwd.pl script from IdealX handles the SMB
passwords... so far it's pretty fluid. It just means you have to enter
people in two separate locations as far as user accounts, but once
that's done it's pretty simple management.

I think the SMB/LDAP/PDC setup is how you will want to go...

-Tori

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of D. Rick Anderson
> Sent: Friday, May 30, 2003 12:32 PM
> To: [EMAIL PROTECTED]
> Subject: [Samba] a few questions
>
>
> Hi there. I'm new to the list and I have a few questions about Samba.
>
> I've built a few Win9x/Samba networks, but I've been asked to
> build a Win2000/Samba network and I have a few issues.
>
> First off, is there some way with Win2000 and Samba to get a
> workstation independant login? Right now I have to create the
> user on the 2000 box for them to be able to login.
>
> Second, what is the best configuration tool to use for Samba?
> I'm running RH9.0 and the GUI is nice, but VERY limited. I've
> been messing with SWAT, but it doesn't seem to be able to do
> the things that I want (such as choose a share, and then
> simply choose who has rights to it). What is being used out there?
>
> Third, is there a way to run login scripts with 2000? With 9X
> I could create login scripts that would map the drives needed
> for that user. Can I do something like that with 2000 and
> Samba? Our users move around a lot and there's no way I could
> follow them all over and map the drives they need on that
> particular workstation every time they move.
>
> This network is coming off of Novell, and the administrator
> that I'm working with understands that this isn't going to be
> EXACTLY the same, but he stills wants some of the same functionality.
>
> TIA
>
> Rick
>
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
>


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba