Displaying 1 result from an estimated 1 matches for "suod".
Did you mean:
sudo
2024 Jan 29
1
A computer in the Domain got stuck with and old username
...ola:/bin/bash
foo at nas> getent passwd | grep nic
WINDOM\nicola.mingotti:*:11103:10513:Nicola
Mingotti:/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:????????? f...