[Samba] multiple samba machines and accounts

2002-04-07 Thread Andrew Judge

What is the best way to add an additional samba server to a samba PDC
network?  Can I use winbind to populate the unix passwd file or should I use
NIS and then security = domain?  There are only two samba machines here and
I need to get the accounts right on the unix and smb side.  Any help much
appreciated.  Looking to do this right from the beginning.


Best regards,

Andrew Judge


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



[Samba] cups printing and samba.

2002-04-07 Thread awesome-dave1

Hello,
Are there any issues with using cups and samba together to export unix
printers to windows clients?
My situation i've got a fbsd print server with three printers attached
to it, i'd like to export two of them, the system has cups on it for it's
printing needs.
Thanks.
Dave.



GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today!  For your FREE software, visit:
http://dl.www.juno.com/get/web/.

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



[Samba] SMB Port setting in W2K?

2002-04-07 Thread J.F. Noonan


Hi all,

I'm wondering if anybody knows of a setting in W2K to change the
port numbers used by NMB/SMB to something othere than the
default.  I would like to run two deifferent Sambas on the same
server on different ports of experimental purposes.

Thanks,


--

Joseph F. Noonan
Rigaku/MSC Inc.
[EMAIL PROTECTED] cel:281-433-2731
voice:281-363-1033 x117 fax:281-364-3644



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



[Samba] RE: Samba w/ winbindd

2002-04-07 Thread Blanchard, Michael

Easiest way I found was to edit /etc/pam.d/system-auth which will add it
to everything.
Add:
Authsufficient /lib/security/pam_winbind.so (I had it be the second
one listed after pam_env
Then add use_first_pass (no quotes) on the end of the pam_unix line
(otherwise it prompts 3 times for password)
Add:
Account required/lib/security/pam_winbind.so (I added after
pam_unix)

This one is the trick, only need it if you're going to have people
logging into unix with their windows account:
ADD:
Session required/lib/security/pam_mkhomedir.so skel=/etc/skel
umask=022

It still gives a too many parameters error when you login, but it does
work, I just haven't had enough motivation to figure out what causes
that error.  Also make sure and make a directory in your /home named the
same as your domain, otherwise it can't create the user directories and
will pop an error when you try to login with a windows account.

-Original Message-
From: Bill Town [mailto:[EMAIL PROTECTED]] 
Sent: Friday, April 05, 2002 6:28 PM
To: Blanchard, Michael
Subject: Samba w/ winbindd


Michael- 

I am new to configuring PAM and given that you have some success with
it, can you send me your /etc/pam.d/ conf files (or examples).  I am
running RH 7.2 with Samba (and winbind) 2.2.3a.  Thanks for any help in
advance.

Cheers,
-Bill

- Original Message -
From: Blanchard, Michael [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 08, 2002 6:47 PM
Subject: [Samba] Samba in a Win2000 / NT Enterprise


 Winbind has been in use here for almost a month and I've had no
 problem. I would suggest first off upgrading to 2.2.3.  Just do an rpm

 -e samba-client and samba-common first so you clear up the
 dependencies. Then go to samba.org and read the documentation for 
 winbind.  It's actually pretty easy to do, and has been working really

 well over here. There isn't anything as cool as sitting in front of a
 linux computer and logging in with ops+username :)  You have to add 
 about 7 lines of winbind-specific stuff into you smb.conf file, but 
 that's all availible on the samba.org webpage.


Bill Town
Kontiki, Inc.
Voice: 650.625.3065
Fax: 650.623.0142

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