Re: [Samba] Opposite of Samba (Anti-Samba?)

2002-06-14 Thread mkh01

On Fri, Jun 14, 2002 at 02:30:48PM -0400, Rashkae wrote:
 There is another software package that will do this for other Unices.
 Unfortunately, I cannot remember what it is called. (I believe that it's a
 commercial package.0

I believe that you're thinking of Sharity / Sharity Light.

http://www.obdev.at/products/sharity/

http://www.obdev.at/products/sharity-light/

-- 
Michael Heironimus
The best number for a dinner party is two - myself and a damn
good head waiter.  -- Nubar Gulbenkian

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



Re: [Samba] Samba authentication through NIS

2002-05-10 Thread mkh01

On Fri, May 10, 2002 at 02:35:05PM -0400, Anna Arbit wrote:
 I got rid of the Domain conroller (well.. it crashed).. and there is no need
 to have one.  So right now i'm trying to make users authenticate vis NIS. Is
 that at all possible?

Samba can authenticate with NIS passwords if your client machines use
cleartext passwords. As I recall, all versions of Windows after Windows
95 (or actually everything starting from NT4+SP3) want to use encrypted
passwords only. I know that there are registry patches included with
Samba to allow cleartext passwords, but you will have to apply them to
every client PC. Look at the ENCRYPTION.txt file in the Samba
documentation for more information on this, and look at the description
of the encrypt passwords option in smb.conf.

Personally, I would suggest setting up UNIX password sync instead. If
you have more than a few client PCs it would be easier to get that
working than to go around and apply registry changes to every PC, and
you wouldn't have to remember to do it when you add or reinstall a
machine. There are some complications with getting passwd sync and NIS
to work together, check the list archives for the discussions.

-- 
That feeling just came over me.
-- Albert DeSalvo, the Boston Strangler

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



Re: [Samba] Unix Group Question with repect to Samba

2002-05-10 Thread mkh01

I've set things up almost exactly like that before, with no problems.
Did you set the share to be writable in smb.conf? If the share is
configured to be read-only it would show the behavior you describe.

On Fri, May 10, 2002 at 05:31:55PM -0400, Bartick, Brett wrote:
 I have a question with regards to using Unix groups with samba. This might
 be easier to explain with an example.
 
 Lets say I have two users
 
 UserID: GID
 UserA:Group1
 UserB:Group2
 
 etc.
 
 I now have an entry in /etc/group that looks like
 
 groupdev::UserA, UserB
 
 If I have a directory with group ownership set to groupdev and group mode
 rws
 UserA  UserB cannot create a file in the share on their Windows machine.
 But if they connect to the Unix host, no problem.
 Does Samba understand user lists for group permissioning?

-- 
That feeling just came over me.
-- Albert DeSalvo, the Boston Strangler

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