summaryrefslogtreecommitdiff
path: root/source3/groupdb
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-02-20 15:20:26 +0100
committerVolker Lendecke <vlendec@samba.org>2011-02-20 16:50:05 +0100
commitb85a323d02c69beffc9e20fc2164930cc5e91234 (patch)
treed817b6edf6761a6e2973cfbc69e0882325e8a6e0 /source3/groupdb
parente99d1de3c4fe3c1ff678270f51ef7e6d3812e878 (diff)
downloadsamba-b85a323d02c69beffc9e20fc2164930cc5e91234.tar.gz
samba-b85a323d02c69beffc9e20fc2164930cc5e91234.tar.bz2
samba-b85a323d02c69beffc9e20fc2164930cc5e91234.zip
s3: Improve a debug message, we have more than pdb_tdb.
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 20 16:50:05 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/groupdb')
-rw-r--r--source3/groupdb/mapping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/groupdb/mapping.c b/source3/groupdb/mapping.c
index 837f84a724..d76e344d37 100644
--- a/source3/groupdb/mapping.c
+++ b/source3/groupdb/mapping.c
@@ -138,7 +138,7 @@ bool get_domain_group_from_sid(struct dom_sid sid, GROUP_MAP *map)
return False;
}
- DEBUG(10, ("get_domain_group_from_sid: SID found in the TDB\n"));
+ DEBUG(10, ("get_domain_group_from_sid: SID found in passdb\n"));
/* if it's not a domain group, continue */
if (map->sid_name_use!=SID_NAME_DOM_GRP) {