diff options
author | Michael Adam <obnox@samba.org> | 2010-05-16 00:31:39 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:36 +0200 |
commit | a08e60dd2ccc5e4be5697e3215440ec0267fe586 (patch) | |
tree | 992b6b12e3c3c6fdec542b7c786c99519cfb5a0b | |
parent | 9ee31346911bb14715704a10086214b1ddc15371 (diff) | |
download | samba-a08e60dd2ccc5e4be5697e3215440ec0267fe586.tar.gz samba-a08e60dd2ccc5e4be5697e3215440ec0267fe586.tar.bz2 samba-a08e60dd2ccc5e4be5697e3215440ec0267fe586.zip |
s3:idmap: add a debug message to idmap_sid_to_uid
-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 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); } |