s3:passdb: fix and improve debug message in pdb_default_sid_to_id().
authorMichael Adam <obnox@samba.org>
Wed, 30 Apr 2014 10:10:01 +0000 (12:10 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 3 May 2014 05:57:13 +0000 (07:57 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/passdb/pdb_interface.c

index a984fcb0b34e4d93815a6c4efa9ff025490ee527..20f38efe21b6a43b7699a92803d162cb1d767df6 100644 (file)
@@ -1524,7 +1524,8 @@ static bool pdb_default_sid_to_id(struct pdb_methods *methods,
                                ret = false;
                        }
                } else {
-                       DEBUG(5, ("SID %s is or domain, but is unmapped\n",
+                       DEBUG(5, ("SID %s belongs to our domain, but there is "
+                                 "no corresponding object in the database.\n",
                                  sid_string_dbg(sid)));
                }
                goto done;