Displaying 1 result from an estimated 1 matches for "bpfcc".
Did you mean:
bfcc
2024 Jan 29
1
A computer in the Domain got stuck with and old username
...home/WINDOM-nicola.mingotti:/bin/bash
=== WHAT I TRIED ====
1] I tried to get out from the domain and in again => not working
foo at core1> sudo net ads leave -U XXX
foo at core1> suod net ads join -U XXX
2] I tried to inspect with opensnoop what getent is looking at
$> sudo opensnoop-bpfcc
I saw some systemd got involved so i changed nsswitch.conf like this and
reboot
---- /etc/nsswitch.conf ------
passwd:???????? files winbind??? # before has also systemd
group:????????? files winbind??? # before had also systemd
shadow:???????? files
-------------------------------
After every ma...