diff options
author | Gerald Carter <jerry@samba.org> | 2007-05-21 19:12:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:22:17 -0500 |
commit | 53719c6d7d155e6e61ee67341cbc058a3fa52295 (patch) | |
tree | a8c438429961204147134ef5c4001ce2d444c152 /source3/passdb | |
parent | 0afd56aa837527941560118d8d156032fb8a2e8d (diff) | |
download | samba-53719c6d7d155e6e61ee67341cbc058a3fa52295.tar.gz samba-53719c6d7d155e6e61ee67341cbc058a3fa52295.tar.bz2 samba-53719c6d7d155e6e61ee67341cbc058a3fa52295.zip |
r23046: Few missing merges from cleaning out the Centeris winbindd tree.
Nothing of major interest. Will fix a few problems with one way trusts.
(This used to be commit 3d48a7e72d9268fd495e0ca4b6e73bed5bb57214)
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/pdb_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_interface.c b/source3/passdb/pdb_interface.c index 819e98b38b..7f0555c991 100644 --- a/source3/passdb/pdb_interface.c +++ b/source3/passdb/pdb_interface.c @@ -1307,7 +1307,7 @@ static BOOL pdb_default_sid_to_id(struct pdb_methods *methods, goto done; } - /* check for "Unix User" */ + /* check for "Unix Group" */ if ( sid_peek_check_rid(&global_sid_Unix_Groups, sid, &rid) ) { id->gid = rid; |