fixed a crash bug in the new winbindd 'sids rule!' code
authorAndrew Tridgell <tridge@samba.org>
Fri, 28 Feb 2003 06:03:35 +0000 (06:03 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 28 Feb 2003 06:03:35 +0000 (06:03 +0000)
(This used to be commit 7dfd59963dba921907893b9d1bffe797e9d8b4ad)

source3/nsswitch/winbindd_rpc.c

index 03b0a1e7063c93bf2e7a910a65dfa0ba5cdc7859..9989f27109d0ad49285b132da17e17033dd22852 100644 (file)
@@ -106,7 +106,7 @@ static NTSTATUS query_user_list(struct winbindd_domain *domain,
                           This should really be made into a 'winbind
                           force group' smb.conf parameter or
                           something like that. */
-                       (*info)[i].user_sid 
+                       (*info)[i].group_sid 
                                = rid_to_talloced_sid(domain, 
                                                      mem_ctx, 
                                                      DOMAIN_GROUP_RID_USERS);