This is a discussion on Re: [Samba] 2nd smb server within the Samba forums, part of the Networking and Network Related category; > ----- Original Message ---- > From: Adam Williams <awilliam@mdah.state.ms.us> > To: Sascha <tdy_shadow@yahoo....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> ----- Original Message ----
> From: Adam Williams <awilliam@mdah.state.ms.us> > To: Sascha <tdy_shadow@yahoo.com> > Cc: samba@lists.samba.org > Sent: Wednesday, June 11, 2008 9:46:18 PM > Subject: Re: [Samba] 2nd smb server > > the groups are domain groups, not local groups, so try instead of -S SRV001 try -D INTERN same here srv001:/ # net rpc info -S NORDENHAM -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 Don't know where to look. Everything seems to work fine on the pdc. except that I can't see the domain groups. getent and groupmap list work quite fine. But the net rpc command won't work. wbinfo -g on the domain member server also won't work. Instead wbinfo -u returns all domain members. First I thought it's a problem with my ldap attrs but i have a variable called sambaGroupType with a value of 2. I really don't know where to look. I think its a problem with my config. [global] workgroup = INTERN netbios name = SRV001 name resolve order = wins hosts bcast wins proxy = yes wins support = yes time server = yes unix charset = ISO8859-1 display charset = ISO8859-1 dos charset = CP850 load printers = no show add printer wizard = no case sensitive = no getwd cache = yes use sendfile = no deadtime = 15 max open files = 100000 hide files = desktop.ini guest ok = yes os level = 99 preferred master = yes local master = no domain master = no domain logons = no admin users = root, "@Domain Admins" ldap admin dn = cn=Manager,dc=test01,dc=intern ldap ssl = start_tls ldap delete dn = no ldap suffix = ou=SAM,dc=test01,dc=intern ldap user suffix = ou=Workers,ou=People ldap group suffix = ou=Groups ldap machine suffix = ou=Machines ldap passwd sync = yes pam password change = yes security = users passdb backend = ldapsam:ldap://ldap001.domain.intern encrypt passwords = yes log file = /var/log/samba/log.%m log level = 1 vfs:2 debug pid = yes max log size = 20480 interfaces = eth0 lo bind interfaces only = yes hosts allow = 127.0.0.1 192.168.1.0/255.255.255.0 hosts deny = 0.0.0.0/0 map acl inherit = yes logon drive = I: logon path = \\%N\%U\.profile logon script = %U.bat -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |