diff options
author | Michael Adam <obnox@samba.org> | 2010-05-16 00:32:10 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:36 +0200 |
commit | e2968160a4649573e7820b72589042e4208ccee8 (patch) | |
tree | 47165f19832a89b8d5e0176f1b6d372cdbe49adf /source3/winbindd/idmap_util.c | |
parent | a08e60dd2ccc5e4be5697e3215440ec0267fe586 (diff) | |
download | samba-e2968160a4649573e7820b72589042e4208ccee8.tar.gz samba-e2968160a4649573e7820b72589042e4208ccee8.tar.xz samba-e2968160a4649573e7820b72589042e4208ccee8.zip |
s3:idmap: add a debug message to idmap_sid_to_gid
Diffstat (limited to 'source3/winbindd/idmap_util.c')
-rw-r--r-- | source3/winbindd/idmap_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/idmap_util.c b/source3/winbindd/idmap_util.c index a138e8a895..70c109a7a5 100644 --- a/source3/winbindd/idmap_util.c +++ b/source3/winbindd/idmap_util.c @@ -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); } |