search for: smb_pass

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

Did you mean: smb_passwd
2002 May 21
1
PAM/winbindd/smb_pass/pam_smb_auth/smb_ntdom to authenticate SSH
...39;t need to reauthenticate, because they've already done so with the PDC via their Windows box. Is there a way to set up PAM so that authenticated Windows users who ssh into the Linux box don't need to type a password? (This will make using CVS much easier) I have looked at winbind, pam_smb_pass, pam_smb_auth and pam_ntdom but can't seem to find any clearcut answer to this question. Any help you could give me would be most appreciated. Regards, Mitch. -- mailto:mjd@alphalink.com.au
2011 Jan 05
0
smb_pass
Samba 3.5.1, CentOS 5.5 i386 and x86_64. All users are in LDAP, except for the base system accounts with uid < 500. No local SMB passwords. Only file servers are joined to the domain (and the machine in question. below, is not one of these). I'm trying to get to grips with the pam_smbpass modulei (so that a Linux user logging in with an expired password changes their LDAP and SMB
2004 May 13
4
winbind problems with linux domain member
Hey everyone, I'm having some strange responses, and a bit of trouble with getting access to a member server on my domain. I've got Samba running on another Linux box as a PDC, and my Win2k clients can login just fine, and share between one another. The problem comes in with another Linux workstation that's setup as a member server. Here's the relevant smb.conf section from the
2003 Dec 01
0
No subject
...num_rids) { - if ((group_attrs = (uint32 *)talloc(p->mem_ctx, num_rids * sizeof(uint32))) == NULL) + if ((group_attrs = (uint32 *)talloc_zero(p->mem_ctx, num_rids * sizeof(uint32))) == NULL) return NT_STATUS_NO_MEMORY; } @@ -1476,6 +1488,7 @@ DEBUG(3,("User:[%s]\n", smb_pass->smb_name)); + ZERO_STRUCTP(id10); init_sam_user_info10(id10, smb_pass->acct_ctrl); return True; @@ -1513,6 +1526,7 @@ if (smb_pass->acct_ctrl & ACB_DISABLED) return NT_STATUS_ACCOUNT_DISABLED; + ZERO_STRUCTP(id12); init_sam_user_info12(id12, smb_pass->s...
2003 Dec 01
0
No subject
...his lead to problems? How do I resolve it? [2001/08/07 09:03:20, 1] smbd/service.c:make_connection(606) lori (192.168.1.31) connect to service sys as user lori (uid=1004, gid=100) (pid 603) [2001/08/07 09:07:27, 1] smbd/password.c:pass_check_smb(554) Couldn't find user 'nobody' in smb_passwd file. [2001/08/07 09:07:27, 1] smbd/password.c:pass_check_smb(554) Couldn't find user 'nobody' in smb_passwd file. Log Case 2: This client was having these errors repeatedly around the time of problems. [2001/08/06 14:57:03, 1] smbd/service.c:make_connection(606) jamie (192.168...