>I think your problem is being caused by the OS not knowing your users >and groups, have a look here:>https://wiki.samba.org/index.php/Configuring_Winbindd_on_a_Samba_AD_DCI will look into that, cheers!>But before you do that, UPGRADE your Samba version. I said that there >have been a lot of improvements, one of them is the 'winbind' built >into the 'samba' binary has been replaced by the same separate'>winbindd' binary used on a domain member, this by its self is worth>upgrading for.>RowlandWould you advise to start new again or do an upgrade, respecting the current config and Active Directory? Cheers, BC
On Sun, 5 Mar 2017 15:47:21 +0100 Bart Coninckx <info at bitsandtricks.com> wrote:> Would you advise to start new again or do an upgrade, respecting the > current config and Active Directory?Either is a possibility, but, if you are only running a test domain, then starting anew is probably the easiest way. If you do upgrade, do it like this: download and unpack the new tarball then run configure: ./configure Then compile it: make Stop Samba Install the new packages: make install Start Samba I would also check here (whichever way you decide to go): https://wiki.samba.org/index.php/Samba_Dependencies_Required_to_Build_Samba#Red_Hat_Enterprise_Linux_.2F_CentOS_.2F_Scientific_Linux There are dependencies show there that are not on the howto you posted. Rowland
Am 05.03.2017 um 15:47 schrieb Bart Coninckx via samba:>> I think your problem is being caused by the OS not knowing your users >> and groups, have a look here: > >> https://wiki.samba.org/index.php/Configuring_Winbindd_on_a_Samba_AD_DC > > I will look into that, cheers! > >> But before you do that, UPGRADE your Samba version. I said that there >> have been a lot of improvements, one of them is the 'winbind' built >> into the 'samba' binary has been replaced by the same separate > '>winbindd' binary used on a domain member, this by its self is worth >> upgrading for. > > Would you advise to start new again or do an upgrade, respecting the current config and Active Directory?as you currently don't have a working as desired setup i would start from scratch because you can't distinct between probably upgrade related problems and others in your current state normally purge the configs and *also* "/var/lib/samba" which contans all the databases should bring you in a state like nothing tried before
On Sun, 5 Mar 2017 16:04:10 +0100 Reindl Harald via samba <samba at lists.samba.org> wrote:> as you currently don't have a working as desired setup i would start > from scratch because you can't distinct between probably upgrade > related problems and others in your current stateThe OP does have a working setup, it just isn't working as he expected, probably because he hasn't set up libnss_winbind.> > normally purge the configs and *also* "/var/lib/samba" which contans > all the databases should bring you in a state like nothing tried > beforeThat will not work, mostly because the OP compiled Samba into the default location '/usr/local/samba' Rowland