Re: [Samba] Re: One more

2005-05-20 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rex Dieter wrote: > Etienne Goyer wrote: > >> Is it possible to make available as Unix user only members of a specific >> Windows group ? > > I too would be very interested in this. I don't want/need to give > access to our Linux boxes to *every* A

Re: [Samba] Re: One more

2005-05-19 Thread Rex Dieter
Samba wrote: I use pam_require.so to limit access to services via pam. Hmm... doesn't seem to be part of RHEL4. I'll go check out: http://freshmeat.net/projects/pam_require/ -- Rex -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman

RE: [Samba] Re: One more

2005-05-19 Thread Samba
I use pam_require.so to limit access to services via pam. Here is how I limit access to my pure-ftpd server to a specific group (GLFTPAccess). You can also limit access to specific users, like I did with the user root. auth sufficient pam_winbind.so auth required pam_unix2.so # set_secrpc au

Re: [Samba] Re: One more

2005-05-19 Thread Rex Dieter
Bruno Guerreiro wrote: I've solved that issue by setting homeDirectory: /dev/null loginShell: /bin/false to the users and don't wish to give access. Don't know if it is the right way, but it solves my problems. That won't work for us, as I don't have rights to modify accounts outside of our Depar

RE: [Samba] Re: One more

2005-05-19 Thread Bruno Guerreiro
Hi, I've solved that issue by setting homeDirectory: /dev/null loginShell: /bin/false to the users and don't wish to give access. Don't know if it is the right way, but it solves my problems. But then again, I'm using Samba+OpenLDAP, and have almost zero experience with AD. Best regards, Bruno Gu