Re: [Samba] Samba 4 as member server

2013-08-06 Thread Ricky Nance
How does your /etc/krb5.conf file look? On Tue, Aug 6, 2013 at 2:21 PM, Klaus Rörig wrote: > Hi! > > Authentication works when I set 'password server = server01', but then > testparm complains: > WARNING: The setting 'security=ads' should NOT be combined with the > 'password server' parameter.

Re: [Samba] Samba 4 as member server

2013-08-06 Thread Klaus Rörig
Hi! Authentication works when I set 'password server = server01', but then testparm complains: WARNING: The setting 'security=ads' should NOT be combined with the 'password server' parameter. (by default Samba will discover the correct DC to contact automatically). But Samba doesn't. DNS is worki

Re: [Samba] Samba 4 as member server

2013-08-06 Thread steve
On Tue, 2013-08-06 at 14:34 +0200, Klaus Rörig wrote: > Hi! > > I set up s3 on the fileserver now but I cannot connect to my share. > > 'wbinfo -u' lists all user > 'wbinfo-g' lists all groups > > getent also list the queried user. > > But when I try to connect from Win7 to my s3 share, it asks

Re: [Samba] Samba 4 as member server

2013-08-06 Thread Klaus Rörig
Hi! I set up s3 on the fileserver now but I cannot connect to my share. 'wbinfo -u' lists all user 'wbinfo-g' lists all groups getent also list the queried user. But when I try to connect from Win7 to my s3 share, it asks for creds but does not accept any. I cannot see any log entries. What

Re: [Samba] Samba 4 as member server

2013-08-06 Thread steve
On Tue, 2013-08-06 at 12:36 +0200, Klaus Rörig wrote: > Hi, > > it seems that the ntvfs module is not working on Ubuntu, I get lots of > error messages about this. > I don't see Samba4 servers on network neighborhood, so users cannot > browses shares but I do see Samba3 servers, so I have to get

Re: [Samba] Samba 4 as member server

2013-08-06 Thread Klaus Rörig
Hi, it seems that the ntvfs module is not working on Ubuntu, I get lots of error messages about this. I don't see Samba4 servers on network neighborhood, so users cannot browses shares but I do see Samba3 servers, so I have to get Samba3 working with Samba4. Or I have to build Samba4 by myse

Re: [Samba] Samba 4 as member server

2013-08-06 Thread steve
On Tue, 2013-08-06 at 10:57 +0200, Klaus Rörig wrote: > OK, than I have to use the Samba 3.6 packages shipped with Ubuntu. > Anything special I have to care about? > Hi, no, but as you have only a few clients, it may be simpler to use the dc itself as file server, especially as you have specified

Re: [Samba] Samba 4 as member server

2013-08-06 Thread Klaus Rörig
OK, than I have to use the Samba 3.6 packages shipped with Ubuntu. Anything special I have to care about? Am 06.08.2013 09:33, schrieb steve: On Tue, 2013-08-06 at 09:21 +0200, Klaus Rörig wrote: But there are no smb/nmbd/winbindd binaries. Hi Oh, I see. The Ubuntu packages must only be for

Re: [Samba] Samba 4 as member server

2013-08-06 Thread steve
On Tue, 2013-08-06 at 09:21 +0200, Klaus Rörig wrote: > > But there are no smb/nmbd/winbindd binaries. Hi Oh, I see. The Ubuntu packages must only be for AD then. Sorry, I missed that you only wanted ntvfs. -- To unsubscribe from this list go to the following URL and read the instructions:

Re: [Samba] Samba 4 as member server

2013-08-06 Thread Klaus Rörig
Hi Steve, when I start samba without the 'server services' optinion I get: "At this time the 'samba' binary should only be used for either: 'server role = active directory domain controller' or to access the ntvfs file server with 'server services= +smb' oder the rpc proxy with 'dcerpc endpoi

Re: [Samba] Samba 4 as member server

2013-08-05 Thread steve
On Mon, 2013-08-05 at 22:25 +0200, Klaus Rörig wrote: > I cannot the member server working. > > My smb.conf: > Hi Leave the domain and remove the .tdb files in /var/lib/smb. Then rejoin with this: > [global] > workgroup = VERWALTUNG > security = ads > realm = VERWALTUNG

[Samba] Samba 4 as member server

2013-08-05 Thread Klaus Rörig
Hello list, I'm trying to setup a small samba4 domain ( 1 DC, 1 member server, 12 Win7 clients) on Ubuntu with the packages shipped with Ubuntu 13.04 (Samba 4.0.0), I also tried on Ubuntu 13.10 (Samba 4.0.3). DC seems to work fine, I can manage users an gpo, clients can join and logon. But I cann