summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_util.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-16 00:31:39 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:36 +0200
commita08e60dd2ccc5e4be5697e3215440ec0267fe586 (patch)
tree992b6b12e3c3c6fdec542b7c786c99519cfb5a0b /source3/winbindd/idmap_util.c
parent9ee31346911bb14715704a10086214b1ddc15371 (diff)
downloadsamba-a08e60dd2ccc5e4be5697e3215440ec0267fe586.tar.gz
samba-a08e60dd2ccc5e4be5697e3215440ec0267fe586.tar.bz2
samba-a08e60dd2ccc5e4be5697e3215440ec0267fe586.zip
s3:idmap: add a debug message to idmap_sid_to_uid
Diffstat (limited to 'source3/winbindd/idmap_util.c')
-rw-r--r--source3/winbindd/idmap_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/idmap_util.c b/source3/winbindd/idmap_util.c
index 906667142e..a138e8a895 100644
--- a/source3/winbindd/idmap_util.c
+++ b/source3/winbindd/idmap_util.c
@@ -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);
}