Hi, i've tried to configure samba 2.2.7 + winbind on a Mandrake 9.0 linux system, and all work fine, but i've only a problem: when i connect with any Windows XP Client the system ask to me the Username/password (the computer is in a NT 4 domain) and in the syslog i can see this line: rpc_client/cli_netlogon.c:cli_net_sam_logon_internal(406) cli_net_sam_logon_internal: NT_STATUS_WRONG_PASSWORD smbd/password.c:domain_client_validate(1621) domain_client_validate: unable to validate password for user Admin in domain METRO_MILANO to Domain controller *. Error was NT_STATUS_WRONG_PASSWORD. but my password is correct otherwise i can't connect to the server! Here is my smb.conf: # Samba config file created using SWAT # from 0.0.0.0 (0.0.0.0) # Date: 2003/03/28 14:54:54 # Global parameters [global] client code page = 852 workgroup = EDIZIONI_METRO netbios name = SUPPORT server string = Support Server for IT security = DOMAIN encrypt passwords = Yes update encrypted = Yes password server = * ssl CA certDir = /etc/ssl/certs log file = /var/log/samba.%m max log size = 50 domain admin group = Administrators preferred master = No dns proxy = No wins server = 192.168.10.1 winbind uid = 10000-20000 winbind gid = 10000-20000 winbind separator = + winbind use default domain = Yes [homes] comment = Home Directories read only = No browseable = No [printers] comment = All Printers path = /var/spool/samba printable = Yes browseable = No I think that is too simple configuration, and the Win NT4 and Win 2000 client appears work good! Thanks for the attention and sorry for my English. Andrea Durante Addetto ai Sistemi Informativi Edizioni Metro Srl Via della Lega Lombarda 32 00162 Roma Phone +39 06 49241215 Fax +39 06 49241271 Mob. +39 348 0169405 email: andrea.durante@metroitaly.it
I've tried now this patch, but the problem is the same! Other solution?> -----Messaggio originale----- > Da: Sascha Bieler [mailto:sascha.bieler@t-online.de] > Inviato: venerd? 28 marzo 2003 15.09 > A: Andrea Durante > Oggetto: Re: [Samba] Problem with Windows XP SP1 Client > > > Execute the Sign Or Seal Registry Patch for Windows XP, you > can find it in the > samba tarball in doc/Registry... > > Sascha > > Am Freitag, 28. M?rz 2003 15:08 schrieb Andrea Durante: > > Hi, i've tried to configure samba 2.2.7 + winbind on a Mandrake 9.0 > > linux system, and all work fine, but i've only a problem: > when i connect > > with any Windows XP Client the system ask to me the > Username/password > > (the computer is in a NT 4 domain) and in the syslog i can > see this line: > > > > rpc_client/cli_netlogon.c:cli_net_sam_logon_internal(406) > > cli_net_sam_logon_internal: NT_STATUS_WRONG_PASSWORD > > smbd/password.c:domain_client_validate(1621) > > domain_client_validate: unable to validate password for > user Admin in > > domain METRO_MILANO to Domain controller *. Error was > > NT_STATUS_WRONG_PASSWORD. > > > > but my password is correct otherwise i can't connect to the server! > > > > Here is my smb.conf: > > > > # Samba config file created using SWAT > > # from 0.0.0.0 (0.0.0.0) > > # Date: 2003/03/28 14:54:54 > > > > # Global parameters > > [global] > > client code page = 852 > > workgroup = EDIZIONI_METRO > > netbios name = SUPPORT > > server string = Support Server for IT > > security = DOMAIN > > encrypt passwords = Yes > > update encrypted = Yes > > password server = * > > ssl CA certDir = /etc/ssl/certs > > log file = /var/log/samba.%m > > max log size = 50 > > domain admin group = Administrators > > preferred master = No > > dns proxy = No > > wins server = 192.168.10.1 > > winbind uid = 10000-20000 > > winbind gid = 10000-20000 > > winbind separator = + > > winbind use default domain = Yes > > > > [homes] > > comment = Home Directories > > read only = No > > browseable = No > > > > [printers] > > comment = All Printers > > path = /var/spool/samba > > printable = Yes > > browseable = No > > > > I think that is too simple configuration, and the Win NT4 > and Win 2000 > > client appears work good! > > > > Thanks for the attention and sorry for my English. > > > > Andrea Durante > > Addetto ai Sistemi Informativi > > > > Edizioni Metro Srl > > Via della Lega Lombarda 32 > > 00162 Roma > > Phone +39 06 49241215 > > Fax +39 06 49241271 > > Mob. +39 348 0169405 > > email: andrea.durante@metroitaly.it > >
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1> Date: Fri, 28 Mar 2003 15:08:17 +0100 > From: "Andrea Durante" <andrea.durante@metroitaly.it> > To: <samba@samba.org> > Subject: [Samba] Problem with Windows XP SP1 Client > Message-ID: <6BDAA49E288C3447BF48E621080399D605B936@mail2.metroitaly.it> > Content-Type: text/plain; > charset="iso-8859-1" > MIME-Version: 1.0 > Content-Transfer-Encoding: quoted-printable > Precedence: list > Message: 6 > > Hi, i've tried to configure samba 2.2.7 + winbind on a Mandrake 9.0 > linux system, and all work fine, but i've only a problem: when i connect > with any Windows XP Client the system ask to me the Username/password=20 > (the computer is in a NT 4 domain) and in the syslog i can see this > line: > > rpc_client/cli_netlogon.c:cli_net_sam_logon_internal(406) > cli_net_sam_logon_internal: NT_STATUS_WRONG_PASSWORD > smbd/password.c:domain_client_validate(1621) > domain_client_validate: unable to validate password for user Admin in > domain METRO_MILANO > to Domain controller *. Error was NT_STATUS_WRONG_PASSWORD. > > but my password is correct otherwise i can't connect to the server!What happens with: # wbinfo -t # wbinfo -u # getent passwd # wbinfo -a user%password BTW, you may also need to apply a registry change to Windows XP: [bgmilne@bgmilne bgmilne]$ rpm -ql samba-doc|grep reg|grep XP /usr/share/doc/samba-doc-2.2.7a/docs/Registry/WinXP_SignOrSeal.reg Also, please update to 2.2.7a-8.1mdk (with MandrakeUpdate) as soon as you have it working, there is a security vulnerability in previous versions of samba.> > Here is my smb.conf: > > # Samba config file created using SWAT > # from 0.0.0.0 (0.0.0.0) > # Date: 2003/03/28 14:54:54 > > # Global parameters > [global] > client code page =3D 852 > workgroup =3D EDIZIONI_METRO > netbios name =3D SUPPORT > server string =3D Support Server for IT > security =3D DOMAIN > encrypt passwords =3D Yes > update encrypted =3D Yes > password server =3D * > ssl CA certDir =3D /etc/ssl/certs > log file =3D /var/log/samba.%m > max log size =3D 50 > domain admin group =3D Administrators > preferred master =3D No > dns proxy =3D No > wins server =3D 192.168.10.1 > winbind uid =3D 10000-20000 > winbind gid =3D 10000-20000 > winbind separator =3D + > winbind use default domain =3D Yes > > [homes] > comment =3D Home Directories > read only =3D No > browseable =3D No > > [printers] > comment =3D All Printers > path =3D /var/spool/samba > printable =3D Yes > browseable =3D No > > I think that is too simple configuration, and the Win NT4 and Win 2000 > client appears work good! > > Thanks for the attention and sorry for my English.FYI: http://ranger.dnsalias.com/mandrake/samba/Integrating%20Linux%20into%20Windows%20Networks.pdf (details on setting up winbind during install on Mandrake 9.0). Buchan - -- |--------------Another happy Mandrake Club member--------------| Buchan Milne Mechanical Engineer, Network Manager Cellphone * Work +27 82 472 2231 * +27 21 8828820x121 Stellenbosch Automotive Engineering http://www.cae.co.za GPG Key http://ranger.dnsalias.com/bgmilne.asc 1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE+iDDerJK6UGDSBKcRAmcyAJ9N6V0yBRsBrDOm9a9yzAamSWYriQCfWs7R A3Tvjaxp3q9n6SdsIf/LTAY=+IjM -----END PGP SIGNATURE-----