Sorisio,Chris
2002-Aug-01 12:45 UTC
[Samba] Authenticate against NT Domain Group Membership
Hola folks, How do I configure a share under Samba 2.2 using DOMAIN security to allow all members of a specified NT domain group access to a particular share? For example, something like: [test] comment = Test Share path = /mnt/share/test nt group = Nice-users, Wonderful Users Where Nice-users and Wonderful Users are NT domain groups? So if User X is a member of Nice-users, she would be able to access the share. Thanks, Chris -------------- next part -------------- HTML attachment scrubbed and removed
Javid Abdul-AJAVID1
2002-Aug-01 12:48 UTC
[Samba] Authenticate against NT Domain Group Membership
are u implying there are no unix accounts exist for the path given here, then you have configure winbind -----Original Message----- From: Sorisio, Chris [mailto:ChrisSorisio@PeakTechnical.com] Sent: Thursday, August 01, 2002 2:43 PM To: Samba-L (E-mail) Subject: [Samba] Authenticate against NT Domain Group Membership Hola folks, How do I configure a share under Samba 2.2 using DOMAIN security to allow all members of a specified NT domain group access to a particular share? For example, something like: [test] comment = Test Share path = /mnt/share/test nt group = Nice-users, Wonderful Users Where Nice-users and Wonderful Users are NT domain groups? So if User X is a member of Nice-users, she would be able to access the share. Thanks, Chris -------------- next part -------------- HTML attachment scrubbed and removed
Sorisio,Chris
2002-Aug-01 12:50 UTC
[Samba] Authenticate against NT Domain Group Membership
No UNIX accounts or groups exist to authenticate against for this purpose. I do have winbind configured and running - the Samba server is a member of the domain, and is able to list NT domain users & groups via getent. How do I configure the shares to authenticate against the NT domain group? -----Original Message----- From: Javid Abdul-AJAVID1 [mailto:AJAVID1@motorola.com] Sent: Thursday, August 01, 2002 3:46 PM To: 'Sorisio, Chris'; Samba-L (E-mail) Subject: RE: [Samba] Authenticate against NT Domain Group Membership are u implying there are no unix accounts exist for the path given here, then you have configure winbind -----Original Message----- From: Sorisio, Chris [mailto:ChrisSorisio@PeakTechnical.com] Sent: Thursday, August 01, 2002 2:43 PM To: Samba-L (E-mail) Subject: [Samba] Authenticate against NT Domain Group Membership Hola folks, How do I configure a share under Samba 2.2 using DOMAIN security to allow all members of a specified NT domain group access to a particular share? For example, something like: [test] comment = Test Share path = /mnt/share/test nt group = Nice-users, Wonderful Users Where Nice-users and Wonderful Users are NT domain groups? So if User X is a member of Nice-users, she would be able to access the share. Thanks, Chris -------------- next part -------------- HTML attachment scrubbed and removed
Konkol, Josh
2002-Aug-01 13:02 UTC
[Samba] Authenticate against NT Domain Group Membership
You could read the manual or just use valid groups = @"DOMAINNAME+GLOBAL GROUP NAME" Josh -----Original Message----- From: Sorisio,Chris [mailto:ChrisSorisio@PeakTechnical.com] Sent: Thursday, August 01, 2002 2:48 PM To: 'samba@lists.samba.org' Subject: RE: [Samba] Authenticate against NT Domain Group Membership No UNIX accounts or groups exist to authenticate against for this purpose. I do have winbind configured and running - the Samba server is a member of the domain, and is able to list NT domain users & groups via getent. How do I configure the shares to authenticate against the NT domain group? -----Original Message----- From: Javid Abdul-AJAVID1 [mailto:AJAVID1@motorola.com] Sent: Thursday, August 01, 2002 3:46 PM To: 'Sorisio, Chris'; Samba-L (E-mail) Subject: RE: [Samba] Authenticate against NT Domain Group Membership are u implying there are no unix accounts exist for the path given here, then you have configure winbind -----Original Message----- From: Sorisio, Chris [mailto:ChrisSorisio@PeakTechnical.com] Sent: Thursday, August 01, 2002 2:43 PM To: Samba-L (E-mail) Subject: [Samba] Authenticate against NT Domain Group Membership Hola folks, How do I configure a share under Samba 2.2 using DOMAIN security to allow all members of a specified NT domain group access to a particular share? For example, something like: [test] comment = Test Share path = /mnt/share/test nt group = Nice-users, Wonderful Users Where Nice-users and Wonderful Users are NT domain groups? So if User X is a member of Nice-users, she would be able to access the share. Thanks, Chris -------------- next part -------------- HTML attachment scrubbed and removed
Sorisio,Chris
2002-Aug-01 13:04 UTC
[Samba] Authenticate against NT Domain Group Membership
My thanks to Josh and Larry, it's working fine now in that regard. I did read the manual..at least, all the manuals and HOWTOs and usenet discussion threads that I could find. I must have missed it. -----Original Message----- From: Konkol, Josh [mailto:JKonkol@guidemail.com] Sent: Thursday, August 01, 2002 4:00 PM To: 'Sorisio,Chris'; 'samba@lists.samba.org' Subject: RE: [Samba] Authenticate against NT Domain Group Membership You could read the manual or just use valid groups = @"DOMAINNAME+GLOBAL GROUP NAME" Josh -----Original Message----- From: Sorisio,Chris [mailto:ChrisSorisio@PeakTechnical.com] Sent: Thursday, August 01, 2002 2:48 PM To: 'samba@lists.samba.org' Subject: RE: [Samba] Authenticate against NT Domain Group Membership No UNIX accounts or groups exist to authenticate against for this purpose. I do have winbind configured and running - the Samba server is a member of the domain, and is able to list NT domain users & groups via getent. How do I configure the shares to authenticate against the NT domain group? -----Original Message----- From: Javid Abdul-AJAVID1 [mailto:AJAVID1@motorola.com] Sent: Thursday, August 01, 2002 3:46 PM To: 'Sorisio, Chris'; Samba-L (E-mail) Subject: RE: [Samba] Authenticate against NT Domain Group Membership are u implying there are no unix accounts exist for the path given here, then you have configure winbind -----Original Message----- From: Sorisio, Chris [mailto:ChrisSorisio@PeakTechnical.com] Sent: Thursday, August 01, 2002 2:43 PM To: Samba-L (E-mail) Subject: [Samba] Authenticate against NT Domain Group Membership Hola folks, How do I configure a share under Samba 2.2 using DOMAIN security to allow all members of a specified NT domain group access to a particular share? For example, something like: [test] comment = Test Share path = /mnt/share/test nt group = Nice-users, Wonderful Users Where Nice-users and Wonderful Users are NT domain groups? So if User X is a member of Nice-users, she would be able to access the share. Thanks, Chris -------------- next part -------------- HTML attachment scrubbed and removed
Konkol, Josh
2002-Aug-01 13:07 UTC
[Samba] Authenticate against NT Domain Group Membership
Excuse me, valid users = @"DOMAINNAME+GLOBAL GROUP NAME" Josh -----Original Message----- From: Konkol, Josh [mailto:JKonkol@guidemail.com] Sent: Thursday, August 01, 2002 3:00 PM To: 'Sorisio,Chris'; 'samba@lists.samba.org' Subject: RE: [Samba] Authenticate against NT Domain Group Membership You could read the manual or just use valid groups = @"DOMAINNAME+GLOBAL GROUP NAME" Josh -----Original Message----- From: Sorisio,Chris [mailto:ChrisSorisio@PeakTechnical.com] Sent: Thursday, August 01, 2002 2:48 PM To: 'samba@lists.samba.org' Subject: RE: [Samba] Authenticate against NT Domain Group Membership No UNIX accounts or groups exist to authenticate against for this purpose. I do have winbind configured and running - the Samba server is a member of the domain, and is able to list NT domain users & groups via getent. How do I configure the shares to authenticate against the NT domain group? -----Original Message----- From: Javid Abdul-AJAVID1 [mailto:AJAVID1@motorola.com] Sent: Thursday, August 01, 2002 3:46 PM To: 'Sorisio, Chris'; Samba-L (E-mail) Subject: RE: [Samba] Authenticate against NT Domain Group Membership are u implying there are no unix accounts exist for the path given here, then you have configure winbind -----Original Message----- From: Sorisio, Chris [mailto:ChrisSorisio@PeakTechnical.com] Sent: Thursday, August 01, 2002 2:43 PM To: Samba-L (E-mail) Subject: [Samba] Authenticate against NT Domain Group Membership Hola folks, How do I configure a share under Samba 2.2 using DOMAIN security to allow all members of a specified NT domain group access to a particular share? For example, something like: [test] comment = Test Share path = /mnt/share/test nt group = Nice-users, Wonderful Users Where Nice-users and Wonderful Users are NT domain groups? So if User X is a member of Nice-users, she would be able to access the share. Thanks, Chris -------------- next part -------------- HTML attachment scrubbed and removed