[Samba] File Sharing(Write Accress) Across WANS

2004-04-16 Thread Ow Mun Heng
Hi Guys,

I would like to implement File Sharing in a WAN environment, however
there are
some issues which I can't figure out.

1. Users are distributed across 3 countries. 
   (Server is physically located in CountryA)
2. Logins are different across all 3 countries. 
   a) They are logging into different domains. 
eg: DomA; DomB; DomC etc
3. My File Share is running Samba 2.2.7
4. Local UserA(CountryA/DomA) accessing the Samba Share
   has Write/Read Access using a username/password
   combo(same as their Local Windows domain user/pass) 
   which is entered into the local Linux system (both in 
   /etc/passwd and smbpasswd file)
5. When UserA goes to CountryB, they login as UserA/DomA
   however, going to the share folder of the samba server,
   they are not granted Write Access. Only Read. Why is that?
6. 2nd Item. I would also like to permit UserB/DomB(From CountryB)
   to have read/write access to files in the server. I think
   if Item 5 above can be solved, item 6 would be no problem.

Appreciate if there are some inputs in this. Otherwise, the Boss
will want to migrate the Linux server to a Windows based one.
Now, we certainly don't want that to happen right???
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] How do I add accounts when using ldap authentication?

2004-04-16 Thread Jérôme Tournier
Le Thu, Apr 15, 2004 at 06:14:41PM -0700, K. Richard Pixley a ecrit:
 ldap user suffix = ou=People,dc=isw1,dc=symbol,dc=com
 ldap group suffix = ou=Groups,dc=isw1,dc=symbol,dc=com
 ldap machine suffix = ou=Computers,dc=isw1,dc=symbol,dc=com
 ldap suffix = dc=isw1,dc=symbol,dc=com
 ldap filter = ((uid=%u)(objectclass=sambaSamAccount))
 ldap passwd sync = yes
 Anyone see an obvious flaw in what I'm doing?  Or can anyone point me
 toward clarifying doc?  (most of this comes from the howto).
ldap user suffix, ldap group suffix and ldap machine suffix must not
have the suffix extension. And i think it is recommanded to comment the
ldap filter directive. You must then have:

 ldap suffix = dc=isw1,dc=symbol,dc=com
 ldap user suffix = ou=People
 ldap group suffix = ou=Groups
 ldap machine suffix = ou=Computers
 # ldap filter = ((uid=%u)(objectclass=sambaSamAccount))
-- 
Jérôme
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] File Sharing(Write Accress) Across WANS

2004-04-16 Thread RRuegner
Ow Mun Heng schrieb:

Hi Guys,

I would like to implement File Sharing in a WAN environment, however
there are
some issues which I can't figure out.
1. Users are distributed across 3 countries. 
   (Server is physically located in CountryA)
2. Logins are different across all 3 countries. 
   a) They are logging into different domains. 
	eg: DomA; DomB; DomC etc
3. My File Share is running Samba 2.2.7
4. Local UserA(CountryA/DomA) accessing the Samba Share
   has Write/Read Access using a username/password
   combo(same as their Local Windows domain user/pass) 
   which is entered into the local Linux system (both in 
   /etc/passwd and smbpasswd file)
5. When UserA goes to CountryB, they login as UserA/DomA
   however, going to the share folder of the samba server,
   they are not granted Write Access. Only Read. Why is that?
6. 2nd Item. I would also like to permit UserB/DomB(From CountryB)
   to have read/write access to files in the server. I think
   if Item 5 above can be solved, item 6 would be no problem.

Appreciate if there are some inputs in this. Otherwise, the Boss
will want to migrate the Linux server to a Windows based one.
Now, we certainly don't want that to happen right???
Hi, this is no problem, but if you wanna use samba, you have to build a 
tunnel through the web, then you have to decide if you want every
country having his own smb domain so you have to build
this and afterwards make trusts each other,
or if you want to have only one domain you should setup one master smb 
ldap and setup smb bdcs in the other locations.
I have this setup running fine, but it depends to your needs if samba is 
the right thing for you , there are ather methods sharing files over the 
web such like https webdav , or sftp etc
after all you should upgrade to the latest samba version
Regards
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba3.xx -Stand alone on Solaris 8 machines: XP-Clientsin an Act iveDirectory Domain cannot connect the shares

2004-04-16 Thread Goetz, Hans-Juergen
Hello,

migrating from Samba2.2.8 to 3.0.2a we found out that changing the
encryption-method on the Linux-Servers from DES to MD5 solved the connecting
problem of the XP-Clients under ActiveDirectory.

Now there are the Unix-Servers with Solaris8 left to migrate. As far as we
know there is no option to change from DES to MD5.
Does anybody have an idea how the XP-clients could connect to the
Samba-shares on the Solaris8-Server and wether it is absolutely necessary to
change the encryption method?

Kind regards
 

Hans-Jürgen Götz
Bibliotheksservice-Zentrum Baden-Württemberg
Tel.: 07531 88 4532
FAX : 07531 88 3703 

mailto:[EMAIL PROTECTED]
http://www.bsz-bw.de
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Upgraded to 3.0.2a but...

2004-04-16 Thread Mike Stewart
Thanks again Daniel,

Yes, I edited rc.samba to point to the new files, still told me I was
running 2.2.8a !

I didn't know there was a make uninstall, I'll run that now.  I'll read
through the configure file to see if I can modify it myself (I suppose I
could compare it to the configure file originally used for my 2.2.8a) and if
I can get my head around it I'll try it - failing that I'll wait for a
Slackware package to turn up.

Many thanks

Mike

- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, April 15, 2004 5:52 PM
Subject: RE: [Samba] Upgraded to 3.0.2a but...


  Seems that the 3.0.2a installation put most of the files in different
  directories from the original 2.2.8a (which came bundled with this
  slackware 8).

 This can be changed with --prefix statements in your ./configure step,
 if you want something other than /usr/local.  Alternatively, you can
 look for a Samba 3.0.2a Slackware package to upgrade to, which should
 have all the ./configure stuff already set up similarly to how it was in
 2.2.8a.

  The rc.samba file would not start nmbd or smbd and I couldn't manually
  start
  them from anywhere except when I went right into the
 /usr/local/samba/sbin
  directory !

 Did it install new startup scripts under the /usr/local/ tree?

  When I did start them I was still being told I was running
  Samba 2.2.8a.

 This is after updating the rc.samba file to point to the new samba3
 binaries?

  Thanks also for reminding be where swat was called from :-)  Doesn't
 seem
  to
  be a chkconfig here.

 Chkconfig is more or less a tool to create the symlinks from rc5.d (or
 whichever runlevel) to the appropriate rc.d scripts.  You could do much
 of the same things yourself with ln -s, but if those scripts don't start
 up the correct samba version anyway, it won't help you.

  As it was causing me problems and I'm new to Linux/Samba I've just
  reverted
  back to 2.2.8a.  All seems to be running Ok, just wish there was some
 way
  of
  now removing everything that the 3.0.2a installation has left behind -
  just
  to keep things tidy :-)

 If you'd rather just stick with 2.2.8a you can make uninstall from the
 same directory you did the make install for Samba 3 to tidy up.

 ~ Daniel














 ---

 This message is the property of Time Inc. or its affiliates. It may be
 legally privileged and/or confidential and is intended only for the use
 of the addressee(s). No addressee should forward, print, copy, or
 otherwise reproduce this message in any manner that would allow it to be
 viewed by any individual not originally listed as a recipient. If the
 reader of this message is not the intended recipient, you are hereby
 notified that any unauthorized disclosure, dissemination, distribution,
 copying or the taking of any action in reliance on the information
 herein is strictly prohibited. If you have received this communication
 in error, please immediately notify the sender and delete this message.
 Thank you.





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


