4
I have visited several sites in search of examples of how to make Samba4 run the domain controller service, the problem that follow in these tutorials is that I end up getting some kind of error at some stage and I do not have a return help.
Problem: After installing/configuring the Samba4 I executed the command to do the test and failed as below:
root@serverLdap:/usr/local/samba/bin# /usr/local/samba/bin/smbclient -L localhost -U Administrator
Enter Administrator's password:
tdb(/usr/local/samba/var/lock/gencache_notrans.tdb): tdb_open_ex: spinlocks no longer supported
tdb(/usr/local/samba/var/lock/gencache_notrans.tdb): tdb_open_ex: spinlocks no longer supported
tdb(/usr/local/samba/var/lock/gencache_notrans.tdb): tdb_open_ex: spinlocks no longer supported
session setup failed: NT_STATUS_CONNECTION_REFUSED
Which version of linux are you using?
– priscila
tried with debian, then with Ubuntu, the ones I have more easily
– SneepS NinjA
Managed to solve your problem?
– durtto
"To solve" the problem I could not, but I diverted the problem by making an installation following these steps from scratch https://www.youtube.com/watch?v=Rf7Hk8qWt1Q
– SneepS NinjA