Displaying 4 results from an estimated 4 matches for "winbind_userinfo".
2002 Oct 10
0
Samba 2.2.6 rc2 released
...//server/share ls / on Samba and Windows 2000
10) Print error and exit if smb.conf doesn't have security=domain and
    encrypt passwords=yes when joining domain
11) Added final Steve French patch for "required" attributes with old dir
    listings
12) Initialize user_rid value in WINBIND_USERINFO structure returned by
    the rpc version of query_user()
13) Ensure we've failed a lock with a lock denied message before 
    automatically pushing it onto the blocking queue
14) Add experimental --with-sendfile code
15) alignment fix in printing code merged from HEAD
16) Merge fix for other...
2003 Dec 01
0
No subject
...} else=0A=
+						DEBUG(1,("failed to lookup_usergroups for =
%d\n",(*info)[i].user_rid));=0A=
+				} else /* force primary group */=0A=
+					(*info)[i].group_rid =3D lp_winbind_primary_group();=0A=
+			}=0A=
 		}=0A=
 =0A=
 		talloc_destroy(ctx2);=0A=
@@ -263,10 +287,12 @@=0A=
 			   WINBIND_USERINFO *user_info)=0A=
 {=0A=
 	CLI_POLICY_HND *hnd;=0A=
-	NTSTATUS result;=0A=
+	NTSTATUS result, status;=0A=
 	POLICY_HND dom_pol, user_pol;=0A=
 	BOOL got_dom_pol =3D False, got_user_pol =3D False;=0A=
 	SAM_USERINFO_CTR *ctr;=0A=
+	uint32 num_groups, i;=0A=
+	uint32 *user_gids;=0A=
 =0A=
 	/* Get sam...
2003 Sep 27
0
Samba 3(PDC) + winbind, anyone has it working ?
...).
However, after the authentication part, the nss part
fails because libnss_winbind invokes
winbindd_getpwnam("EXAMPLE\root"). The reason is shown
below. In winbnd_user.c, the relavent function is
listed below :
enum winbindd_result winbindd_getpwnam(struct
winbindd_cli_state *state)
{
	WINBIND_USERINFO user_info;
	WINBINDD_PW *pw;
	DOM_SID user_sid;
	NTSTATUS status;
	fstring name_domain, name_user;
	enum SID_NAME_USE name_type;
	struct winbindd_domain *domain;
	TALLOC_CTX *mem_ctx;
	/* Ensure null termination */
state->request.data.username[sizeof(state->request.data.username)-1]='\0...
2002 Sep 26
0
Samba-3.0alpha20 released
...NetServerEnum2 on port 445, but not on port 139
 - Fix semantics of AbortPrinter() spoolss call in server code
 - Ensure we've failed a lock with a lock denied message before 
   automatically pushing it onto the blocking queue
 - Added experimental sendfile code
 - Initialize user_rid value in WINBIND_USERINFO structure returned by
   the rpc version of query_user()
 - added gencache implementation
 - Merge the cli_shutdown change from 2_2
 - Fixes for DeletePrinterDriverEx()
 - Fixed alignment error in spoolss code
 - Changed Major/Minor version info reported to Server Manager to 4.9
 - Applied new disp...