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_gid

This commit is contained in:
Michael Adam 2010-05-16 00:32:10 +02:00
parent a08e60dd2c
commit e2968160a4

View File

@ -261,6 +261,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);
}