This is a discussion on Re: [Samba] 2nd smb server within the Samba forums, part of the Networking and Network Related category; Hi, yes, thanks for the tip but thats what i have already done. The problem is that I can't ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
yes, thanks for the tip but thats what i have already done. The problem is that I can't see my domain groups srv001:/ # net rpc info -S SRV001 -U admin Password: Domain Name: INTERN Domain SID: S-1-5-21-3195058373-2734789582-569256879 Sequence number: 1213134789 Num users: 125 Num domain groups: 0 Num local groups: 0 Where could be the problem? "net groupmap list" shows me all my group mappings. I really don't know where to start. Please help... ----- Original Message ---- From: Adam Williams <awilliam@mdah.state.ms.us> To: Sascha <tdy_shadow@yahoo.com> Cc: samba@lists.samba.org Sent: Tuesday, June 10, 2008 4:54:46 PM Subject: Re: [Samba] 2nd smb server read chapter 7 of Samba3 By Example.pdf. it explains how to add domain member servers using NSS_LDAP and LDAP backend. no you won't need winbind. Sascha wrote: > Hi, > > i have already search for three days now but i can't find any tips. I am running a Samba PDC based on smb 3.0.23. No i want to integrate a second samba server which should serve serveral client, just to decrease the load on the pdc. This should not be a BDC, just a domain member. For user management i use openLDAP. Well, what do i need for this scenario? Do I need winbind or can i just configure the 2nd server to use the same ldap information as the pdc? > > I would be thankful if somebody could give me a hint. > > > > > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
the groups are domain groups, not local groups, so try instead of -S
SRV001 try -D INTERN Sascha wrote: > Hi, > > yes, thanks for the tip but thats what i have already done. The problem is that I can't see my domain groups > > srv001:/ # net rpc info -S SRV001 -U admin > Password: > Domain Name: INTERN > Domain SID: S-1-5-21-3195058373-2734789582-569256879 > Sequence number: 1213134789 > Num users: 125 > Num domain groups: 0 > Num local groups: 0 > > Where could be the problem? "net groupmap list" shows me all my group mappings. > > I really don't know where to start. Please help... > > ----- Original Message ---- > From: Adam Williams <awilliam@mdah.state.ms.us> > To: Sascha <tdy_shadow@yahoo.com> > Cc: samba@lists.samba.org > Sent: Tuesday, June 10, 2008 4:54:46 PM > Subject: Re: [Samba] 2nd smb server > > read chapter 7 of Samba3 By Example.pdf. it explains how to add domain > member servers using NSS_LDAP and LDAP backend. no you won't need winbind. > > Sascha wrote: > >> Hi, >> >> i have already search for three days now but i can't find any tips. I am running a Samba PDC based on smb 3.0.23. No i want to integrate a second samba server which should serve serveral client, just to decrease the load on the pdc. This should not be a BDC, just a domain member. For user management i use openLDAP. Well, what do i need for this scenario? Do I need winbind or can i just configure the 2nd server to use the same ldap information as the pdc? >> >> I would be thankful if somebody could give me a hint. >> >> >> >> >> >> > > > > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |