[Samba] usrmgr samba 3 rc1 delete user script

2003-08-17 Thread rruegner
Update
i finally got
add user script = /usr/sbin/useradd -m %u
to work ( it was a permisson task)
delete user script = /usr/sbin/userdel -r %u
does not work anyway
log says
rpc_server/srv_samr_nt.c:_samr_unknown_2d(4291)
  _samr_unknown_2d: Not yet implemented.
as it always did since i tested samba 3
this i the very last funktion i missed
to admin samba 3 with usrmgr.it should work
before samba 3 goes to final...
i used win xp serv pack 1a german for testing as client
no problems here.
- Original Message - 
From: rruegner [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, August 17, 2003 1:07 AM
Subject: [Samba] usrmgr samba 3 rc1


Hi all,
For my long struggle to take samba working as pdc , and do admin with usrmgr
now useradd do not longer work after the update
userdelete never worked so it is yet...are ther any ideas , is there a
signifant change to the scripts ( i dont found any in the man)?
in my oppinon this is not a real release if
add user script = /usr/sbin/useradd -m %u
delete user script = /usr/sbin/userdel -r %u
do not work !
i checked several times my posted bug at bugzilla, but nothing seems to
happen, special to delete user script which i never saw working
if its invoked from usrmgr

now this works:
add group works
add user to group works
delete user from group works
add machine works

log says
[2003/08/17 01:02:30, 2] lib/access.c:check_access(324)
  Allowed connection from  (10.10.10.3)
[2003/08/17 01:02:30, 0] smbd/service.c:set_admin_user(314)
  root logged in as admin user (root privileges)
[2003/08/17 01:02:30, 2] rpc_server/srv_samr_nt.c:_samr_lookup_domain(2539)
  Returning domain sid for domain LINUX -
S-1-5-21-3599697695-4288381433-1023231007
[2003/08/17 01:02:30, 0] rpc_server/srv_samr_nt.c:_samr_unknown_2d(4291)
  _samr_unknown_2d: Not yet implemented.



here is the tested smb.conf
system ist kernel 2.4.21 suse 8.2
with ext3 acl enabled, samba bin rpm from suses ftp server under people gd

# Global parameters
[global]
netbios name = linux
large readwrite = yes
dos charset = ISO8859-15
unix charset = CP850
display charset = CP850
workgroup = LINUX
interfaces = lo, eth0
bind interfaces only = Yes
server schannel = Yes
passdb backend = smbpasswd:/etc/samba/smbpasswd, guest
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *password* %n\n *password* %n\n *changed*
username map = /etc/samba/smbusers
unix password sync = Yes
log level = 2
syslog = 0
log file = /var/log/samba/%m
name resolve order = wins bcast hosts
time server = Yes
keepalive = 255
socket options = TCP_NODELAY SO_KEEPALIVE SO_SNDBUF=8192
SO_RCVBUF=8192
load printers = No
printcap name = cups
add user script = /usr/sbin/useradd -m %u
delete user script = /usr/sbin/userdel -r %u
add group script = /usr/sbin/groupadd -r %g
delete group script = /usr/sbin/groupdel %g
add user to group script = /usr/bin/gpasswd -a %u %g
delete user from group script = /usr/bin/gpasswd -d %u %g
set primary group script = /usr/sbin/usermod -g '%g' '%u'
add machine script = /usr/sbin/useradd -g machines -c Machine -d
/dev/null -s /bin/false %u
shutdown script = /sbin/shutdown
abort shutdown script = /sbin/shutdown -c
logon script = login.bat
logon path = \\linux\profiles\%u
logon drive = Z:
logon home = \\linux\%u
domain logons = Yes
os level = 255
preferred master = Yes
domain master = Yes
wins proxy = Yes
wins support = Yes
ldap ssl = no
add share command =
/usr/share/doc/packages/samba3/examples/misc/modify_samba_config.pl
change share command =
/usr/share/doc/packages/samba3/examples/misc/modify_samba_config.pl
delete share command =
/usr/share/doc/packages/samba3/examples/misc/modify_samba_config.pl
utmp = Yes
host msdfs = Yes
idmap uid = 15000-2
 hosts allow = 127., 10.10.10.
use sendfile = Yes
veto files = /*.eml/*.nws/riched20.dll/*.{*}/
nt acl support = yes
locking = No
oplocks = No
level2 oplocks = No
posix locking = No
  admin users = root
 [homes]
comment = Home Directories
read only = No
create mask = 0640
directory mask = 0750
browseable = No
blocking locks = No
csc policy = disable
locking = No
oplocks = No
level2 oplocks = No
posix locking = No
strict locking = No
share modes = No

[netlogon]
comment = Netlogon Share
path = /var/lib/samba/netlogon
write list = root
guest ok = Yes
nt acl support = No
browseable = No
blocking locks = No
csc policy 

[Samba] folder permission tab with winxp serv pack

2003-08-17 Thread rruegner
if i create a new folder
with win xp client on samba everthing 
works going to the security permission tab
and add a domain user lets popup a new auth windows
if i make an auth as the already connected user
to that window i get message you cannot connect twice to the samba server
anyone know this issue...,
with win200 serv pack 4 this works fine
Regards
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] samba web site

2003-08-17 Thread Stéphane Purnelle
Hello,

The samba team as announced the samba 3.0.0 RC1, but the roadmap is not
updated.  is it normal ?

bye

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


[Samba] Can't map drive automatically after reboot a Windows XP

2003-08-17 Thread Power Wong
Hello, all,

I am a newbie in Linux.
My samba is running in Red Hat 7.3. A Windows XP Home edition client can map a 
Red Hat shared folder. But after reboot the XP, login with username and password (I 
have created the user account in RH), the mapped drive has a red cross appeared and 
when I double clicked it, it will ask me to enter username and password again. After 
entered, I can access the shared folder. This does not happened on another Windows XP 
Profressional client by using the same user account, it will re-connect the mapped 
drive automatically after reboot. Is it a bug of XP? Or I need to set something in the 
client?



Best regards. 

Power Wong
[EMAIL PROTECTED]
2003-08-17


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


[Samba] winbind LOGON_FAILURE

2003-08-17 Thread Shlomi Bachar
Hello,

I'm trying to setup connection between win2k server and linux using winbind 
and I get the following error:

Could not open a connection to DOMAIN_NAME for \PIPE\lsarpc 
(NT_STATUS_LOGON_FAILURE)

Were DOMAIN_NAME is the name for my domain. The command:
smbpasswd -j DOMAIN_NAME -r PDC_NAME
Succeeded ok and I got the above error while trying to run the winbindd 
daemon.

Any suggestions?

Thank you,
Shlomi Bachar
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


Re: [Samba] Samba3/OpenLDAP2.1.x Tools

2003-08-17 Thread Jim C
I too, am hopeing that rc1 has the updated IDEALX scripts.
I don't expect to be able to do much with it otherwise.
Jim C.

Benjamin Krein wrote:

I'm trying to configure a Samba3/OpenLDAP2.1.x PDC following the very
 

...

test$

PS  I'm using OpenLDAP 2.1.22, Samba3 beta2, IDEALX tools ver. 1.14,
Debian sid.
 





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


Fw: [Samba] folder permission tab with winxp serv pack

2003-08-17 Thread rruegner
i got this to work, advice is not needed anymore,
mapping between root and administrator 
in the smbusers files
caused the bug

Regards
- Original Message - 
From: rruegner [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, August 17, 2003 1:19 PM
Subject: [Samba] folder permission tab with winxp serv pack


if i create a new folder
with win xp client on samba everthing 
works going to the security permission tab
and add a domain user lets popup a new auth windows
if i make an auth as the already connected user
to that window i get message you cannot connect twice to the samba server
anyone know this issue...,
with win200 serv pack 4 this works fine
Regards 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

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


Fw: [Samba] usrmgr samba 3 rc1 delete user script update

2003-08-17 Thread rruegner
win 2000 serv pack 4 german gives the same failure
rpc_server/srv_samr_nt.c:_samr_unknown_2d(4291)
   _samr_unknown_2d: Not yet implemented.
for
delete user script = /usr/sbin/userdel -r %u
all other stuff work like charme
regards
- Original Message - 
From: rruegner [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, August 17, 2003 1:05 PM
Subject: [Samba] usrmgr samba 3 rc1 delete user script


 Update
 i finally got
 add user script = /usr/sbin/useradd -m %u
 to work ( it was a permisson task)
 delete user script = /usr/sbin/userdel -r %u
 does not work anyway
 log says
 rpc_server/srv_samr_nt.c:_samr_unknown_2d(4291)
   _samr_unknown_2d: Not yet implemented.
 as it always did since i tested samba 3
 this i the very last funktion i missed
 to admin samba 3 with usrmgr.it should work
 before samba 3 goes to final...
 i used win xp serv pack 1a german for testing as client
 no problems here.
 - Original Message - 
 From: rruegner [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, August 17, 2003 1:07 AM
 Subject: [Samba] usrmgr samba 3 rc1


 Hi all,
 For my long struggle to take samba working as pdc , and do admin with
usrmgr
 now useradd do not longer work after the update
 userdelete never worked so it is yet...are ther any ideas , is there a
 signifant change to the scripts ( i dont found any in the man)?
 in my oppinon this is not a real release if
 add user script = /usr/sbin/useradd -m %u
 delete user script = /usr/sbin/userdel -r %u
 do not work !
 i checked several times my posted bug at bugzilla, but nothing seems to
 happen, special to delete user script which i never saw working
 if its invoked from usrmgr

 now this works:
 add group works
 add user to group works
 delete user from group works
 add machine works

 log says
 [2003/08/17 01:02:30, 2] lib/access.c:check_access(324)
   Allowed connection from  (10.10.10.3)
 [2003/08/17 01:02:30, 0] smbd/service.c:set_admin_user(314)
   root logged in as admin user (root privileges)
 [2003/08/17 01:02:30, 2]
rpc_server/srv_samr_nt.c:_samr_lookup_domain(2539)
   Returning domain sid for domain LINUX -
 S-1-5-21-3599697695-4288381433-1023231007
 [2003/08/17 01:02:30, 0] rpc_server/srv_samr_nt.c:_samr_unknown_2d(4291)
   _samr_unknown_2d: Not yet implemented.



 here is the tested smb.conf
 system ist kernel 2.4.21 suse 8.2
 with ext3 acl enabled, samba bin rpm from suses ftp server under people gd

 # Global parameters
 [global]
 netbios name = linux
 large readwrite = yes
 dos charset = ISO8859-15
 unix charset = CP850
 display charset = CP850
 workgroup = LINUX
 interfaces = lo, eth0
 bind interfaces only = Yes
 server schannel = Yes
 passdb backend = smbpasswd:/etc/samba/smbpasswd, guest
 pam password change = Yes
 passwd program = /usr/bin/passwd %u
 passwd chat = *password* %n\n *password* %n\n *changed*
 username map = /etc/samba/smbusers
 unix password sync = Yes
 log level = 2
 syslog = 0
 log file = /var/log/samba/%m
 name resolve order = wins bcast hosts
 time server = Yes
 keepalive = 255
 socket options = TCP_NODELAY SO_KEEPALIVE SO_SNDBUF=8192
 SO_RCVBUF=8192
 load printers = No
 printcap name = cups
 add user script = /usr/sbin/useradd -m %u
 delete user script = /usr/sbin/userdel -r %u
 add group script = /usr/sbin/groupadd -r %g
 delete group script = /usr/sbin/groupdel %g
 add user to group script = /usr/bin/gpasswd -a %u %g
 delete user from group script = /usr/bin/gpasswd -d %u %g
 set primary group script = /usr/sbin/usermod -g '%g' '%u'
 add machine script = /usr/sbin/useradd -g machines -c Machine -d
 /dev/null -s /bin/false %u
 shutdown script = /sbin/shutdown
 abort shutdown script = /sbin/shutdown -c
 logon script = login.bat
 logon path = \\linux\profiles\%u
 logon drive = Z:
 logon home = \\linux\%u
 domain logons = Yes
 os level = 255
 preferred master = Yes
 domain master = Yes
 wins proxy = Yes
 wins support = Yes
 ldap ssl = no
 add share command =
 /usr/share/doc/packages/samba3/examples/misc/modify_samba_config.pl
 change share command =
 /usr/share/doc/packages/samba3/examples/misc/modify_samba_config.pl
 delete share command =
 /usr/share/doc/packages/samba3/examples/misc/modify_samba_config.pl
 utmp = Yes
 host msdfs = Yes
 idmap uid = 15000-2
  hosts allow = 127., 10.10.10.
 use sendfile = Yes
 veto files = /*.eml/*.nws/riched20.dll/*.{*}/
 nt acl support = yes
 locking = No
 oplocks = No
 level2 oplocks = No
 posix locking = No
   admin users = root
  [homes]
 comment = Home Directories
 read 

[Samba] power failure causes domain not found problem

2003-08-17 Thread Daryl Williams
folks, we had a stable samba (version 2.2.5) running on redhat8 providing
pdc services to a group of, primarily, windows xp pro clients. we 
experienced
a power failure and subsecuently these xp clients are complaining about a
duplicate hostname on the network and are then report that the system can
not log you on because the domain FOO is unavailable

the log.nmbd contains the following error about failing to register
the domain name:
[2003/08/17 14:11:25, 0] 
nmbd/nmbd_nameregister.c:register_name_response(109)
 register_name_response: server at IP 192.168.100.74 rejected our name 
registration of CAI00 with error code 5.
[2003/08/17 14:11:25, 0] nmbd/nmbd_workgroupdb.c:fail_register(219)
 fail_register: Failed to register name CAI00 on subnet UNICAST_SUBNET.
[2003/08/17 14:11:25, 0] nmbd/nmbd_namelistdb.c:standard_fail_register(290)
 standard_fail_register: Failed to register/refresh name CAI00 on 
subnet UNICAST_SUBNET

your experience and help would be greatly appreciated in understanding and
resolving this problem.
thanks,

daryl

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


[Samba] smbd won't run - Error message says port 139 in use

2003-08-17 Thread John M. Purser
Samba was working well but I changed the host allow section of smb.conf and
it stopped.  I changed it back and restarted and got this error message in
log.smbd

[2003/08/17 12:15:26, 0] lib/util_sock.c:open_socket_in(789)
  bind failed on port 139 socket_addr = 0.0.0.0.
  Error = Address already in use

I have a really simple smb.conf:

# Samba config file created using SWAT
# from localhost (127.0.0.1)
# Date: 2003/08/17 11:50:06

# Global parameters
[global]
workgroup = JMPURSER.NET
interfaces = eth0 192.168.1.40/24
encrypt passwords = Yes
os level = 65
preferred master = True
domain master = False
hosts allow = 192.168.1.10

[test]
comment = for testing only, please
path = /home/samba/browse
read only = No
guest ok = Yes

I'm running samba on Debian woody.  Can anyone tell me what happened or give
some trouble shooting tips on how to figure out what's going on?

Thanks,

John Purser



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


Re: [Samba] smbd won't run - Error message says port 139 in use

2003-08-17 Thread Gémes Géza
John M. Purser írta:

Samba was working well but I changed the host allow section of smb.conf and
it stopped.  I changed it back and restarted and got this error message in
log.smbd
[2003/08/17 12:15:26, 0] lib/util_sock.c:open_socket_in(789)
 bind failed on port 139 socket_addr = 0.0.0.0.
 Error = Address already in use
I have a really simple smb.conf:

# Samba config file created using SWAT
# from localhost (127.0.0.1)
# Date: 2003/08/17 11:50:06
# Global parameters
[global]
workgroup = JMPURSER.NET
interfaces = eth0 192.168.1.40/24
encrypt passwords = Yes
os level = 65
preferred master = True
domain master = False
hosts allow = 192.168.1.10
[test]
comment = for testing only, please
path = /home/samba/browse
read only = No
guest ok = Yes
I'm running samba on Debian woody.  Can anyone tell me what happened or give
some trouble shooting tips on how to figure out what's going on?
Thanks,

John Purser



 

Most probably your old samba instance is still runing, I've got somehing 
similar with apache.
Try

ps auxw | grep smbd | grep -v grep

and

ps auxw | grep nmbd | grep -v grep

it will show you if is there any instances runing, kill them and start 
samba again.

Good Luck!

Geza Gemes

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


[Samba] Re: update: Win2kPro's TCP/IP Stack is crippled!

2003-08-17 Thread Dragan Krnic
| I've been doing some testing between Windows 2000 
| Pro (SP4) and Windows 2000 Server (no SP and SP4) -- 
| specifcally testing file transfers from a Samba 
| 2.2.8a server.
.
| Samba config file changes:
|socket options = TCP_NODELAY SO_SNDBUF=65536 SO_RCVBUF=65536
|max xmit = 65536
|read size = 65536
|getwd cache = Yes
|locking = Yes
| 
| The various shares have use sendfile = yes
| 
| Initial testing shows that the Windows 2000 Server 
| stack is almost _twice_  as fast as the Windows 2000 
| Pro stack.  It's unbelievable that Microsoft would 
| cripple their product this way.

No, it's quite consistent with the commercial spirit -
more money, more power. But can you see what the 
difference in various registry settings is? E.g. how 
big the TCP packets are? 




Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re:Accessing samba share

2003-08-17 Thread Chandra Sornam
I have managed to get partial success changing global setting 
security = share in smb.conf
But now it is also asking for password on home drives. If I have the global
setting for security set to security = server then it does not ask for a
password but will no authenticate to allow access the other share.

Much appreciated for any help.

Thanks

Chandra


Hi

I have setup a Samba share in the Linux RedHat 8.0 server running samba
2.2.5 and created a user to have access to that share. So that any person
attempting to access the share via a win2k machine will access it by
providing user name and password of the share. I have tried almost
everything ie, PC guest, smbpasswd etc. but still have no success. In the
conf file I am using security = server and password server = win2k server.
I been told this is suppose to be simple to setup. I have searched the web
but haven't got far. 
Much appreciated if anyone can provide me with a sample conf file and/or
other instructions needed to get this working

Thanks

Chandra

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


[Samba] Linux, Win 2000 passwords

2003-08-17 Thread Wuren Li
Hello-
  I'm a new Samba user, and despite reading books, man files and
web pages for a couple of days, I can't get my linux and win2k
machines hooked up.  I have a Red Hat 9 machine that 'Len'
uses, and a win2k machine that 'Wendy' uses, that has internet
access.  I want want Len and Wendy to be able to copy each
other's files, and of course want the linux machine to get
internet access through the win2k machine.
  At this point, I'm having trouble with passwords.  In order
to use addsmbuser/smbpasswd, I have to first use
useradd/passwd .  However, on the Linux machine, this
would make a home directory for Wendy, which I don't
want to do.  I just want Wendy to be able to copy Len's
files.  I'm guessing that perhaps I have to have some
sort of guest acess, but I can't use smbpasswd on 'guest'.
There must be a simple solution, but I can't find it.
Please help!
  Also, for Len to access the win2k machine, he is prompted
for a username/password.  What do I do on win2k to specify
the username/password?
  Once this is set up, should I use the Red Hat 'internet
connection wizard' or settings in smb.conf to access the
internet connection on the win2k machine?
Thanks in advance for all suggestions


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: oplock problem on NTUSER.DAT (fwd)

2003-08-17 Thread Marco De Vitis
Il 30/07/2003, alle ore 1:41, Rashkae ha scritto:

 Try to veto oplocks for that file.
 In the global section of your smb.conf, add the following
 veto oplock files = /NTUSER.DAT/
 Let us know if that changes the behaviour.
 This sounds like an interseting quirk in the W2K clients.

Hi, I know I'm a bit late, but I could only try it now.
Yes, thanks, I added that option and got no oplock errors today, so
the workaround seems to work fine.

-- 
Ciao,
  Marco.

...Stupid Dream, Porcupine Tree 1999

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


[Samba] Samba 3.0.0rc1 and 2 servers - PDC and homes

2003-08-17 Thread Marlys Nelson
I have Samba 3.0.0rc1 installed on a linux server DC-01 and it's configured as 
a PDC. The only share it has is netlogon. Users are stored in an LDAP passdb.

All our users' home directories are on a second linux server, FS-01.  It's 
been joined to the domain (command sudo net join -U Administrator, which is 
the name of the root account).  And here's a snippet from it's smb.conf:

  bash-2.05$ testparm
  Processing section [homes]
  Loaded services file OK.
  Server role: ROLE_DOMAIN_MEMBER
  # Global parameters
  [global]
workgroup = CAMPUS
netbios name = FS-01
security = DOMAIN
client lanman auth = No
client plaintext auth = No
name resolve order = wins
os level = 0
preferred master = No
local master = No
domain master = No
wins server = wins.uwrf.edu
If I logon to the domain from an XP machine and pull up the 
properties|security on one of my files, it shows the following in the Group 
or user names box:
  * Group icon for Everyone
  * User? icon with a SID listed
  * Group icon with the name of my group listed

Why do I get the User? icon with the SID showing?  The SID appears to be the 
localsid for FS-01 (where the homes share is located).

From FS-01:
  bash-2.05$ sudo net getlocalsid CAMPUS
  SID for domain CAMPUS is: S-1-5-21-1347140671-2256076281-2964443892
  bash-2.05$ sudo net getlocalsid
  SID for domain FS-01 is: S-1-5-21-3124996394-1784840607-3979961563
The User? SID is S-1-5-21-3124996394-1784840607-3979961563-10808

I was expecting the User icon with my login name since this is supposed to be 
a single domain with single users/groups.  If I look at a file on 
\\DC-01\netlogon, I see my name and group.  Is there some step I've missed in 
setting up the homes server?

--
Marlys A. Nelson  Sr. Network Specialist
Information Technology Services   Network Services
University of Wisconsin - River Falls 715/425-4357
410 South Third StreetEmail: [EMAIL PROTECTED]
River Falls  WI  54022http://www.uwrf.edu/
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] smbd won't run - Error message says port 139 in use

2003-08-17 Thread Joel Hammer
Or, inetd is starting samba for you.
Joel
rOn Sun, Aug 17, 2003 at 04:08:04PM -0600, John M. Purser wrote:
 Samba was working well but I changed the host allow section of smb.conf and
 it stopped.  I changed it back and restarted and got this error message in
 log.smbd
 
 [2003/08/17 12:15:26, 0] lib/util_sock.c:open_socket_in(789)
   bind failed on port 139 socket_addr = 0.0.0.0.
   Error = Address already in use
 
 I have a really simple smb.conf:
 
 # Samba config file created using SWAT
 # from localhost (127.0.0.1)
 # Date: 2003/08/17 11:50:06
 
 # Global parameters
 [global]
   workgroup = JMPURSER.NET
   interfaces = eth0 192.168.1.40/24
   encrypt passwords = Yes
   os level = 65
   preferred master = True
   domain master = False
   hosts allow = 192.168.1.10
 
 [test]
   comment = for testing only, please
   path = /home/samba/browse
   read only = No
   guest ok = Yes
 
 I'm running samba on Debian woody.  Can anyone tell me what happened or give
 some trouble shooting tips on how to figure out what's going on?
 
 Thanks,
 
 John Purser
 
 
 
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: update: Win2kPro's TCP/IP Stack is crippled!

2003-08-17 Thread Andrew Kohlsmith
 No, it's quite consistent with the commercial spirit -
 more money, more power. But can you see what the
 difference in various registry settings is? E.g. how
 big the TCP packets are?

I have yet to do any registry hacking at Windows 2000 Server's registry, but 
the packet sizes are still small enough to fit into a single ethernet 
frame.  I'd like to see how close to wire speed I can get...  :-)

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


[Samba] Re: samba rpcclient cups problem

2003-08-17 Thread Johnny Shih
Hi guys,

Just a follow-up. The problem is caused by nss_wins.  The 
/var/log/messages shows following messages below when try to authenticate:

Aug 18 13:22:47 my-server nss_wins[600]: [2003/08/18 13:22:47, 0] 
lib/fault.c:fault_report(38)
Aug 18 13:22:47 my-server nss_wins[600]: 
===
Aug 18 13:22:47 my-server nss_wins[600]: [2003/08/18 13:22:47, 0] 
lib/fault.c:fault_report(39)
Aug 18 13:22:47 my-server nss_wins[600]:   INTERNAL ERROR: Signal 11 in 
pid 600 (2.2.8a)
Aug 18 13:22:47 my-server nss_wins[600]:   Please read the file BUGS.txt 
in the distribution
Aug 18 13:22:47 my-server nss_wins[600]: [2003/08/18 13:22:47, 0] 
lib/fault.c:fault_report(41)
Aug 18 13:22:47 my-server nss_wins[600]: 
===
Aug 18 13:22:47 my-server nss_wins[600]: [2003/08/18 13:22:47, 0] 
lib/util.c:smb_panic(1094)
Aug 18 13:22:47 my-server nss_wins[600]:   PANIC: internal error

It's on Red Hat 7.3, using Samba 2.2.8a.  I am still stuck in this, it 
looked to be WINS problem but disabling WINS in samba didn't actually 
help :(  Please help.

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


[Samba] Samba 3.0

2003-08-17 Thread Steve Jr Ramage
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I was wondering how is support for NT Style Domains doing in Samba 3.0? If I want to 
use domain level security is Active Directory Part of the Package or will NT 4.0 style 
be provided too? Also how is support for tools like Server Manager, and User Manager 
across the domain, from Windows Clients in the new version?


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (MingW32)

iD8DBQE/QFjTEK+EAP2ExcQRAnxcAJ0fHRkaPMm1iOBeZSPIT37MaQNqOACfbj/p
L7OFv7n7ae7sBzY08NsWx0Q=
=CR+Q
-END PGP SIGNATURE-


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


Re: [Samba] Samba 3.0

2003-08-17 Thread Ben Finney
Steve Jr Ramage wrote:
I was wondering how is support for NT Style Domains doing in Samba 3.0? If I want to use domain level security is Active Directory Part of the Package or will NT 4.0 style be provided too? Also how is support for tools like Server Manager, and User Manager across the domain, from Windows Clients in the new version?
AIUI, the security = ads setting (new in 3.0) specifies Active 
Directory membership, while the existing security = domain specifies 
NT4-stype domain membership.

Samba 3.0 will be able to serve as an NT4 PDC, but not (yet) an Active 
Directory DC.

(ObAnecdote: I'm successfully using a Samba 3.0.0beta2 server in 
security = domain mode, authenticating against a Win2000 Active 
Directory.  Had to get some assistance from this list, of course...)

--
Ben Finney  [EMAIL PROTECTED]
IT Technical Support Officer
Support Centre, The Muir Electrical Company
ph: +61 3 9338 4300  web: http://www.thegoodguys.com.au/
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] force security mode and file attributes

2003-08-17 Thread Dmitry Melekhov
Hello!

Could someone tell me does force security mode work only for permissions 
or it can also not allow users
to change file attributes (f.e. , to set file read-only) ?
I tried this with samba 2.2.8a and looks like force security mode 
doesn't work with file atttributes :-(
Is this bug or feature ? :-)

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


[Samba] Samba 3.0 and RedHat Linux 7.0?

2003-08-17 Thread Eddie Lania
Does the latest Samba 3.0 release still work on redHat 7.0?
I really would like to know because after downloading, compiling and
installing it, it exits on startup with the following message:

/usr/local/samba/bin/smbd: error while loading shared libraries: unexpected
reloc type 0x80

Compiled with options:
./configure --sbindir=/usr/local/samba/bin --with-logfilebase=/var/log/samba
--with-smbmount --with-pam --with-acl-support

My system: RedHat version 7.0
gcc version 2.96 2731 (Red Hat Linux 7.1 2.96-85)

Please, can somebody answer this question?


Kind regards,

Eddie Lania.




!DSPAM:3f3fe693214301232614842

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


CVS update: samba4/source

2003-08-17 Thread Jelmer Vernooij

Date:   Sun Aug 17 06:47:53 2003
Author: jelmer

Update of /home/cvs/samba4/source
In directory dp.samba.org:/tmp/cvs-serv23387

Modified Files:
autogen.sh 
Log Message:
Sync autogen.sh from samba3

Revisions:
autogen.sh  1.1.1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/autogen.sh.diff?r1=1.1.1.1r2=1.2


CVS update: samba4/source/sam

2003-08-17 Thread Jelmer Vernooij

Date:   Sun Aug 17 07:02:36 2003
Author: jelmer

Update of /home/cvs/samba4/source/sam
In directory dp.samba.org:/tmp/cvs-serv25020/sam

Removed Files:
SAM-interface_handles.txt account.c get_set_account.c 
get_set_domain.c get_set_group.c group.c gumm_tdb.c gums.c 
gums_api.c gums_helper.c interface.c sam_ads.c sam_plugin.c 
sam_skel.c 
Log Message:
Remove some obsolete files (like in samba3)


Revisions:
SAM-interface_handles.txt   1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/sam/SAM-interface_handles.txt?rev=1.1.1.1
account.c   1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/sam/account.c?rev=1.1.1.1
get_set_account.c   1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/sam/get_set_account.c?rev=1.1.1.1
get_set_domain.c1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/sam/get_set_domain.c?rev=1.1.1.1
get_set_group.c 1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/sam/get_set_group.c?rev=1.1.1.1
group.c 1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/sam/group.c?rev=1.1.1.1
gumm_tdb.c  1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/sam/gumm_tdb.c?rev=1.1.1.1
gums.c  1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/sam/gums.c?rev=1.1.1.1
gums_api.c  1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/sam/gums_api.c?rev=1.1.1.1
gums_helper.c   1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/sam/gums_helper.c?rev=1.1.1.1
interface.c 1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/sam/interface.c?rev=1.1.1.1
sam_ads.c   1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/sam/sam_ads.c?rev=1.1.1.1
sam_plugin.c1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/sam/sam_plugin.c?rev=1.1.1.1
sam_skel.c  1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/sam/sam_skel.c?rev=1.1.1.1