Displaying 4 results from an estimated 4 matches for "smbpasschang".
Did you mean:
smbpasschange
2000 Feb 29
1
smbfs failure mounting DAVE Macintosh share
Hi,
I tried to make my Linux box smbmount a remote share originating from a
Macintosh running the commercial package DAVE 2.5. The Linux box is a RedHat 6.0
with a 2.2.14 kernel (with smbfs inserted as a module) and samba-2.0.3; the iMac
ran MacOS9.
The directory to be shared, \\akemi\archivio, contained two files, aaa and bbb.
Here's what happened:
[root@sonal ~]# smbmount
2001 Apr 30
0
Warning messages compiling --with-pam - pampass.c and pass_check.c
...-pam so I could use winbind.
During compilation, I get the following warning messages:
............
Compiling passdb/secrets.c
Compiling passdb/pass_check.c
"passdb/pass_check.c", line 671: warning: statement not reached
Compiling passdb/ldap.c
Compiling passdb/nispass.c
Compiling passdb/smbpasschange.c
Compiling passdb/tdbpass.c
Compiling passdb/pampass.c
"passdb/pampass.c", line 129: warning: initialization type mismatch
Compiling printing/pcap.c
............
In pass_check.c, I think there's a misspelling at line 668:
667 /* #ifndef HAVE_CRYPT */
668 #ifndef HAVE_CRYPT...
1999 Apr 25
0
swat: bug located
...to 'fix' this and
not knowing enough about the protocol...
web/swat.c: line 635
ret = local_password_change(user_name, False, add_user, enable_user,
disable_user, False, new_passwd, err_str, sizeof(err_str),
msg_str, sizeof(msg_str));
passdb/smbpasschange.c: line 58
BOOL local_password_change(char *user_name, BOOL trust_account, BOOL add_user,
BOOL enable_user, BOOL disable_user, BOOL set_no_password,
char *new_passwd,
char *err_str, size_t err_str_len,
char *msg_str, size_t msg_str_len)
{
struct...
1999 Apr 25
0
swat core dump and debug information
...to 'fix' this and
not knowing enough about the protocol...
web/swat.c: line 635
ret = local_password_change(user_name, False, add_user, enable_user,
disable_user, False, new_passwd, err_str, sizeof(err_str),
msg_str, sizeof(msg_str));
passdb/smbpasschange.c: line 58
BOOL local_password_change(char *user_name, BOOL trust_account, BOOL add_user,
BOOL enable_user, BOOL disable_user, BOOL set_no_password,
char *new_passwd,
char *err_str, size_t err_str_len,
char *msg_str, size_t msg_str_len)
{
struct...