[Samba] Poor perfomance Samba 3.0 + DBF/PX

2004-04-16 Thread Sebastian Davancens
Im running a linux fiel server with RH 8.0 and Samba,
acting as a PDC. 40 clients (Win98/2000) use an application 
that is based on Foxpro and Paradox tables, which are stored 
in the server (Contabilidad and CRT shares).
The problem is the following: with samba 2.2.8, everything worked fine. 
But when we updated to 3.0.2a, the perfomance dicreased a lot. Its really
slow. Apart from that, the .dbf files started to corrupt oftenly.
The smb.conf has not been changed.
Why is this happening??
Here i post a part of my smb.conf file:

[global]

   socket options = TCP_NODELAY IPTOS_LOWDELAY
SO_SNDBUF=8192 SO_RCVBUF=8192
domain master = Yes
   encrypt passwords = Yes
   logon home = \\%L\%U
   server string = Samba PDC running %v
   logon script = login.bat
   veto oplock files =
/*.dbf/*.DBF/*.cdx/*.CDX/*.db/*.DB/*.Y??/*.y??/*.XG?/*.xg?/*.MB/*.mb/*.VAL/*.val/*.PX/*.px/*.mdb/*.MDB/*.lck/*.LCK/
   workgroup = SMBAR
   logon path = \\%L\profiles\%U
   os level = 64
   directory mask = 0770
   printcap name = /etc/printcap
   preferred master = Yes
   domain admin group = @admins
   domain logons = Yes
   log level = 1
[homes]
   comment = Home Directories
   force group = admins
   read only = No
   force create mode = 0770
   browseable = No
[profiles]
   path = /home/samba/profiles
   read only = No
   create mask = 0600
   directory mask = 0700
   browseable = No
[netlogon]
   comment = Network Logon Service
   path = /home/netlogon
   write list = @admins
   browseable = No
   browseable = No
[CRT]
   comment = CRT
   path = /home/captacion/tmkt
   admin users = @admins
   write list = @admins, @gr_crt
   force group = gr_crt
   create mask = 0775
   force create mode = 0775
   browseable = No
   dont descend = contabilidad ccvd
[contabilidad]
   comment = contabilidad
   path = /home/captacion/tmkt
   admin users = @admins
   read list = @admins, @gr_crt
   write list = @gr_contabilidad
   force group = gr_contabilidad
   browseable = No
   dont descend = crt
One last note: we have already tried with level2 oplocks = false 
and kernel oplocks = false, but it was useless
Thanks in advance,
Sebastian



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


[Samba] Poor perfomance Samba 3.0 + DBF/PX

2004-04-16 Thread Sebastian Davancens
Im running a linux fiel server with RH 8.0 and Samba,
acting as a PDC. 40 clients (Win98/2000) use an application that is 
based on Foxpro and Paradox tables, which are stored in the server 
(Contabilidad and CRT shares).
The problem is the following: with samba 2.2.8, everything worked fine. 
But when we updated to 3.0.2a, the perfomance dicreased a lot. Its really
slow. Apart from that, the .dbf files started to corrupt oftenly.
The smb.conf has not been changed.
Why is this happening??
Here i post a part of my smb.conf file:

[global]

  socket options = TCP_NODELAY IPTOS_LOWDELAY
SO_SNDBUF=8192 SO_RCVBUF=8192
   domain master = Yes
  encrypt passwords = Yes
  logon home = \\%L\%U
  server string = Samba PDC running %v
  logon script = login.bat
  veto oplock files =
/*.dbf/*.DBF/*.cdx/*.CDX/*.db/*.DB/*.Y??/*.y??/*.XG?/*.xg?/*.MB/*.mb/*.VAL/*.val/*.PX/*.px/*.mdb/*.MDB/*.lck/*.LCK/ 

  workgroup = SMBAR
  logon path = \\%L\profiles\%U
  os level = 64
  directory mask = 0770
  printcap name = /etc/printcap
  preferred master = Yes
  domain admin group = @admins
  domain logons = Yes
  log level = 1
[homes]
  comment = Home Directories
  force group = admins
  read only = No
  force create mode = 0770
  browseable = No
[profiles]
  path = /home/samba/profiles
  read only = No
  create mask = 0600
  directory mask = 0700
  browseable = No
[netlogon]
  comment = Network Logon Service
  path = /home/netlogon
  write list = @admins
  browseable = No
  browseable = No
[CRT]
  comment = CRT
  path = /home/captacion/tmkt
  admin users = @admins
  write list = @admins, @gr_crt
  force group = gr_crt
  create mask = 0775
  force create mode = 0775
  browseable = No
  dont descend = contabilidad ccvd
[contabilidad]
  comment = contabilidad
  path = /home/captacion/tmkt
  admin users = @admins
  read list = @admins, @gr_crt
  write list = @gr_contabilidad
  force group = gr_contabilidad
  browseable = No
  dont descend = crt
One last note: we have already tried with level2 oplocks = false and 
kernel oplocks = false, but it was useless
Thanks in advance,
Sebastian



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


[Samba] Default Printer in Microsoft Access XP

2004-04-16 Thread Ledet Sandi M
Hello,

My problem has to do with using a samba printer as a default printer with
Microsoft Access.  Access does not use the default samba printer that's set in
the Windows XP settings Printers and Faxes.  There is also a Novell Client
on the Windows XP machines and when a Netware printer is set to the default,
Access has no problem using that default printer selected.  The problem only
occurs when a samba printer is selected as default.

Can anyone please help solve this problem?

Thanks,
Sandi 
email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Default Printer in Microsoft Access XP

2004-04-16 Thread daniel . jarboe
 Access has no problem using that default printer selected.
 The problem only occurs when a samba printer is selected as
 default.

The printer needs a device mode set on the samba server.

http://us1.samba.org/samba/docs/man/printing.html#id2942206

















---

This message is the property of Time Inc. or its affiliates. It may be
legally privileged and/or confidential and is intended only for the use
of the addressee(s). No addressee should forward, print, copy, or
otherwise reproduce this message in any manner that would allow it to be
viewed by any individual not originally listed as a recipient. If the
reader of this message is not the intended recipient, you are hereby
notified that any unauthorized disclosure, dissemination, distribution,
copying or the taking of any action in reliance on the information
herein is strictly prohibited. If you have received this communication
in error, please immediately notify the sender and delete this message.
Thank you.

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


RE: [Samba] samba with sun's ldap

2004-04-16 Thread aarumuga arumugam


aarumuga arumugam [EMAIL PROTECTED] wrote:Hi,
  We have also got the samba and sun's  ldap working. Now we are trying to get the 
 samba user getting authenticated by the SEAM. I would like to know if it is possible 
to use the PAM module pam_krb5 for the samba service, for a samba user to get 
authenticated by the SEAM server.
 
so the flow might be
windows client contacting samba server
Authorization:
sambaserver- Sun's ldap
Authentication:
samba server- pam_krb5_so - SEAM server
 
we are now trying for the second step. we have compiled the samba server with pam 
support. In the pam.conf we have mentioned the service as samba . we would like to 
know if that is right because the samba server never contacts the  kerberos server for 
the  authenctication.
 
Thanx in advance
 
aarumuga


ww m-pubsyssamba [EMAIL PROTECTED] wrote:
 Yes I have this working in a test environment, although please be clear that you 
 must use
openldap libldap for Samba to talk to your LDAP server, your LDAP server can be any 
LDAP v3
compatible server in theory and does definately work with Sun Directory Server 5.x, 
simply
load the samba schema included with the Samba 3.x source code in your Sun LDAP 
config/schema
directory then follow the Samba how to instructions. I had no significant problems 
except where
the syntax of my smb.conf was wrong (for example do not put quotes around LDAP DN's 
etc.)

cheers Andy

Dear aarumuga

I've been reading your questions in Samba mailing list about SMB  Sun LDAP. I'm 
working with a same project and I would like to know only if is it posible or have you 
achieved your goal to link samba and Sun LDAP?

Thanks in advance and excuse me for my english.

Best regards, 

Ramon Aznar

-- 
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

-
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th


-
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Why ((objectClass=sambaDomain)(sambaDomainName=SARDINE))?

2004-04-16 Thread Adam Tauno Williams
I have a member server that is constantly querying the LDAP server with -
((objectClass=sambaDomain)(sambaDomainName=SARDINE)) 
- when security=domain and workgroup=backbone.  The server DOES authenticate
domain users, and everything seems to work,  but this draining resources.

This is RH9, Samba 3.0.3pre2 (although I'm pretty certain I saw this on 3.0.2)
and OpenLDAP openldap-2.1.25-1 (local replicant).

[2004/04/16 15:52:09, 10] lib/smbldap.c:smbldap_connect_system(770)
ldap_connect_system: Binding to ldap server ldapi:/// as cn=Manager,o=Morrison
Industries,c=US
[2004/04/16 15:52:09, 3] lib/smbldap.c:smbldap_connect_system(805)
ldap_connect_system: succesful connection to the LDAP server
[2004/04/16 15:52:09, 4] lib/smbldap.c:smbldap_open(856)
The LDAP server is succesful connected
[2004/04/16 15:52:09, 5] lib/smbldap.c:rebindproc_connect_with_state(698)
rebindproc_connect_with_state: Rebinding as cn=Manager,o=Morrison Industries,c=US
[2004/04/16 15:52:09, 0] lib/smbldap.c:smbldap_search_suffix(1125)
smbldap_search_suffix: Problem during the LDAP search: (No such object)
[2004/04/16 15:52:09, 2] lib/smbldap.c:smbldap_search_domain_info(1351)
Problem during LDAPsearch: No such object
[2004/04/16 15:52:09, 2] lib/smbldap.c:smbldap_search_domain_info(1352)
Query was: , ((objectClass=sambaDomain)(sambaDomainName=SARDINE))
[2004/04/16 15:52:09, 2] passdb/pdb_ldap.c:pdb_init_ldapsam(2457)
pdb_init_ldapsam: WARNING: Could not get domain info, nor add one to the domain
pdb_init_ldapsam: Continuing on regardless, will be unable to allocate new
users/groups, and will risk BDCs having inconsistant SIDs 

Adam Tauno Williams
Network  Systems Administrator
Morrison Industries
Grand Rapids, Mi. USA
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Problems with NT passwords using Samba3 and LDAP

2004-04-16 Thread Chris Snider
I'm at my wits end here so hopefully someone can help me.   

Currently I have a Redhat 9.0 box running Samba 2.2.7 with openldap  2.0.27
as a PDC
Domain logins work great with this setup.  I can add, remove, modify
computers and users all day long without a glitch.
I do not store usernames in the local smbpasswd or passwd files.
User information is stored in ou=Users,dc=mydomain,dc=com
Group information is stored in ou=Groups,dc=mydomain,dc=com
Computer information is stored in ou=Computers,dc=mydomain,dc=com

My problem appeared when I attempted to create the same setup using Samba
3.0.2a.  Here is what I did.
1.  I created a working PDC using Samba 2.2.7 and openldap 2.0.27 on
RH9.  I was able to login as user bsmith from a W2k machine called
bob-smith.
2.  I then compiled Samba 3.0.2a from source making sure I added the
--with-ldapsam flag
3.  Configure --with-acl-support --with-ldapsam --prefix=/usr
--localstatedir=/var --with-configdir=/etc/samba
--with-privatedir=/etc/samba/private --with-lockdir=/var/lock
--with-piddir=/var/run --with-logfilebase=/var/log --with-smbmount
--with-utmp --with-syslog
4.  Make
5.  Make install

No errors were generated during the compile.  

6.  Made the changes to my smb.conf file to allow for the ldapsam_compat
mode.(see smb.conf at the end of this message)
7.  Edited the samba.schema file to use the Version 2 schema and copied
it to /etc/openldap/schema/
8.  Installed the new version of smbldap tools which came bundled with
Samba 3.0.2a
9.  Ran the smbpasswd -w password to store my Manager password in the
secrets.tdb file 
10. Started smbd -D and nmbd -D
Everything to this point seems to work fine

When I attempt to login as user bsmith from a computer(bob-smith) I get a
bad username or password message.  I checked the
/var/logs/samba/bob-smith.log and this is what I see.
[2004/04/16 12:27:01, 2] smbd/sesssetup.c:setup_new_vc_session(591)
  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all
old resources.
[2004/04/16 12:27:01, 2] smbd/sesssetup.c:setup_new_vc_session(591)
  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all
old resources.
[2004/04/16 12:27:01, 2] lib/smbldap.c:smbldap_open_connection(626)
  smbldap_open_connection: connection opened
[2004/04/16 12:27:09, 2] passdb/pdb_ldap.c:init_sam_from_ldap(462)
  init_sam_from_ldap: Entry found for user: nobody
[2004/04/16 12:27:10, 0] passdb/pdb_ldap.c:ldapsam_search_one_group(1668)
  ldapsam_search_one_group: Problem during the LDAP search: LDAP error:  (No
such object)
[2004/04/16 12:27:10, 0] passdb/pdb_ldap.c:ldapsam_search_one_group(1668)
  ldapsam_search_one_group: Problem during the LDAP search: LDAP error:  (No
such object)
[2004/04/16 12:27:10, 2] rpc_parse/parse_prs.c:netsec_decode(1575)
  netsec_decode: FAILED: packet sequence number:
[2004/04/16 12:27:10, 2] lib/util.c:dump_data(1830)
  [000] 87 F0 07 93 7D 17 F1 80   }... 
[2004/04/16 12:27:10, 2] rpc_parse/parse_prs.c:netsec_decode(1577)
  should be:
[2004/04/16 12:27:10, 2] lib/util.c:dump_data(1830)
  [000] 00 00 00 00 80 00 00 00    
[2004/04/16 12:27:10, 0] rpc_server/srv_pipe.c:api_pipe_netsec_process(1371)
  failed to decode PDU
[2004/04/16 12:27:10, 0] rpc_server/srv_pipe_hnd.c:process_request_pdu(605)
  process_request_pdu: failed to do schannel processing.
[2004/04/16 12:27:11, 2] passdb/pdb_ldap.c:init_sam_from_ldap(462)
  init_sam_from_ldap: Entry found for user: bob-smith$
[2004/04/16 12:27:17, 2] passdb/pdb_ldap.c:init_sam_from_ldap(462)
  init_sam_from_ldap: Entry found for user: nobody
[2004/04/16 12:27:18, 2] passdb/pdb_ldap.c:init_sam_from_ldap(462)
  init_sam_from_ldap: Entry found for user: bsmith
[2004/04/16 12:27:18, 2] auth/auth.c:check_ntlm_password(312)
  check_ntlm_password:  Authentication for user [bsmith] - [bsmith] FAILED
with error NT_STATUS_WRONG_PASSWORD
[2004/04/16 12:29:43, 2] smbd/server.c:exit_server(558)
  Closing connections

I know this password is valid since it was working fine with Samba
2.2.7/LDAP

It's like Samba3 doesn't understand the password encryption or something.
I've tried changing bsmiths password using smbldap-passwd.pl bsmith and,
again, there are no error messages and it appears to have changed his
password.  When I attempt to login again I get the same error.  The only way
I can get Samba to accept the password is if I set it using smbpasswd
bsmith.  Then it will accept my password but another error message pops up
saying The name or security ID(SID) of the domain specified is inconsistent
with the trust information for that domain  I have no idea what that means
but it doesn't sound good.  I'm sure I'll be making another post to fix
that.  I would appreciate any help you can provide.

Here is my SMB.CONF file
# Global parameters
[global]
workgroup = MYDOMAIN
netbios name = TESTPDC
server string = My Test Ldap Aware Samba 

[Samba] Minimum ldap config

2004-04-16 Thread moof48
I currently have samba3 authenticating off of my ldap server 
but now I want to just do the minimum.  We currently have an 
ldap farm that is the backbone of almost everything at our 
university but we want to allow authentication in the labs.  
What are the minimum samba  posix attributes that I can get 
away with.  All I want is to allow authentication into a lab 
worksation, some printing, and a temp space.  I dont need to 
do anything else at this time.  Thanks in advance.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Why ((objectClass=sambaDomain)(sambaDomainName=SARDINE))?

2004-04-16 Thread Andrew Bartlett
On Fri, Apr 16, 2004 at 04:00:50PM -0400, Adam Tauno Williams wrote:
 I have a member server that is constantly querying the LDAP server with -
 ((objectClass=sambaDomain)(sambaDomainName=SARDINE)) 
 - when security=domain and workgroup=backbone.  The server DOES authenticate
 domain users, and everything seems to work,  but this draining resources.

Is SARDINE the local host name?  I suspect you don't have local users
in LDAP, for your domain members, so don't point the local passdb at
ldap (an empty tdbsam or smbpasswd will do fine).

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


[Samba] Another domain browse problem

2004-04-16 Thread Rafael Paris
Hi.

We have two networks, one on Windows 2000 and another in SAMBA.

I can browse the windows domain but they can't. They don't even see the
domain.

 

My smb.conf includes

 

Domain master = Yes

Preferred master = Yes

Domain logons = Yes

 

Does windows domain need to have a well working dns server?

 

Cheers,

Rafael

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


[Samba] smbfs linux 2.4.24; connection loss causes total machine hang

2004-04-16 Thread Robin Lee Powell
I'm running smbfs on a Debian box with kernel 2.4.24.  I would give you
more information (such as my samba tools versions) if I could get into
the box, but it's hung right now due to this bug.

I'm mounting a filesystem from my desktop Windows box (which is right
next to it; there's a D-Link in the way, though) and passing large
amounts of data to it (backups).

If the connection to the windows box drops
while this large cp is running, i.e. due to the Windows box rebooting or
being shut down, the cp hangs unkillably.  From that point on, many other
processes end up in the same state (mutt, man and vi/vim, for example,
but not cat) regardless of whether they are going anywhere near the
smbfs mount *or* the partition the data was coming from.  

umount will work on neither the smbfs mount or the partition the data
was comming; it says they are busy.  fuser -k hangs unkillably.  apache,
mysql, and postgres all hang unkillably, as does spamd.  No mail
delivery occurs, but the exim processes are killable.

In short, the system becomes basically unusable.

This seems pretty intensely bad.  

Is this a known bug? If so, is there a workaround?  A patch?

-Robin

-- 
http://www.csclub.uwaterloo.ca/~rlpowell/   BTW, I'm male, honest.
le datni cu djica le nu zifre .iku'i .oi le so'e datni cu to'e te pilno
je xlali -- RLP http://www.lojban.org/
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: My details

2004-04-16 Thread academic
This is the Department of Computer Science at the University of Illinois at 
Urbana-Champaign. Your inquiry has been received.
If you wish to reach another department or campus you must contact them directly.
We can not forward your message to other departments or campuses. Please do not send 
email 
to [EMAIL PROTECTED] This address is no longer valid for inquiries.

SPECIAL NOTES:

DEADLINE FOR SPRING 2004 WAS 9/1/03.  NO LATE APPLICATIONS WILL BE ACCEPTED.

DEADLINE FOR SUMMER/FALL 2004 IS 12/20/03.  NO LATE APPLICATIONS WILL BE ACCEPTED.

ALL APPLICATION MATERIALS MUST BE RECEIVED BY THE DEADLINE OF THE TERM TO WHICH YOU 
APPLY.  

THESE DATES AND REQUIREMENTS ARE FIRM AND APPLY TO BOTH ON AND OFF CAMPUS (DISTANCE 
LEARNING)
DEGREE PROGRAM APPLICATIONS. THE DEPARTMENT WILL NOT RESPOND TO INQUIRIES VIA 
EMAIL OR TELEPHONE REGARDING THE STATUS OF AN APPLICATION NOR THE DECISION 
OF THE ADMISSIONS COMMITTEE. THE DEPARTMENT APPRECIATES YOUR COOPERATION IN 
THIS REGARD.

FULL INFORMATION CONCERNING THE I2CS (DISTANCE LEARNING MASTER OF COMPUTER SCIENCE 
(MCS PROGRAM) CAN BE FOUND ON THE FOLLOWING WEB SITE:

www.cs.uiuc.edu/i2cs

PLEASE SEND EMAIL INQUIRIES CONCERNING INFORMATION NOT FOUND ON THE ABOVE MENTIONED 
URL TO [EMAIL PROTECTED] PLEASE REVIEW THE FAQ COMPLETELY BEFORE SENDING YOUR INQUIRY.

See below for more information on your inquiry:

A. The preferred method of application is by the on-line application Grad Connect or 
ftp of the application materials. The department will no longer send paper application 
materials. Grad Connect, the on-line web-based application is available for Summer 
2004 applications at: 

https://www-s2.aits.uillinois.edu/uidirect/GradStudies.html

A new web-based application to be used for Fall 2004 and beyond has just become 
available.  To begin the process go to the following website and follow the 
instrutions:  

http://www.oar.uiuc.edu/prospective/grad/gradBannerapp.html

A paper application form can still be used and is available to download from the 
Graduate College's web site at (however, this is not the preferred method):


http://www.grad.uiuc.edu/general/application.html

The application form can be ftp'd from the following site:

ftp.cs.uiuc.edu 

Use the anonymous login with your email address as the password.Go to 
pub/dept/applications. You will see 2 Directories: 

Citizens_Residents (for US Citizens or Permanent Resident applicants)

International (for citizens a country other than US)

You may then ftp all materials to your own computer and print them.

Application deadlines are always as follows:

For a summer or fall term's consideration December 20 

For a spring term's consideration September 1

No late application forms will be accepted.

The only other piece of information required by CS for application purposes is the 
Interest Sheet.  This can be printed (pdf format) from the following CS webpage:

www.cs.uiuc.edu/join/gradmpr.html

Admission to the CS department at UIUC is highly competitive. No informal evaluation 
or assessment will be done prior to submission of the official application and 
materials. Therefore it is the responsibility of the applicant to determine if they 
are within admissible range. The final decision for admission and financial aid is a 
committee decision. Applications will be forwarded to the committee for review when 
all credentials are received and the file is complete. The decisions of the committee 
are final.

All credentials, including test scores, must be received no later than the deadline 
for the term to which you apply.  The admissions committee will only review 
complete applications.  Incomplete applications will be denied.

You may, if you wish, submit photocopies of test scores such as TOEFL, TSE and GRE at 
the time of application. Please be aware that official copies from ETS will be 
required if your application is recommended for admission. This is the policy of the 
university and the department has not authority to waive the requirement.The Computer 
Science Department has no authority to waive any of the university or state 
requirements, such as the application fee or TOEFL or TSE scores. 

GRE subject exam scores are not required by CS at UIUC, but are higly recommended for 
doctoral applicants.

GRE general scores, whether taken prior to October 2002 or after are acceptable.

CS will accept either CBT or PBT for GRE general exam. 

If no application fee is received by the Office of Admissions and Records the 
application can not be reviewed by the department for admissions consideration.

If the application reaches either the department or Admissions after the deadline for 
the term in which it is to be considered it will not be processed. 

The application fee is non-refundable therefore make sure you make sure the 
application is received by Admissions no later than the deadline. This is the date 
received by Admissions, not the postmark date of mailing. The department will not 
approve a 

[Samba] How to get XP to show its browse list?

2004-04-16 Thread David Rankin
Mates,

Suse 8.2 pro, samba 2.2.7a, 2 XP pro clients. How do I get XP to allow
access to its browse list. smbclient gives an access denied error.

skyline:/home/david # smbclient -U% -L localhost
added interface ip=192.168.6.14 bcast=192.168.6.255 nmask=255.255.255.0
Domain=[RB_LAW] OS=[Unix] Server=[Samba 2.2.7a-SuSE]

Sharename  Type  Comment
-    ---
SkylineDisk  Skyline Shares
config Disk  Admin Config Share
IPC$   IPC   IPC Service (Skyline Network Server
2.2.7a-SuSE)
ADMIN$ Disk  IPC Service (Skyline Network Server
2.2.7a-SuSE)

Server   Comment
----
KIDSDELL Dell 2400 2.8GHz
RIPPER   XP2800
SKYLINE  Skyline Network Server 2.2.7a-SuSE

WorkgroupMaster
----
RB_LAW   SKYLINE

Now if I try to see the share on ripper, I get:

skyline:/home/david # smbclient -U% -L ripper
added interface ip=192.168.6.14 bcast=192.168.6.255 nmask=255.255.255.0
Got a positive name query response from 127.0.0.1 ( 192.168.6.100 )
Domain=[RB_LAW] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]

Sharename  Type  Comment
-    ---
Error returning browse list: NT_STATUS_ACCESS_DENIED

Server   Comment
----

WorkgroupMaster
----

Any help would be greatly appreciated!

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
www.rankin-bertin.com
--


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.656 / Virus Database: 421 - Release Date: 4/9/04

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


[Samba] Microsoft restores MultipleUsersOnConnection registry entry for Windows 2000 Terminal servers

2004-04-16 Thread Jeremy Allison
Hi all,

This is important news for Samba users who also have Windows 2000
terminal server. You may recall that Windows NT Terminal servers
had a registry entry, MultipleUsersOnConnection, which would cause
Terminal server to open a new TCP session for every logged on user.

Microsoft previously steadfastly refused to make this available
for Windows 2000 terminal servers, this causing poorer performance
with single-threaded Samba servers. As a side note, I was on a 
conference call with Microsoft engineers where they claimed it
was technically *impossible* to add this change, due to the
re-architecturing of W2K Terminal server.

Well it turns out that corruption of internal data structures in the
Windows redirector (multi-threaded programming is *HARD*) has
forced them to re-introduce this change to Windows 2000.

Details are here :

http://support.microsoft.com/default.aspx?kbid=818528

- from the above :

--
To use the new functionality of this fix and to use per user data structures, you must 
add the following registry entry on the terminal server.

Subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MRxSmb\Parameters
Type: REG_DWORD
Entry: MultiUserEnabled
Value: 1
This entry enables per-user data structures in the network redirector.

The new registry entry for Windows 2000 Terminal servers is the equivalent of the 
MultipleUsersOnConnection entry for Windows NT 4.0 Terminal servers.
--

This will restore the performance people were getting with
the earlier Terminal server paramter and Samba. Note you
need to install the HotFix before this new registry parameter
will be enabled.

Many thanks to NetApp for pointing this knowledge base entry
out to Samba users.

Cheers,

Jeremy.

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


Re: [Samba] Re: WINS not updating after swapping network connections

2004-04-16 Thread Clint Sharp
On Thu, 2004-04-15 at 06:22, Michael Keightley wrote:
 On Thu, Apr 15, 2004 at 09:06:34AM -0400, Chad Vincent wrote:
 Could we maybe get round using WINS by using Dynamic DNS so the Netbios name
 always matches the IP address?  Then change name resolve order so it used DNS
 before WINS.  We use Bind 9 and ISC DHCP v3 already so it is possible to setup.
 Or am I talking rubbish?
 
 
 Michaek
 -- 
 Michael Keightley [EMAIL PROTECTED]Tel: +44 131 240 3137
 Systems Manager, Quadstone Limited,Fax: +44 131 220 4492
 16 Chester Street, Edinburgh EH3 7RA, Scotland http://www.quadstone.com

Yes and no.  Technically that will work, however, dynamic DNS does not
offer the same information as WINS does currently in a Samba
implementation.  Since Samba is not emulating an AD domain controller,
but an NT4 domain controller, the workstations are expecting certain
information to be returned about machines (the various flags after the
names you see in WINS) as far as their capabilities are concerned.  This
is offered in WINS (also in DNS, through the use of SRV records, but
Samba does not generate these currently and I don't know how the
workstations would interact, finding the entries it would expect an AD
controller to use in DNS and then finding an NT4 domain controller
there).  If you're all on the same subnet, this is not a problem because
it can find the same information through broadcast resolution, but who's
all on the same subnet these days? :)  

The Samba3 HOWTO covers this very well under name resolution.

Clint

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


[Samba] Re: smbfs linux 2.4.24; connection loss causes total machine hang

2004-04-16 Thread Robin Lee Powell
On Fri, Apr 16, 2004 at 04:38:47PM -0400,  wrote:
 If the connection to the windows box drops while this large cp is
 running, i.e. due to the Windows box rebooting or being shut down, the
 cp hangs unkillably. 

I figured out what was happening more specifically.  My anti-virus
software, PC-Cillin 2002, apparently either shut down the SMB connection
or made it so slow as to be unusable, presumably to give it time to
inspect the files I was trying to upload.

syslog at that time said:

Apr 16 04:00:26 chain kernel: smb_open: chain/home_noras.zip access denied, access=0, 
wish=1
Apr 16 04:00:26 chain kernel: smb_open: chain/home_nwn_saves.zip access denied, 
access=0, wish=1
Apr 16 04:00:26 chain kernel: smb_open: chain/home_phma.zip access denied, access=0, 
wish=1
Apr 16 04:00:27 chain kernel: smb_open: chain/home_raladue.zip access denied, 
access=0, wish=1
Apr 16 04:00:28 chain kernel: smb_open: chain/home_rj.zip access denied, access=0, 
wish=1
Apr 16 04:00:58 chain kernel: SMB server not responding
Apr 16 04:00:58 chain kernel: smb_get_length: recv error = 5
Apr 16 04:00:58 chain kernel: smb_request: result -5, setting invalid


Things got progressively worse, judging from the logs, after that.
Thinking the backups *must* have completed, I turned the machine off the
next morning and things went to hell in a handbasket.

At some point, either when the machine went off or at the first time I
tried to unmount, I also got this:

Apr 16 10:12:38 chain kernel: smb_request: result -104, setting invalid
Apr 16 10:12:48 chain kernel: smb_retry: caught signal

-Robin

-- 
http://www.csclub.uwaterloo.ca/~rlpowell/   BTW, I'm male, honest.
le datni cu djica le nu zifre .iku'i .oi le so'e datni cu to'e te pilno
je xlali -- RLP http://www.lojban.org/
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] about Samba 3.0.2a on FreeBSD5.2.1 Release

2004-04-16 Thread Litel Wang
Have anyone got it running successfully (compile and install)?
I got many warnings during the compile progress .
What update is needed on  FreeBSD5.2.1 Release ?
Thanks for any advice .

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


[Samba] Merely Opening Excel Files Increments Last-Modification date on Samba Shares

2004-04-16 Thread Eric Heintzberger
Hello Everyone!

Perhaps some of you have some advice for dealing with
this problem? I've done quite a bit of googling on
this one, but I can't find anything useful. 

Ever since I started using Samba as PDC, I have had
this problem: when users merely open MS-Excel files on
samba shares, the file's Last-Modification date  is
incremented to the current time. 

I have seen similar behavior with MS-Word files long
ago when using WINNT4 as PDC, and it was caused by a
macro-virus, but in this case, it doesn't seem to be
virus-related. 

If the same Excel file is copied to a user's local C
drive, the problem ceases.

The problem of modifying-by-merely-opening began, I
think, when I  changed the PDC to samba.  

I had this problem using Samba 2.7* on RedHat 7.2 over
a year ago. I'm currently using samba 2.2.8a on
FreeBSD 4.9 with a similar configuration, and I still
have the problem. 

Is it possible to stop this problem using adjustable
configuration parameters in smb.conf? 

Here's my smb.conf, in case it's needed:

---
[global]
netbios name = netbiosname
workgroup = workgroup
security = user
domain logons = yes
time server = yes
server string = Samba %v on %L
log file = /var/log/samba/%m.log
max log size = 2000

### Security Settings ###
hosts allow = [omitted for this post] 127.
hosts deny = ALL
invalid users = root
;Unreadable files shouldn't even appear
;hide unreadable = yes
;Prevent browsing by default
browseable = no

### Users and Passwords ###
[omitted for this post]

### Performance ###
deadtime = 15
getwd cache = yes
lpq cache time = 45
socket options = IPTOS_LOWDELAY TCP_NODELAY
oplocks = yes
level2 oplocks = yes
#veto oplock files = /*.xls/*.XLS/

### Domain ###
local master = yes
os level = 65
domain master = yes
preferred master = yes
domain logons = yes
logon script = %U.bat
logon drive = M:
logon path = \\netbiosname\profiles\%U

# Name Resolution
wins support = yes
wins proxy = yes
dns proxy = yes

# Case
preserve case = yes
short preserve case = yes
default case = lower
case sensitive = no

--

#Sample  Share Definition:

[clients]
  comment = Client Directory
  path = /usr/local/samba/clients
  browseable = yes
  force create mode = 0664
  force directory mode = 0775
  force group = users
  invalid users = invlink
  map archive = no
  printable = no
  public = no
  valid users = @users
  writable = yes

---




__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] about Samba 3.0.2a on FreeBSD5.2.1 Release

2004-04-16 Thread Derek Ragona
I used the port /usr/ports/net/samba-devel and it works fine.  I did have 
to create my own smb.conf and krb5.conf.

-Derek

At 09:30 PM 4/16/2004, Litel Wang wrote:
Have anyone got it running successfully (compile and install)?
I got many warnings during the compile progress .
What update is needed on  FreeBSD5.2.1 Release ?
Thanks for any advice .
--
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] Votre demande [uid]d8f139961f729e6d6cb6e140a03b2170[/uid]

2004-04-16 Thread support.technique
Vivendi Universal Games France assure à ses clients un traitement professionnel et de 
qualité.
Nous avons bien pris en compte votre demande et nous vous remercions de l’intérêt que 
vous portez à nos logiciels.
Une réponse personnalisée vous sera transmise sous peu.
Toutefois, afin de réduire votre temps d’attente,  nous avons regroupé les 
informations techniques les plus demandées.
Vous pouvez cliquer sur les liens qui peuvent concerner votre problème.

Une F.A.Q. générale est mise à votre disposition en cliquant sur ce lien :
http://downloads.vu-games.com/homeworld2/FAQ/FAQgen.txt
Elle peut vous permettre de résoudre 70% des problèmes rencontrés avec un ordinateur.

Les PATCHES les plus demandés :

- Warcraft 3 Reign of chaos et frozen throne
http://downloads.vu-games.com/Warcraft3/reignofchaos/Patches/Pc/Fr/War3ROC_114b_Francais.exe
http://downloads.vu-games.com/Warcraft3/frozenThrone/Patches/War3TFT_114b_Francais.exe

- Empire earth
http://downloads.vu-games.com/empire%20earth/patches/si_empireearth_update_fr_1004_2000.exe
http://downloads.vu-games.com/empire%20earth/patches/ee_1000-1040_fr.exe

- Adiboudchou à la campagne
http://downloads.vu-games.com/adiboudchou/patches/Patch-Fr-Adiboudchou-Campagne.exe

- La guerre de l’anneau
http://downloads.vu-games.com/LOTR_War_of_The_Ring/Patches/FR/warofthering_update_fr_110_1010011.exe

- Diablo 2 et Lord of destruction
http://downloads.vu-games.com/Diablo_2/patches/PC/D2Patch_110.exe
http://downloads.vu-games.com/ 
Diablo_2_Lord_of_the_destruction/patches/PC/LODPatch_110.exe

Les QUESTIONS les plus fréquentes (F.A.Q.) :
(cliquez sur la partie « support » en bas a droite puis sur « faq logiciel »)
- Counter Strike Condition Zero : http://www.sierra.fr/home.aspx?idp=6111
Guide d’aide à l’utilisation ou l’installation : 
ftp://downloads.vu-games.com/pub/Counter_Strike_Condition_Zero/FAQ/GuideAideConditionZero.txt

- Warcraft 3 ROC et FT : http://fr.vugames-europe.com/home.aspx?idp=2723

- Half Life et counter Strike by Steam : 
http://fr.vugames-europe.com/home.aspx?idp=2954

- Adibou et l\'ombre verte : http://fr.familykids.vugames-europe.com/home.aspx?idp=5413

- Diablo 2 et LOD : http://fr.vugames-europe.com/home.aspx?idp=2955

- Adi 5 : http://fr.familykids.vugames-europe.com/home.aspx?idp=4156

- Les grands bâtisseurs 2  : http://www.sierra.fr/home.aspx?idp=4677

VUGFR - Support technique
TEL : 0892 880 240 (0.34 euro la minute) du lundi au samedi de 9h à 21h y compris les 
jours fériés
http://fr.vugames-europe.com
http://fr.familykids.vugames-europe.com
http://fr.sierra.vu-games.com




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


[Samba] Invitation to Italy (and Sweden) vip/ka

2004-04-16 Thread IPSI conference
Dear Dr. Samba,

I am happy to invite you to be a speaker at the VIP Scientific Forum of the 
International IPSI-2004 PESCARA Conference in Italy (IPSI = Internet, Processing, 
Systems for e-education/e-business, and Interdisciplinaries), to be held in the hotel 
Castello Chiola from July 28 till August 2, 2004. Detailed program and all relevant 
information are given at the web: www.internetconferences.net.

Castello Chiolo is a century IX castle on the top of a hill, with a sea view; best 
Italian beaches around Pescara are only about 10km away. This is our former L'Aquila 
conference relocated to a place which is much more attractive and convenient. Opening 
keynote: Professor Michael Flynn, from Stanford University.

Deadlines: 
Abstract (100 words) = April 30, 2004
Full Papers = May 10, 2004
Paper Acceptance Notification = May 20, 2004
Hotel Payment = May 30, 2004
Fee Payment = June 10, 2004


If you are not able to accept this invitation, our next meeting is in Sweden 
(Stockholm Grand Hotel) and your are invited (for details see 
www.internetconferences.net, and let us know if you are interested, by sending email 
to [EMAIL PROTECTED]).  


The IPSI-2004 PESCARA conference is limited to about 100 attendees (physical capacity 
of hotel Castello Chiola congress center), and only plenary sessions will be 
organized.  So far, many more researchers expressed an interest to come, which means 
that a number of submissions will have to be rejected. Still, new submissions are more 
than welcome.

In addition to other programs, a special VIP Scientific Forum is also organized. Talks 
of the VIP Scientific Forum are open to all participants (other fori include the High 
Tech Forum and Talented Students Forum).

Please submit your title/abstract (which means that you have committed to participate 
if your paper is accepted), as soon as convenient for you,because we will be accepting 
papers until the limit is reached.

The major goal of this forum is to establish a podium for a fruitful exchange of the 
newest scientific ideas, and that is why your participation is extremely important to 
all of us. Only elite researchers and professionals are invited.

If you like to accept this invitation, please send email (with title, 100-word 
abstract, and affiliation) 
to [EMAIL PROTECTED]


Conditions of this invitation are as follows:

1. Duration of your slot is 30 minutes (20 to 25 minutes for your talk, and the rest 
for discussions).

2. You are financially responsible:

(a) For the air ticket to arrive to Italy, and for the local transportation to arrive 
to the conference site (Hotel Castello Chiola).

(b) For the hotel/breakfast cost.

If you like to stay in the Castello Chiola hotel, the minimum stay is 5 days, from 
July 28 noon till August 2 noon, and the prepayment for all 5 days has to be done, as 
indicated above, before May 30, 2004 (only 30 rooms are available for sale, so you 
have to hurry up). The prices are as follows:

   one person in a single room = e600,
   two persons in a double room = e800,
   three persons in a triple room, E15 extra per day.
   four persons in a quad room, E30 extra per day.

If you like to stay in an outside hotel (in which case you can save considerably on 
your budget), you are entitled to a E100 insurance (both by participants and their 
accompanying persons), payable directly to the hotel Chiola. 

Please, remember that hotel Chiola has only 30 rooms for sale, and most attendees will 
have to stay in Pescara (25km or 30min by public busses) or better in the nearby Silvi 
Marina (15km or 15min by public busses, operating from 6am till 11pm). Busses are to 
be taken to the center of Loreto Aprutino, and the hotel is five minutes walking 
uphill (to the top of the hill). Of course, rent-a-car is the most convenient solution 
(there is a parking on the top of the hill).

(c) For the conference fee (e400).

3. The conference fee covers a professional reviewing process, the conference program, 
a book of abstracts, a CD with full papers, a welcome dinner on the arrival day, 
coffee/tea breaks, and access to  all professional and social activities of the 
IPSI-2004 PESCARA. The fee is e300 for past participants of IPSI conferences who agree 
to review 12 papers per year.

4. For paper layout format, you are free to select any format  that meets your needs 
and esthetical criteria. Your paper will be reviewed, with the major intention to 
provide you with a feedback that can help improve the quality.

5. Full papers are limited to maximum 1MB and minimum 4 pages.

6. The scope of the conference is relatively wide: Informatics, Internet, Computer 
Science and Engineering, Interdisciplinary Research, MBA, Internet aspects of 
Medicine, Education, Management, Law, etc. Of course, traditional Electrical and 
Computer Engineering, and Engineering Physics, or BioEngineering and Environment 
Protection, too.

7. Late payments, both for the hotel Castello Chiola and the fee, extra 10 

New Samba/VMS version for Big Files support

2004-04-16 Thread COLLOT Jean-Yves
I posted on the usual http://www.pi-net.dyndns.org/anonymous/jyc/ location a
new couple of kits that supports big files (i.e. files bigger than 2
Gigabytes). Except this feature, there is no differences between this kit
and the standard one, so if your files are not so big, you have no reason to
update.

Please note that this big files version works only on Alpha, with VMS
7.3-1 or later.

Many thanks to James Ziller, who originally popped up the problem, and was a
great help for testing.

Jean-Yves Collot
PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html


Ihre Mail an kerwekomitee@web.de

2004-04-16 Thread autoresponder

Danke für deine Email. Das Kerwekomitee vun de Tornhall wird sich um dein Anliegen 
kümmern!


1.000.000 EUR gewinnen - kostenlos tippen - http://millionenklick.web.de
[EMAIL PROTECTED], 12MB Speicher, Verschluesselung - http://freemail.web.de

PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html


svn commit: samba r249 - in branches/tmp/VOYAGER/source: groupdb include rpc_server

2004-04-16 Thread vlendec
Author: vlendec
Date: 2004-04-16 10:36:54 + (Fri, 16 Apr 2004)
New Revision: 249

Modified:
   branches/tmp/VOYAGER/source/groupdb/mapping.c
   branches/tmp/VOYAGER/source/include/passdb.h
   branches/tmp/VOYAGER/source/rpc_server/srv_samr_nt.c
Log:
Index pdb_get/set_dom_grp_info by name, not by SID. Lets see how far this
gets us...

Volker


WebSVN: 
http://websvn.samba.org/websvn/listing.php?rep=0path=/branches/tmp/VOYAGER/sourcerev=249sc=1


svn commit: lorikeet r8 - trunk/pppd

2004-04-16 Thread abartlet
Author: abartlet
Date: 2004-04-16 11:16:45 + (Fri, 16 Apr 2004)
New Revision: 8

Modified:
   trunk/pppd/ppp-ntlm_auth.patch
Log:
Update the ppp patch - ppp CVS added some casts...

Andrew Bartlett


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=lorikeetpath=/rev=8nolog=1


svn commit: samba-docs r22 - in trunk: . archives

2004-04-16 Thread jerry
Author: jerry
Date: 2004-04-16 15:11:59 + (Fri, 16 Apr 2004)
New Revision: 22

Added:
   trunk/archives/
   trunk/archives/THANKS
   trunk/archives/history
Log:
adding the THANKS and history files back after talking to jht

WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=samba-docspath=/trunkrev=22nolog=1


svn commit: samba r250 - branches/tmp/VOYAGER/source/groupdb

2004-04-16 Thread vlendec
Author: vlendec
Date: 2004-04-16 15:57:25 + (Fri, 16 Apr 2004)
New Revision: 250

Modified:
   branches/tmp/VOYAGER/source/groupdb/mapping.c
Log:
Implement a nt-unix name map.

Volker


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=250nolog=1


svn commit: samba r251 - in branches/tmp/VOYAGER/source: groupdb passdb

2004-04-16 Thread vlendec
Author: vlendec
Date: 2004-04-16 16:28:46 + (Fri, 16 Apr 2004)
New Revision: 251

Modified:
   branches/tmp/VOYAGER/source/groupdb/mapping.c
   branches/tmp/VOYAGER/source/passdb/lookup_sid.c
Log:
Fix bug in nt_to_unix_name, make lookup_name use it.

Volker


WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/branches/tmp/VOYAGER/sourcerev=251nolog=1


svn commit: samba r252 - in branches/SAMBA_3_0/examples: . scripts

2004-04-16 Thread jerry
Author: jerry
Date: 2004-04-16 17:49:11 + (Fri, 16 Apr 2004)
New Revision: 252

Added:
   branches/SAMBA_3_0/examples/scripts/
   branches/SAMBA_3_0/examples/scripts/backtrace
Log:
add backtrace to examples so people know about it (slight change from lars @suse)

WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/branches/SAMBA_3_0/examplesrev=252nolog=1


svn commit: samba r253 - branches/tmp

2004-04-16 Thread metze
Author: metze
Date: 2004-04-17 02:01:45 + (Sat, 17 Apr 2004)
New Revision: 253

Added:
   branches/tmp/metze-4_0-BUILD/
Log:
create a temporary branch for the new build system

metze


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=253nolog=1


svn commit: samba r254 - in branches/tmp/metze-4_0-BUILD/source: . auth build/m4 lib lib/cmdline lib/ldb lib/popt lib/registry lib/registry/common lib/registry/tools libcli librpc ntvfs passdb rpc_server smb_server smbd torture utils

2004-04-16 Thread metze
Author: metze
Date: 2004-04-17 02:31:14 + (Sat, 17 Apr 2004)
New Revision: 254

Added:
   branches/tmp/metze-4_0-BUILD/source/build/m4/smb_build.m4
   branches/tmp/metze-4_0-BUILD/source/build/m4/smb_build_core.m4
Modified:
   branches/tmp/metze-4_0-BUILD/source/Makefile.in
   branches/tmp/metze-4_0-BUILD/source/VERSION
   branches/tmp/metze-4_0-BUILD/source/aclocal.m4
   branches/tmp/metze-4_0-BUILD/source/auth/config.m4
   branches/tmp/metze-4_0-BUILD/source/configure.in
   branches/tmp/metze-4_0-BUILD/source/lib/basic.m4
   branches/tmp/metze-4_0-BUILD/source/lib/cmdline/config.m4
   branches/tmp/metze-4_0-BUILD/source/lib/iconv.m4
   branches/tmp/metze-4_0-BUILD/source/lib/ldb/config.m4
   branches/tmp/metze-4_0-BUILD/source/lib/popt/config.m4
   branches/tmp/metze-4_0-BUILD/source/lib/registry/common/reg_interface.c
   branches/tmp/metze-4_0-BUILD/source/lib/registry/config.m4
   branches/tmp/metze-4_0-BUILD/source/lib/registry/tools/gregedit.c
   branches/tmp/metze-4_0-BUILD/source/lib/registry/tools/regdiff.c
   branches/tmp/metze-4_0-BUILD/source/lib/registry/tools/regpatch.c
   branches/tmp/metze-4_0-BUILD/source/lib/registry/tools/regshell.c
   branches/tmp/metze-4_0-BUILD/source/lib/registry/tools/regtree.c
   branches/tmp/metze-4_0-BUILD/source/libcli/config.m4
   branches/tmp/metze-4_0-BUILD/source/libcli/libsmb.m4
   branches/tmp/metze-4_0-BUILD/source/librpc/config.m4
   branches/tmp/metze-4_0-BUILD/source/ntvfs/config.m4
   branches/tmp/metze-4_0-BUILD/source/passdb/config.m4
   branches/tmp/metze-4_0-BUILD/source/rpc_server/config.m4
   branches/tmp/metze-4_0-BUILD/source/smb_server/config.m4
   branches/tmp/metze-4_0-BUILD/source/smbd/process_model.m4
   branches/tmp/metze-4_0-BUILD/source/torture/config.m4
   branches/tmp/metze-4_0-BUILD/source/utils/ndrdump.c
   branches/tmp/metze-4_0-BUILD/source/utils/rewrite.c
Log:
commit the first part of my new build system
it still didn't build :-)
but the infastructure is ready

the basic stuff is in build/m4/smb_build*.m4

metze


WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/branches/tmp/metze-4_0-BUILD/sourcerev=254nolog=1


svn commit: samba r255 - in branches/SAMBA_4_0/source: librpc/idl torture/rpc

2004-04-16 Thread tridge
Author: tridge
Date: 2004-04-17 05:25:49 + (Sat, 17 Apr 2004)
New Revision: 255

Modified:
   branches/SAMBA_4_0/source/librpc/idl/samr.idl
   branches/SAMBA_4_0/source/torture/rpc/samr.c
Log:
added samr_SetDomainInfo IDL and test code



WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/branches/SAMBA_4_0/sourcerev=255nolog=1


svn commit: samba r256 - in branches/SAMBA_4_0/source: librpc/idl torture/rpc

2004-04-16 Thread tridge
Author: tridge
Date: 2004-04-17 05:54:55 + (Sat, 17 Apr 2004)
New Revision: 256

Modified:
   branches/SAMBA_4_0/source/librpc/idl/samr.idl
   branches/SAMBA_4_0/source/torture/rpc/samr.c
Log:
added samr_CreateDomainGroup() and samr_DeleteDomainGroup() IDL and test code




WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/branches/SAMBA_4_0/sourcerev=256nolog=1