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_gid
This commit is contained in:
parent
a08e60dd2c
commit
e2968160a4
@ -261,6 +261,7 @@ backend:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (map.status != ID_MAPPED) {
|
if (map.status != ID_MAPPED) {
|
||||||
|
DEBUG(10, ("sid [%s] is not mapped\n", sid_string_dbg(sid)));
|
||||||
if (winbindd_use_idmap_cache()) {
|
if (winbindd_use_idmap_cache()) {
|
||||||
idmap_cache_set_sid2uid(sid, -1);
|
idmap_cache_set_sid2uid(sid, -1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user