Actions:
|
2023-05-05 09:46 AEST by Arthur Barrett - linux client segment fault when user is from AD/active directory
cvs ver
segment fault
Looks like it calls /lib/libnss_files.so.2 and that does not give us what we need, so then it ...
Looks like it is trying to load libnss_sss.so.2
This is /etc/nsswitch.conf
passwd: files sss
but that should have something else for active directory... |