mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3:idmap: add a debug message to idmap_sid_to_uid
This commit is contained in:
parent
9ee3134691
commit
a08e60dd2c
@ -188,6 +188,7 @@ backend:
|
||||
}
|
||||
|
||||
if (map.status != ID_MAPPED) {
|
||||
DEBUG(10, ("sid [%s] is not mapped\n", sid_string_dbg(sid)));
|
||||
if (winbindd_use_idmap_cache()) {
|
||||
idmap_cache_set_sid2uid(sid, -1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user