diff options
| author | Michael Adam <obnox@samba.org> | 2014-04-30 12:10:01 +0200 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2014-05-03 07:57:13 +0200 |
| commit | 09fbc6c085e68348c6cc6798acf44b184d7d44bc (patch) | |
| tree | 9891d5b980554c72d6ab17af85c6ba7e660944f4 /source3 | |
| parent | 1cfc02d786b2d88ed1cafc10c501d5a97f254ec2 (diff) | |
s3:passdb: fix and improve debug message in pdb_default_sid_to_id().
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3')
| -rw-r--r-- | source3/passdb/pdb_interface.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/passdb/pdb_interface.c b/source3/passdb/pdb_interface.c index a984fcb0b3..20f38efe21 100644 --- a/source3/passdb/pdb_interface.c +++ b/source3/passdb/pdb_interface.c @@ -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; |
