Welcome to HardwareForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Windows profiles copied to the server...is that right?

 
   Hardware Problem Solving Community! (Home) -> PC Networking RSS
Next:  Add a hub to my network  
Author Message
Stephen Roach

External


Since: Aug 27, 2003
Posts: 2



(Msg. 1) Posted: Wed Aug 27, 2003 6:28 pm
Post subject: Windows profiles copied to the server...is that right?
Archived from groups: comp>sys>ibm>pc>hardware>networking (more info?)

Hi,

Well, I've just set up Samba + goodies to get my Red Hat (lisa) and WinME
(homer) boxes connected and it all seems to be going rather well...except for
one thing.

I'm not even sure if this is supposed to happen but here's the deal. First up,
my smb.conf file...

-------------------------------------------------------------------
[global]
  domain logons = yes
  encrypt passwords = yes
  log file = /var/log/samba.log
  logon drive = p:
  logon home = \\lisa\%U
  netbios name = lisa
  os level = 99
  preferred master = yes
  security = user
  socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192
SO_SNDBUF=8192
  wins support = yes
  workgroup = MYHOME

[public]
path = /usr/public
guest ok = yes
writeable = yes

[steve]
comment = "Steve's home"
path = /home/steve
valid users = steve
public = no
writable = yes
printable = no

[oracle]
comment = "Oracle's home"
path = /home/oracle
valid users = oracle
public = no
writable = yes
printable = no
----------------------------------------------------------

I have two users set up on the ME box, steve & oracle.

The first time I log in on the ME box as eith user, a whole load of stuff (I
believe is the technical term) is copied across the network to the linux home
directory of the appropriate user (e.g. Directories; Application Data, Desktop,
etc, containing what looks like user configuration data). Some of this is
updated on logout.

The question is, is this supposed to happen? I would prefer that Windows kept
its files to itself unless I explicitly copy them over but, if it really is
necessary, is it possible to direct this stuff to a sub-directory to keep it out
of the way?

If this is not a Samba question, can anyone point me at an appropriate froup.

Any scathing remarks on the content of the smb.conf file would also be
appreciated.

TIA

Steve

 >> Stay informed about: Windows profiles copied to the server...is that right? 
Back to top
Login to vote
André Franke

External


Since: Aug 26, 2003
Posts: 11



(Msg. 2) Posted: Wed Aug 27, 2003 6:28 pm
Post subject: Re: Windows profiles copied to the server...is that right? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Stephen Roach wrote:

 >
 >Hi,
 >
 >Well, I've just set up Samba + goodies to get my Red Hat (lisa) and WinME
 >(homer) boxes connected and it all seems to be going rather well...except for
 >one thing.
 >
 >I'm not even sure if this is supposed to happen but here's the deal. First up,
 >my smb.conf file...
 >
 >-------------------------------------------------------------------
 >[global]
  > domain logons = yes
  > encrypt passwords = yes
  > log file = /var/log/samba.log
  > logon drive = p:
  > logon home = \\lisa\%U
  > netbios name = lisa
  > os level = 99
  > preferred master = yes
  > security = user
  > socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192
 >SO_SNDBUF=8192
  > wins support = yes
  > workgroup = MYHOME
 >
 >[public]
 > path = /usr/public
 > guest ok = yes
 > writeable = yes
 >
 >[steve]
 > comment = "Steve's home"
 > path = /home/steve
 > valid users = steve
 > public = no
 > writable = yes
 > printable = no
 >
 >[oracle]
 > comment = "Oracle's home"
 > path = /home/oracle
 > valid users = oracle
 > public = no
 > writable = yes
 > printable = no
 >----------------------------------------------------------

Hi Steve,

I guess that is just normal since you did setup lisa as the "preferred
master". Now lisa is your primary domain controller. If lisa was a
Win2k server you would have the option to make your user profiles
server homed or client homed.
I think there is a similar option in SAMBA server too, but I'm not
really expierenced in configuring SAMBA.

regards
André

 >> Stay informed about: Windows profiles copied to the server...is that right? 
Back to top
Login to vote
Stephen Roach

External


Since: Aug 27, 2003
Posts: 2



(Msg. 3) Posted: Fri Aug 29, 2003 12:51 am
Post subject: Re: Windows profiles copied to the server...is that right? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 27 Aug 2003 13:38:09 +0200, André Franke
wrote:

 > Stephen Roach wrote:
 >
  > >
  > >Hi,
  > >
  > >Well, I've just set up Samba + goodies to get my Red Hat (lisa) and WinME
  > >(homer) boxes connected and it all seems to be going rather well...except for
  > >one thing.
  > >
  > >I'm not even sure if this is supposed to happen but here's the deal. First up,
  > >my smb.conf file...
  > >
  > >-------------------------------------------------------------------
  > >[global]
   > > domain logons = yes
   > > encrypt passwords = yes
   > > log file = /var/log/samba.log
   > > logon drive = p:
   > > logon home = \\lisa\%U
   > > netbios name = lisa
   > > os level = 99
   > > preferred master = yes
   > > security = user
   > > socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192
  > >SO_SNDBUF=8192
   > > wins support = yes
   > > workgroup = MYHOME
  > >
  > >[public]
  > > path = /usr/public
  > > guest ok = yes
  > > writeable = yes
  > >
  > >[steve]
  > > comment = "Steve's home"
  > > path = /home/steve
  > > valid users = steve
  > > public = no
  > > writable = yes
  > > printable = no
  > >
  > >[oracle]
  > > comment = "Oracle's home"
  > > path = /home/oracle
  > > valid users = oracle
  > > public = no
  > > writable = yes
  > > printable = no
  > >----------------------------------------------------------
 >
 > Hi Steve,
 >
 > I guess that is just normal since you did setup lisa as the "preferred
 > master". Now lisa is your primary domain controller. If lisa was a
 > Win2k server you would have the option to make your user profiles
 > server homed or client homed.
 > I think there is a similar option in SAMBA server too, but I'm not
 > really expierenced in configuring SAMBA.
 >
 > regards
 > André

Thanks for that. I've had a look at the smb.conf parameters and nothing seems
appropriate. I'll ask in a Linux froup.

Cheers
 >> Stay informed about: Windows profiles copied to the server...is that right? 
Back to top
Login to vote
Display posts from previous:   
   Hardware Problem Solving Community! (Home) -> PC Networking All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]