Displaying 1 result from an estimated 1 matches for "missing_us".
Did you mean:
missing_os
2007 May 17
0
Preemptive answer on idmap error
...ections said to rejoin the domain (for me "net ads join -U
administrator"), but I don't know if this was really necessary.
Restart Samba and Winbind (service smb start, service winbind start).
I was delighted to find my missing users appear when I typed "getent passwd
| grep -i missing_user".
You should perform the additional step of verifying ownership to avoid a
call back by the user: "chown -R Domain+user /home_path/user" where + is
your Winbind separator.
I don't know what caused the initial problem (apparently the corruption of
one of the tdb files), but...