Re: [Samba] require_membership_of is ignored

2013-01-26 Thread TAKAHASHI Motonobu
From: John P Arends jare...@northwestern.edu Date: Thu, 24 Jan 2013 21:45:13 + The problem is, I can log on as any AD user. require_membership_of is being ignored. I can put in a valid group with no spaces in the name, a group by SID, and either way, everyone can log in. As far as I

[Samba] require_membership_of is ignored

2013-01-24 Thread John P Arends
I have a RHEL 6.3 machine successfully bound to AD using winbind, and commands like wbinfo -u and wbinfo -g output the users and groups. I can also log in as any AD user. The problem is, I can log on as any AD user. require_membership_of is being ignored. I can put in a valid group with no

Re: [Samba] require_membership_of is ignored

2013-01-24 Thread John P Arends
24, 2013 1:45 PM To: samba@lists.samba.org Subject: [Samba] require_membership_of is ignored I have a RHEL 6.3 machine successfully bound to AD using winbind, and commands like wbinfo -u and wbinfo -g output the users and groups. I can also log in as any AD user. The problem is, I can log

Re: [Samba] require_membership_of is ignored

2013-01-24 Thread Philipoff, Andrew
PM To: samba@lists.samba.org Subject: [Samba] require_membership_of is ignored I have a RHEL 6.3 machine successfully bound to AD using winbind, and commands like wbinfo -u and wbinfo -g output the users and groups. I can also log in as any AD user. The problem is, I can log on as any AD user

Re: [Samba] require_membership_of is ignored

2013-01-24 Thread Nico Kadel-Garcia
On Thu, Jan 24, 2013 at 5:24 PM, John P Arends jare...@northwestern.edu wrote: I want to make sure if someone also gets local console access somehow they still can't get in. That's my concern with just making changes to how sshd authenticates. One way I've dealt with this, and a pretty

Re: [Samba] require_membership_of being ignored?

2008-01-31 Thread Peter Capazzi
I'm running into the same issue that Mike posted about. I've got authentication working as well as the auto creation of home directories. The problem is anybody that has a valid domain account can come in regardless of group. I'm running SuSE The require_membership_of parameter supposed to be

[Samba] require_membership_of being ignored?

2008-01-03 Thread Mike Husmann
Hi, I'm setting up a Gentoo samba server for home directories on a 2003 ADS network. I've decided to use pam_mkhomedir.to have the fileserver automagically create their home when they first log in. But we don't want everyone to log in, just the members of the AD group filesurfer-users. The