search for: auth_func

Displaying 1 result from an estimated 1 matches for "auth_func".

Did you mean: auth_fn
2002 Nov 29
0
libsmbclient problem
...17.10.3 # works and lists all information I need (on both samba servers) Thanks for any help, Philipp -------------- next part -------------- #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include "libsmbclient.h" static void auth_func( char const* server, char const* share, char* workgroup, int wglen, char* username, int unlen, char* password, int pwlen ) { #if 1 printf( "need authentication: smb://%s/%s\n", server, share )...