[Samba] Problems com password in win2k

2004-09-09 Thread Fernando
I have a problem with password in win2k clients
Samba run in a HP-UX version 11.11

I connect  to a server, map the drive, and give to me to put a login and a
password,
but when i reboot the client machine, give me again the login and password.

I would like to stop the give to me a login and a password when i reboot the
client machine.


smb.conf:

#=== Global Settings
=
[global]
   netbios name = l1000
   workgroup = micromidia
   server string = Samba Server
   log file = /var/opt/samba/log.%m
   max log size = 1000
   security = share
   password server =
   encrypt passwords = no
   socket options = TCP_NODELAY
   local master = no
   preserve case = yes
   short preserve case = no
   dos filetime resolution = yes
   read only = no
   syslog = 0

# Share Definitions
==
[tmp]
 comment = teste do samba share
 path = /tmp
 browseable = yes
 writeable = yes


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


Re: [Samba] Problems com password in win2k

2004-09-09 Thread Christian Merrill
Fernando wrote:
I have a problem with password in win2k clients
Samba run in a HP-UX version 11.11
I connect  to a server, map the drive, and give to me to put a login and a
password,
but when i reboot the client machine, give me again the login and password.
I would like to stop the give to me a login and a password when i reboot the
client machine.
smb.conf:
#=== Global Settings
=
[global]
  netbios name = l1000
  workgroup = micromidia
  server string = Samba Server
  log file = /var/opt/samba/log.%m
  max log size = 1000
  security = share
  password server =
  encrypt passwords = no
  socket options = TCP_NODELAY
  local master = no
  preserve case = yes
  short preserve case = no
  dos filetime resolution = yes
  read only = no
  syslog = 0
# Share Definitions
==
[tmp]
comment = teste do samba share
path = /tmp
browseable = yes
writeable = yes
 

h does adding guest ok = Yes in the [tmp] share help at all?
Christian
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba