Re: [Samba] authenticate from /etc/passwd

2003-07-17 Thread Thilo Roessler
 I want my samba to authenticate users from UNIX /etc/passwd instead of
 smbpasswd file when they access the samba shares from win2k. What parameter
 should I define to make it happen.

This will not work due to the fact that windows and unix (/etc/passwd) store 
passwords in different ways ... that is the reason why smbpasswd exists.

Thilo
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] authenticate from /etc/passwd

2003-07-17 Thread kenneth . westelinck
You'll need to set encrypt passwords option to no in the smb.conf file
and hack your win2k client to send passwords in plain text (Local Security
Settings/Local Policies/Security Options/Send unencrypted password ...).
I'm not sure if this is wat you want. You can keep /etc/passwd en smbpasswd
in sync using the unix password sync = yes option.

-- Origineel Bericht --
From: samba [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Thu, 17 Jul 2003 14:06:12 +0500
Subject: [Samba] authenticate from /etc/passwd


Hi All,

I want my samba to authenticate users from UNIX /etc/passwd instead of
smbpasswd file when they access the samba shares from win2k. What parameter

should I define to make it happen.

Sincerely,

Sohail
--
To unsubscribe from this
ist go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba




Solden Tiscali ADSL : 27,50 euro/maand tot eind 2003.
U bent veel betalen niet meer gewoon!
Meer info? Klik hier... http://reg.tiscali.be/default.asp?lg=nl



--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] authenticate from /etc/passwd

2003-07-17 Thread Thilo Rößler
Am Donnerstag, 17. Juli 2003 12:32 schrieb [EMAIL PROTECTED]:
 You'll need to set encrypt passwords option to no in the smb.conf file
 and hack your win2k client to send passwords in plain text (Local Security
 Settings/Local Policies/Security Options/Send unencrypted password ...).

OK, didn't think of that ;-)
But I am not sure if Win2k is willing to cooperate with a server that does NOT 
offer encrypted passwords. AFAIK, WinNT does but 2k and XP only acept servers 
that at least offer encrypted passwords.

Thilo
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] authenticate from /etc/passwd

2003-07-17 Thread kenneth . westelinck
I'm sending you this mail from a win2000 and my server at home is running
the latest version from samba without encrypted passwords. Works like a
charm ;)

-- Origineel Bericht --
From: Thilo Rößler [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Thu, 17 Jul 2003 13:00:51 +0200
Subject: Re: [Samba] authenticate from /etc/passwd


Am Donnerstag, 17. Juli 2003 12:32 schrieb [EMAIL PROTECTED]:
 You'll need to set encrypt passwords option to no in the smb.conf
file
 and hack your win2k client to send passwords in plain text (Local Security
 Settings/Local Poli
ies/Security Options/Send unencrypted password ...).

OK, didn't think of that ;-)
But I am not sure if Win2k is willing to cooperate with a server that does
NOT
offer encrypted passwords. AFAIK, WinNT does but 2k and XP only acept servers

that
t least offer encrypted passwords.

Thilo
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba




Solden Tiscali ADSL : 27,50 euro/maand tot eind 2003.
U bent veel betalen niet meer gewoon!
Meer info? Klik hier... http://reg.tiscali.be/default.asp?lg=nl



--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] authenticate from /etc/passwd

2003-07-17 Thread Steve Waltner
For easy reference, the registry changes are as follows. Just put the  
listed information into the filenames listed and open the file on each  
client system allowing RegEdit to make the registry changes. You will  
need to reboot to pickup the changes. After doing this, you will be  
able to authenticate from the UNIX password information. The Windows  
system will always prompt for the password for the share even if your  
password matches because the password is being sent in cleartext across  
the wire.

windows95.reg

REGEDIT4
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP]

EnablePlainTextPassword=dword:0001

windowsnt.reg

REGEDIT4
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Rdr\Parameters]

EnablePlainTextPassword=dword:0001

windows2k.reg (also XP and 2003)

REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\ 
parameters]

EnablePlainTextPassword=dword:0001

Steve

On Thursday, July 17, 2003, at 05:32 AM, [EMAIL PROTECTED]  
wrote:
You'll need to set encrypt passwords option to no in the smb.conf  
file
and hack your win2k client to send passwords in plain text (Local  
Security
Settings/Local Policies/Security Options/Send unencrypted password  
...).
I'm not sure if this is wat you want. You can keep /etc/passwd en  
smbpasswd
in sync using the unix password sync = yes option.

-- Origineel Bericht --
From: samba [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Thu, 17 Jul 2003 14:06:12 +0500
Subject: [Samba] authenticate from /etc/passwd
Hi All,
I want my samba to authenticate users from UNIX /etc/passwd instead of
smbpasswd file when they access the samba shares from win2k. What  
parameter

should I define to make it happen.

Sincerely,

Sohail
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba