Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,970
Widok
0
02/09/2015 9:04 am
Topic starter
winbinddconnectionsKinit failed: Preauthentication failed, NT_STATUS_ACCESS_DENIED
1 Answer
0
02/09/2015 9:07 am
Topic starter
Edit /etc/nsswitch.conf and add winbind object
1 2 3 |
passwd: compat winbind group: compat winbind shadow: compat |
passwd: compat winbind group: compat winbind shadow: compat
Set Permissions so the proxy user account can read /var/run/samba/winbindd_privileged.
1 2 3 |
gpasswd -a proxy winbindd_priv net ads join -U Administrator wbinfo -t |
gpasswd -a proxy winbindd_priv net ads join -U Administrator wbinfo -t