similar to: Latest windows patches have screwed up samba

Displaying 20 results from an estimated 2000 matches similar to: "Latest windows patches have screwed up samba"

2004 Jun 07
1
not able to change passwd
Hello, Sorry to have posted in the wrong thread, resending the email. We have a samba domain and now some of the users from WINDOWS 2000 Pro are unable to change their password, below is the error : They are able to login without any problems. pdb_free_sam: SAM_ACCOUNT was NULL [2004/06/07 13:52:29, 0] smbd/chgpasswd.c:check_oem_password(817) check_oem_password: incorrect password length
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]
2004 Aug 03
1
smbpasswd error
Hi Samba people I saw this as a problem in the archives about a month ago but no solution ? I'm running samba 2.2.10 on Solaris 8. We have a script to replace /usr/bin/passwd which changes the NIS passwd and then uses smbpasswd to change the user's smb password to the same thing. Some users are getting : NIS password changed for diane on cauchy machine 127.0.0.1 rejected the password
2003 Jan 20
1
LDAP PDC, net rpc vampire
still digging at this: [2003/01/20 14:26:38, 2] passdb/pdb_ldap.c:ldapsam_connect_system(421) ldap_connect_system: succesful connection to the LDAP server [2003/01/20 14:26:38, 4] passdb/pdb_ldap.c:ldapsam_open(472) The LDAP server is succesful connected [2003/01/20 14:26:38, 4] passdb/pdb_ldap.c:ldapsam_getsampwnam(1573) We don't find this user [Administrator] count=0 [2003/01/20
2006 Jan 11
2
Changing file permissions in Windows XP with a samba PDC
Question about changing file permissions in Windows XP when running samba as a PDC. If you hit Properties and go to the security tab, instead of listing the proper group/user names it lists the full SID. Is there a way to get Windows XP to map these to the proper user/group names? I am using LDAP as a backend with Samba. Thanks. -- James
2004 Jan 02
6
XP Pro client cannot access stand-alone linux samba server
Hi, I am trying to set up my internet connection sharing linux box as a stand-alone samba server. When i try to access the server from a Windows XP Pro client using \\192.168.0.1 i get a dialog box asking for a username and password. I duly enter this and the dialog box immediately re-appears without connecting me to the share. There exists both a samba and linux account with the same
2005 Mar 04
3
Extremely slow during browsing some directories
hi, I am quite new on using Samba and sorry maybe ask a silly question here. I set up simple Samba server on Fedora3 using the samba rpm package comes with fedora3( version 3.0.10-1.fc3). I use the SHARE security level to make things easier. Everything goes fine so far, except that for some windows user, some times, on browsing some directories, it takes extremely long time to display the
2004 Jan 30
0
[PATCH] Group mapping primary group SID update
Hi all ! This is a patch for Group mapping bug #1 reported here : http://lists.samba.org/archive/samba-technical/2004-January/034057.html It activates users' primary group SID update when adding/modifying/deleting a group mapping. It patches utils/net_groupmap.c (net_groupmap_add, net_groupmap_modify, net_groupmap_delete) and can be applied to samba-3.0.2rc1. net_groupmap_add : Scan users
2004 Feb 04
1
particular problem
Hello to everyone, my problem to many of you will be quite simple to others quite hard (like me) I have had no previous experience with webmin of samba so im kinda new to this. My problem is that everytime i access my samba share (on my debian system) on windows and want to either play an mp3 or watch a film or get some college work, Windows Xp pro freezes the hell out of my computer. I am
2005 Mar 17
0
usrmgr.exe and problems
Hello! Jerry you are right about script and permissions! I'm looking again to usrmgr.exe and has corrected most of the problems of which I spoke earlier This patch is corrected most problems, but i can't fixed, current moment, problems where "not root" create "global group" ... sorry :( This patch not create security holes and another holes ... :) I'm testing
2003 May 05
6
Multiple Printers on LPT
Hi I have a RH7.2 server with 3 x LPT ports I have installed the following printers using the GUI printconfig Lp0 = HP1200 Lp1 = OKI320 Lp2 = OKI321 I have shared them via samba I can browse them using WinXP & Win2K by browsing the Linux box, looking at the printers and double clicking to open them, all is OK you would say, No. I have checked permissions on the /var/lpd directories and
2004 Mar 15
0
join domain without root
Dear Samba gurus, I am still using Samba 2.2.8a; I have not seen an announcement that this issue would be fixed in 3.0.2; all that follows refers to 2.2.8a. Quoting from Samba-PDC-HOWTO.html (or Samba-HOWTO-Collection.html): Joining the Client to the Domain Windows 2000 ... Windows prompts for an account and password that is privileged to join the domain. A Samba administrative
2005 May 11
1
SV: Error with usrmgr and groups.
It's exactly the same. Except that I use tdbsam instead of ldap and the error message therefore also is different in the log file. But the example and result is the same. Do you have any idea of workaround or fix? Cheers, Joel -----Ursprungligt meddelande----- Fr?n: Doug Campbell [mailto:doug@bpta.net] Skickat: den 11 maj 2005 10:49 Till: Joel Larsson, PF, Posten; samba@lists.samba.org
2002 Mar 15
0
logon home with ldap under win98
Hello, I hope this is the correct place for this mail... I have found that samba-2.2.3a (--with-ldapsam) gives the correct logon home for win2k, but not for win98. Obviously the two systems request the information in a different way. For win98 machines, in lanman.c, the information is taken only from smb.conf, and not from ldap (or other backends). I have attached a small patch that yields
2003 Jan 21
2
sort-of fix for net rpc vampire account creation
This patch allows net rpc vampire to create accounts in the same way that smbpasswd does, i.e. it will attempt to use the appropriate account creation function for the backend in use. From reading the comments on the top of the local_password_change function, either I shouldn't be going this route or local_password_change is due for some sort of change in status. The only major caveat I've
2004 Nov 04
2
Doubt about samba
Hello, Are there kernel loadable modules in samba for linux? If so any idea what they do? Because after I load my module samba stops working. Anoop ===== Anoop M Pudhukode 40 W. 26th Pl,#203 San Mateo, CA 94403 408 839 6211(C) __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2003 Dec 30
1
Access denied, unable to connect to my printer
Hello: I have a printer set-up and working correctly on my Linux machine running Fedora Core 1. It is set up as a local printer called printer. I set it up thru the graphical printer configuration utility. I am trying to set it up as a network printer from my Windows XP machine using Samba. Here are the lines in my smb.conf file: [global] encrypt passwords = yes socket options
2003 Oct 24
14
Network path not found
Hi group I have been toying with samaba for a while now and I only manage to get it to work haphasardly. The problem I have is I cannot see the shares i have created on the Samba machine, I get a Network path not found message. Here is what I have so far: 1. Samba installed and running. Share have been created. Samba macchine is named Linux 2. On the samba machine, smbclient -L Linux
2004 Mar 30
1
Need Samba 3.0.0 help
Hello all.... I need help and I'm just about at my wits end. First let me state that I can not give logfiles in email since the Samba servers are on the secure side of my world and contain sensitive information. If by my stating my problem, I am hoping that someone will point me in certain directions that I have not tried. We have two samba servers on our site. Both are running Samba 3.0.0.
2004 May 04
5
Microsoft hotfix MS04-011, breaks Samba password change.
Hi all, I wanted to give an update on this as I know this MS Hotfix is critical and must be applied to protect against the (latest) Microsoft worm. I think I've found the problem in the code, and am currently testing a fix for this (not in the release to others to test stage yet). As soon as I'm reasonably confident I'll put a patch out there for others to test, and we'll