Displaying 3 results from an estimated 3 matches for "libnnss_winbind".
Did you mean:
libnss_winbind
2017 Feb 06
2
Regular users can't log in to Samba AD DC from Windows
Hi,
I continue setting up my FreeBSD 11.0 machine with Samba 4.4.9 built
from sources. (Actually, OS type and Samba version don't matter so much,
as I have the same problem with Debian Jessie and Samba 4.5.5)
I followed the Wiki very close. Some details from provisioning:
...
Realm [RW.LAN]:
Domain [RW]:
Server Role (dc, member, standalone) [dc]:
DNS backend (SAMBA_INTERNAL,
2017 Feb 06
0
Regular users can't log in to Samba AD DC from Windows
...4.5.5)
>
> I followed the Wiki very close. Some details from provisioning:
Did you run the provision command like this:
samba-tool domain provision --use-rfc2307 --interactive
>
> [samba-share]
> path = /samba-share
> read only = no
>
Have you set up the libnnss_winbind links ?
>
> Next, I successfully joined a Windows 10 Enterprise machine and
> logged in as a domain administrator. I can access the file share,
> write to it, set Windows permissions.
>
> But when I open ADUC and click a user properties, I only have 5 tabs
> there (Environ...
2017 Feb 06
2
Regular users can't log in to Samba AD DC from Windows
...details from provisioning:
>
> Did you run the provision command like this:
>
> samba-tool domain provision --use-rfc2307 --interactive
yes
>
>>
>> [samba-share]
>> path = /samba-share
>> read only = no
>>
>
> Have you set up the libnnss_winbind links ?
yes:
ln -s /usr/local/samba/lib/nss_winbind.so.1 /usr/local/lib/nss/
ln -s /usr/local/samba/lib/nss_winbind.so.1
/usr/local/lib/nss/nss_winbind.so
ldconfig
And the nss tests as per Wiki seem to pass:
wbinfo --ping-dc
checking the NETLOGON for domain[RW] dc connection to
"samba4-p...