Displaying 2 results from an estimated 2 matches for "cherban".
Did you mean:
chelan
2002 Dec 09
1
authentication problem with winXP
.../mnt/issis/Imagini
public = yes
guest only = yes
writable = no
printable = no
[kituri]
comment = Soft
path = /mnt/issis/Kit
public = yes
guest only = yes
writable = no
printable = no
[E$]
comment = nimic public
path = /mnt/manitu
public = no
;valid users= cherban
username = cherban
writeable = no
printable = no
[D$]
comment = nimic public
path = /mnt/issis
;valid users = cherban
username = cherban
writeable = no
printable = no
[C$]
comment = nimic public
path = /mnt/windows
;valid users = cherban
username = cherban...
2002 Nov 28
0
problem with smbc_init in libsmbclient
...len(temp) - 1] == 0x0a) /* A new line? */
temp[strlen(temp) - 1] = 0x00;
if (temp[0]) strncpy(password, temp, pwmaxlen - 1);
}
int main(int argc, char *argv[])
{
int err, fd, dh;
//char dirbuf[512];
//char *dirp;
struct stat st1, st2;
struct smbc_dirent dirp[128];
char path[]="smb://cherban/";
err = smbc_init(auth_fn, 10);
if (err < 0) {
fprintf(stderr, "Initializing the smbclient library : %s\n", strerror(errno));
}
dh=smbc_opendir(path);
if (dh <0) {
fprintf(stderr, "Could not open directory: %s: %s\n",path,strerror(errno));
exit(1);
}
/*...