search for: getsmbpwnam

Displaying 5 results from an estimated 5 matches for "getsmbpwnam".

Did you mean: getsampwnam
2002 Nov 02
1
Unable to open passdb???
Hello, Getting this error: [2002/11/02 12:55:16, 0] passdb/pdb_smbpasswd.c:pdb_getsampwnam(1367) unable to open passdb database. [2002/11/02 12:55:16, 0] smbd/chgpasswd.c:check_oem_password(761) check_oem_password: getsmbpwnam returned NULL [2002/11/02 12:55:16, 0] passdb/passdb.c:pdb_free_sam(210) pdb_free_sam: SAM_ACCOUNT was NULL[2002/11/02 12:55:16, 0] passdb/pdb_smbpasswd.c:pdb_getsampwnam(1367) unable to open passdb database. [2002/11/02 12:55:16, 0] smbd/chgpasswd.c:check_oem_password(761) check_oem_password...
2000 Jun 29
2
passwords and NIS+
...ccess(258) Allowed connection from localhost (127.0.0.1) [2000/06/29 12:33:35, 0] passdb/nispass.c:make_sam_from_nisresult(372) make_sam_from_nisresult: NIS+ lookup failure: Database for table does not exist [2000/06/29 12:33:35, 0] smbd/chgpasswd.c:check_oem_password(638) check_oem_password: getsmbpwnam returned NULL [2000/06/29 12:33:35, 2] smbd/server.c:exit_server(408) Closing connections I'm pretty confused at this point. When it says "NIS+ lookup failure: Database for table does not exist" is it complaining it doesn't find my regular unix database (password.org_dir) - or...
1999 Apr 25
0
swat: bug located
...rr_str_len - 1, "User %s does not \ exist in system password file (usually /etc/passwd). Cannot add machine \ account without a valid system user.\n", user_name); return False; } ... *SNIP* ... Continue on line 111 /* Get the smb passwd entry for this user */ smb_pwent = getsmbpwnam(user_name); if (smb_pwent == NULL) { if(add_user == False) { slprintf(err_str, err_str_len-1, "Failed to find entry for user %s.\n", pwd->pw_name); endsmbpwent(vp); return False; } if (add_new_user(user_name, pwd->pw_uid,...
1999 Apr 25
0
swat core dump and debug information
...rr_str_len - 1, "User %s does not \ exist in system password file (usually /etc/passwd). Cannot add machine \ account without a valid system user.\n", user_name); return False; } ... *SNIP* ... Continue on line 111 /* Get the smb passwd entry for this user */ smb_pwent = getsmbpwnam(user_name); if (smb_pwent == NULL) { if(add_user == False) { slprintf(err_str, err_str_len-1, "Failed to find entry for user %s.\n", pwd->pw_name); endsmbpwent(vp); return False; } if (add_new_user(user_name, pwd->pw_uid,...
2003 Dec 30
1
Plaintext_password returned NULL
Hi all, I am sharing a directory by using SAMBA Ver. 2.2.3a on a HP-UX 11.11 for MS XP-Clients. Allthough conntecting works fine, I get the follwing log entry everytime a client connects: [2003/12/30 10:11:02, 0] smbd/chgpasswd.c:(939) check_plaintext_password: getsmbpwnam returned NULL smb.conf looks as follows: # Global parameters [global] coding system = client code page = 850 code page directory = /etc/opt/samba/codepages workgroup = WORK netbios name = SVXYZ.INTRANET.LAN.CH netbios aliases = netbios scope = server string = %h interfaces = bind in...