hi!
I've looked on the
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721514 page and
checked solution that was suggested .
adding this lines and clearing winbind cache did the trick!
idmap config * : backend = tdb
idmap config * : range = 1000000-1999999
template shell = /bin/bash
I think you can close this bug as resolved.
Thank you!
On 27.06.2017 17:55, Mathieu Parent wrote:
2017-06-27 12:01 GMT+02:00 richman10000...@gmail.com
<richman10000...@gmail.com>:
Hi!
Then I've created new server to check if it is working with domain without
out of box.
The following command worked properly: "kinit" ; "wbinfo -u ";"wbinfo -g".
But "getent passwd", "getent group" return only local data.
And I cannot open shared folder from windows machines using AD credentials.
Have you installed libpam-winbind and libnss-winbind and configured
/etc/nsswitch.conf?
Regards