Displaying 3 results from an estimated 3 matches for "devlucas1".
2017 Jan 05
1
Samba4 + Winbind
...wrote, perhaps my wbinfo command fails when I try to test the connectivity.
# wbinfo --ping-dc
checking the NETLOGON dc connection failed
failed to call wbcPingDc: WBC_ERR_WINBIND_NOT_AVAILABLE
Could not ping our DC
My smb.conf is now this:
# Global parameters
[global]
netbios name = DEVLUCAS1
realm = LUCAS.UFES.BR
workgroup = LUCAS
server role = active directory domain controller
winbind nss info = template
template shell = /bin/bash
template homedir = /home/%U
[netlogon]
path = /usr/local/samba/var/locks/sysvol/lucas.ufes.br/scri...
2017 Jan 04
3
Samba4 + Winbind
...make install
ln -s /usr/local/samba/lib/libnss_winbind.so.2 /lib64/libnss_winbind.so
ln -s /lib64/libnss_winbind.so /lib64/libnss_winbind.so.2
modified my nsswitch.conf
passwd: files winbind
group: files winbind
shadow: files
my smb.conf:
# Global parameters
[global]
netbios name = DEVLUCAS1
realm = LUCAS.UFES.BR
workgroup = LUCAS
server role = active directory domain controller
winbind use default domain = Yes
winbind cache time = 300
winbind reconnect delay = 30
winbind enum groups = Yes
#winbind use default domain = Ye...
2017 Jan 04
0
Samba4 + Winbind
...libnss_winbind.so
>
> ln -s /lib64/libnss_winbind.so /lib64/libnss_winbind.so.2
>
>
> modified my nsswitch.conf
>
> passwd: files winbind
> group: files winbind
> shadow: files
>
> my smb.conf:
>
> # Global parameters
> [global]
> netbios name = DEVLUCAS1
> realm = LUCAS.UFES.BR
> workgroup = LUCAS
> server role = active directory domain controller
>
> winbind use default domain = Yes
> winbind cache time = 300
> winbind reconnect delay = 30
> winbind enum groups...