Hi Samba users ! we set up a samba PDC with a Domain in our school net. Everything works fine and the W2k Clients are joining the domain. But some Programs are not running from the w2k box. On the lokal Machine we need an administrational account in order to install the windows programs. After I log on into the domain I can?t run the programs - it is said, that I have not the rights to access. We put a User root with the same password on our lokal Machines - and the lokal group of Administrators - but the Programs run only when I log in the lokal W2k Wks :( Please Help! Thanks a lot !!! axel
On Mon, 8 Sep 2003 axelma4@compuserve.de wrote:> Hi Samba users ! > > we set up a samba PDC with a Domain in our school net. > Everything works fine and the W2k Clients are joining the domain. > But some Programs are not running from the w2k box. > On the lokal Machine we need an administrational account in order to > install the windows programs. > After I log on into the domain I can?t run the programs - it is said, > that I have not the rights to access.You should add the "Domain Users" group for your domain in the Administrators group on your w2k client.> We put a User root with the same password on our lokal Machines - and > the lokal group of Administrators - but the Programs run only when I > log in the lokal W2k Wks :( > > Please Help! > > Thanks a lot !!!- John T. -- John H Terpstra Email: jht@samba.org
Rogério Oliveira Naressi
2003-Sep-08 18:01 UTC
RES: [Samba] Windows Progamams and Samba PDC
On Mon, 8 Sep 2003 axelma4@compuserve.de wrote:>> Hi Samba users ! >> >> we set up a samba PDC with a Domain in our school net. >> Everything works fine and the W2k Clients are joining the domain. >> But some Programs are not running from the w2k box. >> On the lokal Machine we need an administrational account in order to >> install the windows programs. >> After I log on into the domain I can?t run the programs - it is said, >> that I have not the rights to access.>You should add the "Domain Users" group for your domain in the >Administrators group on your w2k client.Dear John T. I am with the same problem, as I make to add one user of the domain in the Adminitrators group of my w2k client. I have Samba 2.2.3a-12.3. Thanks Rog?rio. Rog?rio Oliveira Naressi - email: ronaress@esalq.usp.br IPEF - Instit. de Pesq. e Est. Florestais - http://www.ipef.br Depto de Ci?nc. Florestais-ESALQ/USP - http://lcf.esalq.usp.br
Hi, you should update to samba 3, and make a group mapping from unix root group to domain administrators and local administrators i use this script i.e. #!/bin/bash net groupmap modify ntgroup="Domain Admins" unixgroup=root net groupmap modify ntgroup="Domain Users" unixgroup=users net groupmap modify ntgroup="Domain Guests" unixgroup=nobody net groupmap modify ntgroup="Administrators" unixgroup=ntadmin net groupmap modify ntgroup="Users" unixgroup=users net groupmap modify ntgroup="Guests" unixgroup=nobody net groupmap modify ntgroup="System Operators" unixgroup=sys net groupmap modify ntgroup="Account Operators" unixgroup=ntadmin net groupmap modify ntgroup="Backup Operators" unixgroup=bin net groupmap modify ntgroup="Print Operators" unixgroup=lp net groupmap modify ntgroup="Replicators" unixgroup=daemon net groupmap modify ntgroup="Power Users" unixgroup=sys then this problem is fixed Best Regards ----- Original Message ----- From: "Rog?rio Oliveira Naressi" <ronaress@esalq.usp.br> To: <samba@lists.samba.org> Sent: Monday, September 08, 2003 8:01 PM Subject: RES: [Samba] Windows Progamams and Samba PDC> On Mon, 8 Sep 2003 axelma4@compuserve.de wrote: > > >> Hi Samba users ! > >> > >> we set up a samba PDC with a Domain in our school net. > >> Everything works fine and the W2k Clients are joining the domain. > >> But some Programs are not running from the w2k box. > >> On the lokal Machine we need an administrational account in order to > >> install the windows programs. > >> After I log on into the domain I can?t run the programs - it is said, > >> that I have not the rights to access. > > >You should add the "Domain Users" group for your domain in the > >Administrators group on your w2k client. > > Dear John T. > > I am with the same problem, as I make to add one user of the domain > in the Adminitrators group of my w2k client. I have Samba 2.2.3a-12.3. > > > Thanks > > Rog?rio. > > Rog?rio Oliveira Naressi - email: ronaress@esalq.usp.br > IPEF - Instit. de Pesq. e Est. Florestais - http://www.ipef.br > Depto de Ci?nc. Florestais-ESALQ/USP - http://lcf.esalq.usp.br > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >