1
0
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:
Michael Adam 2010-05-16 00:31:39 +02:00
parent 9ee3134691
commit a08e60dd2c

View File

@ -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);
}