Hi, It is possible to login a W2000 workstation into a Samba PDC (version 2.2.6)? Can I use "logon drive" and "logon home" to mount automatically at login time for W2000? Thanks, in advance, Sincerely Peter Mann Tel. +49 0561/804-2465 University of Kassel Computer-Center Secr. +49 0561/804-2287 Moenchebergstrasse 11 Telefax +49 0561/804-2297 D-34109 Kassel / Fed.Rep. Germany E-Mail Mann@HRZ.UNI-Kassel.DE PGP Public Key: http://www.uni-kassel.de/security/pgp/pubkeys
On Fri, 2002-11-08 at 07:15, Peter Mann wrote:> Hi, > > It is possible to login a W2000 workstation into a Samba PDC (version 2.2.6)? > Can I use "logon drive" and "logon home" to mount automatically at login time > for W2000?yes that's what it's for brad
> Hi, > > It is possible to login a W2000 workstation into a Samba PDC > (version 2.2.6)?Yes, of course you can :-)>Can I use "logon drive" and "logon home" to mount > automatically at login time for W2000? >That's the main purpose of those settings :-)> Thanks, in advance, > Sincerely > > Peter Mann Tel. +49 0561/804- > 2465 University of Kassel Computer-Center Secr. +49 > 0561/804-2287 Moenchebergstrasse 11 Telefax > +49 0561/804-2297 D-34109 Kassel / Fed.Rep. Germany E-Mail > Mann@HRZ.UNI-Kassel.DE > > PGP Public Key: http://www.uni-kassel.de/security/pgp/pubkeys > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/sambaRapazito PT A Linux Newbie from Portugal linuxzito@frontnet.net
On 8 Nov 2002, Bradley W. Langhorst wrote:> On Fri, 2002-11-08 at 10:26, Peter Mann wrote: > > > > On 8 Nov 2002, Bradley W. Langhorst wrote: > > > > > On Fri, 2002-11-08 at 07:15, Peter Mann wrote: > > > > Hi, > > > > > > > > It is possible to login a W2000 workstation into a Samba PDC (version 2.2.6)? > > > > Can I use "logon drive" and "logon home" to mount automatically at login time > > > > for W2000? > > > yes that's what it's for > > > > > if I login from a NT workstation the "logon drive" will > > automatically mount, but not from a W2000 workstation. That > > is the problem. > works for me - you must have a config problem... > if you want help you have to include more information than > "it doesn't work"my important parameters in the smb.conf, I think, netbios name = HRZ-WS14 workgroup = HRZPOOL allow hosts = XXX.YYY. interfaces = XXX.YYY.ZZ.ZZ XXX.YYY.ZZ.ZZ security = user encrypt passwords = yes unix password sync = yes local master = yes domain master = yes domain admin group = root preferred master = yes domain logons = yes logon path = \\%N\profile\%U logon drive = K: logon home = \\smb-hopla1\%U !PDC and file server are different systems! logon script = logon.cmd wins server = XXX.YYY.ZZ.ZZ !wins runs on NT! #============================ Share Definitions =============================[homes] comment = Home Directories browseable = no read only = no force directory mode = 0750 directory mask = 0750 force create mode =0640 create mode = 0640 #============================ netlogon = =============================# necessary share for domain controller [netlogon] path = /usr/admin/lib/samba-2.2.6/lib public = no writeable = no browsable = no write list = root #============================ NTProfile =============================# share for storing user profile [profile] path = /home/NTprofile writeable = yes create mask = 0600 directory mask = 0700 browsable = no The samba server runs on AIX 4.3.3 (ML10) with version 2.2.6, W2000 has SP2. "net use" command manualy on W2000 works fine. Peter Mann Tel. +49 0561/804-2465 University of Kassel Computer-Center Secr. +49 0561/804-2287 Moenchebergstrasse 11 Telefax +49 0561/804-2297 D-34109 Kassel / Fed.Rep. Germany E-Mail Mann@HRZ.UNI-Kassel.DE PGP Public Key: http://www.uni-kassel.de/security/pgp/pubkeys
On Wed, 20 Nov 2002, Massimiliano Mirra wrote:> On Mon, Nov 11, 2002 at 01:02:11PM +0100, Peter Mann wrote: > > my important parameters in the smb.conf, I think, > > > > netbios name = HRZ-WS14 > > workgroup = HRZPOOL > > allow hosts = XXX.YYY. > > interfaces = XXX.YYY.ZZ.ZZ XXX.YYY.ZZ.ZZ > > security = user > > encrypt passwords = yes > > unix password sync = yes > > local master = yes > > domain master = yes > > domain admin group = root > > preferred master = yes > > domain logons = yes > > logon path = \\%N\profile\%U > > logon drive = K: > > logon home = \\smb-hopla1\%U > > > > !PDC and file server are different systems! > > > > logon script = logon.cmd > > wins server = XXX.YYY.ZZ.ZZ > > Hi, can I ask you something about your setup? You write that PDC and > file server are different systems. Does this mean that users from > clients have to tell their user name and password once to HRZ-WS14 > (PDC) and again to the smb-hopla1 (file server), or is this handled > transparently? What is the `security' parameter set to in the file > server smb.conf? > > > Massimiliano >security = user User enter the password on NT and the login is successfully and the drive is mounted, but not on W2000. On W2000 the user enter the password and the login is successfully and the drive is missing. I can mount the drive by hand on W2000 behind the login. Peter