Re: Samba 3 Binaries

2004-02-05 Thread Hannu Virtanen
Jerry,
I have only IRIX machines, but have also realized that there are almost no
UNIX binaries at Your site, why is that. So are there no users or is the
development nowadays only for Linux.
Best regards
Hannu Virtanen
Consulting Engineers
Poysala  Sandberg Oy  Tel.+358-9-58441205
Hietalahdenkatu 8  Fax:+358-9-58441209
FIN-00180 HELSINKI E-Mail: [EMAIL PROTECTED]
FINLANDWeb:www.poysalasandberg.fi

- Original Message - 
From: Gerald (Jerry) Carter [EMAIL PROTECTED]
To: Hannu Virtanen [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, February 04, 2004 4:52 PM
Subject: Re: Samba 3 Binaries


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hannu Virtanen wrote:
 | Hello,
 | Is Samba 3 only Linux Software from here to eternity, or...
 | Where are Samba 3 binaries.
 
 What platform ?
 
 
 
 
 cheers, jerry
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.1 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
 iD8DBQFAIQc3IR7qMdg1EfYRAgU+AKDROx1qa8XYt1R8dr9UhbJLrLYXTgCaAjsu
 /j9JF+clkGo8IvpHIxQpum8=
 =CcKs
 -END PGP SIGNATURE-
 
 


[Samba] ALERT - GroupShield ticket number OA1394_1075968669_BRKPRIMARY2_ 1 was generated

2004-02-05 Thread GroupShield for Exchange (BRKPRIMARY2)
Action Taken:
The attachment was deleted from the message and replaced with a text file
informing the recipient of the action taken.

To:
[EMAIL PROTECTED] [EMAIL PROTECTED]

From:
[EMAIL PROTECTED] [EMAIL PROTECTED]

Sent:
-1672754048,29617087

Subject:
HI

Attachment Details:-

Attachment Name: body.zip
File: body.zip
Infected? Yes
Repaired? No
Blocked? No
Deleted? Yes
Virus Name: W32/[EMAIL PROTECTED]




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

[Samba] LDAP don't start

2004-02-05 Thread Frederic . BIZARD
Hello,

When I lauch 'slapd -d -1', I have this error :

slapd startup: initiated.
bdb_db_open: dc=effbe,o=net
bdb_db_open: dbenv_open(/usr/local/var/openldap-data)
bdb(dc=effbe,o=net): Berkeley DB library configured to support only 
DB_PRIVATE environments
bdb_db_open: dbenv_open failed: Invalid argument (22)
backend_startup: bi_db_open(0) failed! (22)
slapd shutdown: initiated
 bdb_cache_release_all
slapd shutdown: freeing system resources.
bdb(dc=effbe,o=net): txn_checkpoint interface requires an environment 
configured for the transaction subsystem
bdb_db_destroy: txn_checkpoint failed: Invalid argument (22)
 bdb_cache_release_all
slapd stopped.

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


Re: [Samba] A samba locking question

2004-02-05 Thread Patrik Gustavsson

The things that tricked me was that I read the docs
for Samba 3 regarding locks.

And it says in the third paragraph in section 14.2

Samba 2.2 and above implements record locking completely independent
of the underlying UNIX system. If a byte range lock that the client
requests happens to fall into the range of 0-2^31, Samba hands this
request down to the UNIX system. All other locks cannot be seen by
UNIX, anyway

I interperted that Samba would do fcntl locks on the file if the request
is below 2^31 and not if it is above.
Which are not true.

Secondly, I don't understand why Samba is checking if a file
locked through fcntl before opening it, when it is not locking 
the file through fcntl when Samba is opening the file.

/Patrik



On ons, 2004-02-04 at 18:38, Jeremy Allison wrote:
 On Wed, Feb 04, 2004 at 11:14:31AM +0100, Patrik Gustavsson wrote:
  
  Let me be more specific of what I am trying to do.
  
  I am the engineer at Sun that wrote the cluster agent for
  Samba, a standard HA agent.
  This works as a dream and is deployed on several clusters
  around the world.
  
  Now, I am doing study to see if the standard samba can be run
  as a scalable service (Several smbd's on different nodes accessing
  the same data).
  I know the issue with oplocks, so they are disable duering this
  tests.
  
  The Sun Cluster has the feature GFS (Global File system) as
  what True Cluster has.
  And the GFS will propagate all fcntl(), lockf() calls to all the
  nodes in the cluster.
  
  This has been tested by issuing a fcntl() locks on file, both local and
  remote, and having pc trying open that file and it's fail because it is
  locked.
  
  The issue I have with Samba locks is that, when a client open
  file I can have put a fcntl() write lock on that file.
  
  That shouldn't be possible if the file or part of that file
  had been looked with a fcntl() call.
  
  The output from smbstatus for that file:
  6696   DENY_WRITE 0x2019f RDWR   NONE
  /global/mnt1/datadir/TEST.sxw   Wed Feb  4 10:50:44 2004
 
 This won't work unless you have some method of propagating
 the open file table (found in locking.tdb) which tells clients
 what the current open share modes are.
 
 You need to solve this basic problem before you get to esoterica
 like byte range locks across the cluster.
 
 Jeremy.
-- 
In a world without fences who needs Gates
Patrik Gustavsson, Senior Technical Consultant
[EMAIL PROTECTED] Telephone: +46 60 671540
http://glen.swedenMobile: +46 70 3551040
SUN MICROSYSTEMS  Fax: +46 60 671550
--


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


[Samba] massive performance problems if transferring many small files

2004-02-05 Thread steffen . k
Hi,

If I try to transfer about 27.000 small HTML-Files from my Windows-PC to our
central SAMBA-Server I'll get  massive performance problems. First the
performance looks ok but after a time period of 3 minutes it goes slow down -
appr. one file per second will be transferred. Has anyone an idea what I can tune
to avoid this annoying behaviour.

My samba server configuration:

- OS: Solaris 8

- /etc/system:

* SunOS 5 Cache Override fuer ClearCase
*
*   ClearCase Vobs run out of inode tables and directory name
*   lookup cache. 
set maxusers=2048
set ncsize=34906

*   ClearCase recommends that the size of a VOB host's block buffer
*   cache about 200% of the size of the hosts largest VOB database
*   file.
*   Default bufhwm is 2% ud phys. memory. We try 2% of 2048Mb
set bufhwm=46080

*   ClearCase MVFS-Tuning for large systems 
set mvfs:mvfs_largeinit=1 
set mvfs:mvfs_dncnoentmax=4000
set mvfs:mvfs_dncregmax=4000
set mvfs:mvfs_dncdirmax=1600
set mvfs:mvfs_vobfreemax=4500
set mvfs:mvfs_cvpfreemax=4500

* GE-Link Parameter
* Disable Autonegociation
*set ge:ge_adv_1000autoneg_cap=0

*Begin Tuning for max number of open files
*avoid samba error: Too many open files
 set rlim_fd_cur=1024
 set rlim_fd_max=2048
*End Tuning for max number of open files

- samba version 2.2.8a (64bit compiled)

- smb.conf
# Global parameters
[global]
workgroup = AD-Domain
netbios name = SAMBA01
server string = Samba %v on (%L)
security = DOMAIN
encrypt passwords = Yes
password server = Win2000 Active Directory Server
username map = /opt/samba/lib/username.map
log level = 1
max log size = 2000
max open files = 3
os level = 0
wins server = www.xxx.yyy.zzz
kernel oplocks = No
comment = Globale Definitionen
create mask = 0775
directory mask = 0775
browseable = No
oplocks = No

[homes]
comment = Home Directory
read only = No
create mask = 0755


Thanks,
Steffen

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


[Samba] PDC/profile Migration to new Host (Domain)

2004-02-05 Thread Daniel Khan
Hello,

I have to migrate a network with a samba 2.2 PDC to a new host with a 
Samba 3.0 PDC.
Samba 3.0 is up and running now.
The only thing that makes me nervous is how to migrate the profiles of 
the old PDC to
the new PDC. Unfortunately usernames/machine names will also change.
The profiles are per user (not per machine) and will stay this way.
The clients are win2K pro, winXP pro.

Is it possible to logon to the old domain, join the new domain and have 
the current users profile copied to the new PDC?

Or better, what is the best way to do it?

Thanks in advance

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


Re: [Samba] massive performance problems if transferring many small files

2004-02-05 Thread Andrew Bartlett
On Thu, 2004-02-05 at 20:12, [EMAIL PROTECTED] wrote:
 Hi,
 
 If I try to transfer about 27.000 small HTML-Files from my Windows-PC to our
 central SAMBA-Server I'll get  massive performance problems. First the
 performance looks ok but after a time period of 3 minutes it goes slow down -
 appr. one file per second will be transferred. Has anyone an idea what I can tune
 to avoid this annoying behaviour.

 - samba version 2.2.8a (64bit compiled)

Are all/many of these files in the same directory?

I would suggest that Samba 3.0 might handle this situation better, or in
2.2 set 'mangle method = hash2'.  

Andrew Bartlett

-- 
Andrew Bartlett [EMAIL PROTECTED]
Manager, Authentication Subsystems, Samba Team  [EMAIL PROTECTED]
Student Network Administrator, Hawker College   [EMAIL PROTECTED]
http://samba.org http://build.samba.org http://hawkerc.net


signature.asc
Description: This is a digitally signed message part
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] My story installing Samba-LDAP PDC (it has a happy ending)

2004-02-05 Thread Muhammad Reza
hi.

I Failed when try to mapping (create) samba (NT) group

#net groupmap add rid=513 ntgroup=Domain Guests unixgroup=nobody
adding entry for group Domain Guests failed!
# ldapsearch -x -h localhost -b cn=nobody,ou=Groups,dc=mra,dc=net
# extended LDIF
#
# LDAPv3
# base cn=nobody,ou=Groups,dc=mra,dc=net with scope sub
# filter: (objectclass=*)
# requesting: ALL
#
# nobody, Groups, mra.net
dn: cn=nobody,ou=Groups,dc=mra,dc=net
objectClass: posixGroup
objectClass: top
cn: nobody
description: Local Unix group
gidNumber: 65533
# search result
search: 2
result: 0 Success
# numResponses: 2
# numEntries: 1
please help me...

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


Réf. : [Samba] My story installing Samba-LDAP PDC (it has a happy ending)

2004-02-05 Thread stephane . purnelle

Could you send the ldap conf of samba (smb.conf) ?


 Stéphane

---
Stéphane PURNELLE [EMAIL PROTECTED]
Service Informatique   Corman S.A.   Tel : 00 32 087/342467


   
  
Muhammad Reza [EMAIL PROTECTED]  
 
Envoyé par :   Pour :  
[EMAIL PROTECTED] 
[EMAIL PROTECTED]cc :  

.samba.org Objet : 
 [Samba] My story installing Samba-LDAP PDC (it has a happy   
   ending) 
  
   
  
05/02/2004 11:08   
  
   
  
   
  




hi.

I Failed when try to mapping (create) samba (NT) group

#net groupmap add rid=513 ntgroup=Domain Guests unixgroup=nobody
adding entry for group Domain Guests failed!


# ldapsearch -x -h localhost -b cn=nobody,ou=Groups,dc=mra,dc=net
# extended LDIF
#
# LDAPv3
# base cn=nobody,ou=Groups,dc=mra,dc=net with scope sub
# filter: (objectclass=*)
# requesting: ALL
#

# nobody, Groups, mra.net
dn: cn=nobody,ou=Groups,dc=mra,dc=net
objectClass: posixGroup
objectClass: top
cn: nobody
description: Local Unix group
gidNumber: 65533

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1

please help me...

regards
reza

--
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] big problem changing permissions on samba with windows

2004-02-05 Thread Emir Prcic
Hi there, I have

Redhat 7.1 + samba 2.07

Suse 8.2  + samba 2.28

 

I am not able to change any permissions on samba shares from windows.
Either my explorer chrashes or on the server I get a message saying
unable to save permission changes (on suse samba share) or ( on redhat
samba share) cant verify that the fileserver is a member of a domain.
Both machines are added to the domains and they are in active directory
under computers. They have been added with smbpasswd -j command to the
w2k pdc. When I add new user the user just disappears. And there user
Everyone is constantly there. Also in w2k I am not able to change nor
see any of the permissions to the people already there (if I add them
from the samba side). 

Please help, 

 

Attachned copy of a smb.conf

 

 

# smb.conf is the main Samba configuration file. You find a full
commented

# version at /usr/share/doc/packages/samba/examples/smb.conf.SuSE

# Date: 2003-07-01

[global]

  unix extensions = Yes

  netbios name = file2

  printing = CUPS

  socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY

  password server = IPADDRESS

  wins server = IPADDRESS

  workgroup = DOMAINNAME

  os level = 2

  map to guest = Bad User

  printcap name = CUPS

  encrypt passwords = Yes

  time server = Yes

  veto files = /*.eml/*.nws/riched20.dll/*.{*}/

  security = domain

  nt acl support = yes

[homes]

  comment = Home Directories

  valid users = %S

  browseable = No

  read only = No

  create mask = 0640

  directory mask = 0750

[printers]

  comment = All Printers

  path = /var/tmp

  printable = Yes

  create mask = 0600

  browseable = No

[print$]

  comment = Printer Drivers

  path = /var/lib/samba/drivers

  write list = @ntadmin root

  force group = ntadmin

  create mask = 0664

  directory mask = 0775

 

[webserver]

  writeable = yes

  valid users = administrator

  path = /srv

  write list = administrator

 

 

 

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


Re: [Samba] massive performance problems if transferring many small files

2004-02-05 Thread Steffen Kauka
 On Thu, 2004-02-05 at 20:12, [EMAIL PROTECTED] wrote:
  Hi,
  
  If I try to transfer about 27.000 small HTML-Files from my Windows-PC to
 our
  central SAMBA-Server I'll get  massive performance problems. First the
  performance looks ok but after a time period of 3 minutes it goes slow
 do
 wn -
  appr. one file per second will be transferred. Has anyone an idea what I
 can tune
  to avoid this annoying behaviour.
 
  - samba version 2.2.8a (64bit compiled)
 
 Are all/many of these files in the same directory?

Yes, it's a flat directory hierarchy.

 I would suggest that Samba 3.0 might handle this situation better, or in
 2.2 set 'mangle method = hash2'.  

I'll try it 

Are there any Solaris kernel variables they interfere with this behaviour
and needs to be adjusted?

Regards,
Steffen

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


RE: [Samba] idmap uid range 10000-20000: pam_winbind does NOT wor k ?

2004-02-05 Thread Ganguly, Sapan

Mike, 

I got it working!!  Have a look at what I have, here is my smb.conf and my
pam.conf.

# Global parameters
[global]
workgroup = RRLNTD01
server string = SUN001
security = DOMAIN
password server = nts009
log level = 10
syslog = 7
log file = /var/log/samba/log.%m
max log size = 50
name resolve order = wins lmhosts bcast
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = /etc/printcap
local master = No
dns proxy = No
wins server = 192.168.224.25
ldap suffix = dc=uk,dc=trt,dc=thales
ldap idmap suffix = ou=idmap
ldap admin dn = cn=root,dc=uk,dc=trt,dc=thales
idmap backend = ldap:ldap://lnxs001
idmap uid = 1-2
idmap gid = 1-2
template homedir = /mnt/spare/%U
template shell = /bin/bash
winbind separator = -
winbind use default domain = Yes

#
#ident  @(#)pam.conf   1.2002/01/23 SMI
#
# Copyright 1996-2002 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# PAM configuration
#
# Unless explicitly defined, all services use the modules
# defined in the other section.
#
# Modules are defined with relative pathnames, i.e., they are
# relative to /usr/lib/security/$ISA. Absolute path names, as
# present in this file in previous releases are still acceptable.
#
# Authentication management
#
# login service (explicit because of pam_dial_auth)
#
login   auth required   pam_winbind.so
login   auth requisite  pam_authtok_get.so.1 debug
#login   auth sufficient /usr/lib/security/pam_winbind.so.1
try_first_pass debug
login   auth sufficient pam_dhkeys.so.1 debug
login   auth sufficient pam_unix_auth.so.1 debug
login   auth sufficient pam_dial_auth.so.1 debug
#login   auth sufficient /usr/lib/security/pam_winbind.so.1 debug
try_first_pass

#
# rlogin service (explicit because of pam_rhost_auth)
#
rlogin  auth required   pam_winbind.so
rlogin  auth sufficient pam_rhosts_auth.so.1 debug
rlogin  auth requisite  pam_authtok_get.so.1 debug
rlogin  auth sufficient pam_dhkeys.so.1 debug
rlogin  auth sufficient pam_unix_auth.so.1 debug
#rlogin auth sufficient /usr/lib/security/pam_winbind.so.1
try_first_pass debug
#
# rsh service (explicit because of pam_rhost_auth,
# and pam_unix_auth for meaningful pam_setcred)
#
rsh auth sufficient pam_rhosts_auth.so.1 debug
rsh auth required   pam_unix_auth.so.1 debug
#
# PPP service (explicit because of pam_dial_auth)
#
ppp auth requisite  pam_authtok_get.so.1 debug
ppp auth required   pam_dhkeys.so.1 debug
ppp auth required   pam_unix_auth.so.1 debug
ppp auth required   pam_dial_auth.so.1 debug
#
# Default definitions for Authentication management
# Used when service name is not explicitly mentioned for authenctication
#
other   auth sufficient pam_winbind.so
other   auth requisite  pam_authtok_get.so.1 debug
other   auth sufficient pam_dhkeys.so.1 debug
other   auth sufficient pam_unix_auth.so.1 debug
#other  auth sufficient /usr/lib/security/pam_winbind.so.1
try_first_pass debug
#
# passwd command (explicit because of a different authentication module)
#
passwd  auth required   pam_passwd_auth.so.1 debug
#
# cron service (explicit because of non-usage of pam_roles.so.1)
#
cronaccount requiredpam_projects.so.1 debug
cronaccount requiredpam_unix_account.so.1 debug
#
# Default definition for Account management
# Used when service name is not explicitly mentioned for account management
#
other   account sufficient  pam_winbind.so
other   account requisite   pam_roles.so.1 debug
other   account sufficient  pam_projects.so.1 debug
other   account sufficient  pam_unix_account.so.1 debug
#other  account sufficient  /usr/lib/security/pam_winbind.so.1 debug
#
# Default definition for Session management
# Used when service name is not explicitly mentioned for session management
#
other   session requiredpam_mkhomedir.so skel=/etc/skel umask=0022
other   session requiredpam_unix_session.so.1 debug
other   session sufficient  /usr/lib/security/pam_winbind.so.1
try_first_pass debug
#other  session requiredpam_mkhomedir.so.1 debug skel=/etc/skel
umask=0022
#
# Default definition for  Password management
# Used when service name is not explicitly mentioned for password management
#
other   password required   pam_dhkeys.so.1 debug
other   password requisite  pam_authtok_get.so.1 debug
other   password requisite  pam_authtok_check.so.1 debug
other   password required   pam_authtok_store.so.1 debug
#
# Support for Kerberos V5 authentication (uncomment to use Kerberos)
#
#rlogin auth optional   pam_krb5.so.1 

RE: [Samba] PDC/profile Migration to new Host (Domain)

2004-02-05 Thread Thiago Lima

Look at microsoft.com for 'migrating profiles' there's a tool that
you can use to export users profile and then import it again to another
user.

I've never tested it, but I'm planning to do it very soon.

Regards
Thiago.
 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]
g] On Behalf Of Daniel Khan
Sent: Thursday, February 05, 2004 7:48 AM
To: [EMAIL PROTECTED]
Subject: [Samba] PDC/profile Migration to new Host (Domain)

Hello,

I have to migrate a network with a samba 2.2 PDC to a new host 
with a Samba 3.0 PDC.
Samba 3.0 is up and running now.
The only thing that makes me nervous is how to migrate the 
profiles of the old PDC to the new PDC. Unfortunately 
usernames/machine names will also change.
The profiles are per user (not per machine) and will stay this way.
The clients are win2K pro, winXP pro.

Is it possible to logon to the old domain, join the new domain 
and have the current users profile copied to the new PDC?

Or better, what is the best way to do it?

Thanks in advance

--
Daniel Khan
--
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] unable to set ace flags?????

2004-02-05 Thread Emir Prcic
I get this in log after I try to change permissions from w2k server

 

Can any one help?

 

[2004/02/04 11:21:31, 1] smbd/nttrans.c:unpack_nt_permissions(2244)

  unpack_nt_permissions: unable to set ACE flags (10).

[2004/02/04 11:21:31, 1] smbd/nttrans.c:unpack_nt_permissions(2244)

  unpack_nt_permissions: unable to set ACE flags (10).

[2004/02/04 11:21:31, 1] smbd/nttrans.c:unpack_nt_permissions(2244)

  unpack_nt_permissions: unable to set ACE flags (10).

[2004/02/04 11:21:31, 1] smbd/nttrans.c:unpack_nt_permissions(2244)

  unpack_nt_permissions: unable to set ACE flags (10).

[2004/02/04 11:21:31, 1] smbd/nttrans.c:unpack_nt_permissions(2244)

  unpack_nt_permissions: unable to set ACE flags (10).

[2004/02/04 11:21:31, 1] smbd/nttrans.c:unpack_nt_permissions(2244)

  unpack_nt_permissions: unable to set ACE flags (10).

[2004/02/04 11:21:31, 1] smbd/nttrans.c:unpack_nt_permissions(2244)

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


[Samba] how to change password from win2k client

2004-02-05 Thread Sohail Hasan
I am using samba as a PDC for my WIN2K professional network. My 
configuration is as under:

[global]
   workgroup = ABC
   netbios name = COMPAQ
   server string = %h server (Samba %v)
   security = user
   encrypt passwords = Yes
   null passwords = Yes
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\sUNIX\spassword:* %n\n 
*Retype\snew\sUNIX\spassword:* %n\n .
   unix password sync = Yes
   syslog = 0
   log file = /var/log/samba/log.%m
   max log size = 1000
   add user script = /usr/sbin/useradd -d /dev/null -g 100 -s 
/bin/false -M %u
   logon script = \\%N\netlogon\logon
logon drive = H:
   domain logons = Yes
   os level = 99
   preferred master = True
   domain master = True

 
[netlogon]
   path = /export/smb/netlogon
   write list = JOHN

When i try to change a user password from my win2k client it says that 
you do not have permission to change the password, what configuration 
parameter do i need to make that work.

Sincerely,

shasan

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


[Samba] Failed to clean virus file document.zip

2004-02-05 Thread ACC
The file you have sent was infected with a virus but InterScan E-Mail VirusWall
could not clean it.
-- 
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.1 and 3.0.2rc2 - ldap backend problem - still not solved :(

2004-02-05 Thread Beast
* boka [EMAIL PROTECTED] nulis:

 
 i'm broke ... i dont want to store machine accounts in people container ...

You must tell nss_ldap where to find this account. see /etc/ldap.conf


--beast

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


[Samba] no such file or directory error

2004-02-05 Thread Tom and Denise Caudron
I have an smb service set up on a box on my home network, and it
currently works fine with the mp3 folder I share out accross the lan. 
However, I recently decided to add a share for my web site so i could
make site updates/changes from any other box in the house rather than
having to go to the server to make content changes.

The relevant bita of my smb.conf file look like this:

[mp3]
   path = /share/mp3
   public = yes
   only guest = yes
   writable = yes
   printable = no

[tomdecom]
  path = /home/httpd/htdocs/tom.digitalelite.com
  public = yes
  only guest = yes
  writable = yes
  printable = no

The output of a version check on the server-side gives me:

# smbd -V
Version 2.2.8a

On the client side, the relevant bits of my fstab file look like this:

//mordor/mp3/network/mp3smbfs   
username=Guest,password=,users,fmask=777,dmask=777   0 0
//mordor/tomdecom   /network/tomdecom   smbfs   
username=Guest,password=,users,fmask=777,dmask=777   0 0

Note that I have created both client-side directories and I have
restarted samba after adding the [tomdecom] entry.  I have even gone so
far as to reboot my client system.  The smb shares mount fine.  No
errors.  I can view the contents:

# ls -la /network/tomdecom/
total 3163
drwxrwxrwx1 root root 4096 Feb  4 22:10 .
drwxr-xr-x7 root root  192 Feb  5 08:48 ..
-rwxrwxrwx1 root root   62 Oct  8 01:28 index.html

Note that the permissions seem adequate, yet when I try to copy files to
that /network/tomdecom folder, I get errors:

`webalbum/index.html' - `/network/tomdecom/index.html'
cp: cannot create regular file `/network/tomdecom/index.html': Permission denied
`webalbum/left.png' - `/network/tomdecom/left.png'
cp: cannot create regular file `/network/tomdecom/left.png': No such file or directory
`webalbum/next.png' - `/network/tomdecom/next.png'
cp: cannot create regular file `/network/tomdecom/next.png': No such file or directory
`webalbum/prev.png' - `/network/tomdecom/prev.png'
cp: cannot create regular file `/network/tomdecom/prev.png': No such file or directory
`webalbum/right.png' - `/network/tomdecom/right.png'
cp: cannot create regular file `/network/tomdecom/right.png': No such file or directory
`webalbum/top.png' - `/network/tomdecom/top.png'
cp: cannot create regular file `/network/tomdecom/top.png': No such file or directory

If the file already exists, I get a permission denied error, and if the
file doesn't already exist I get a no such file or directory error.  I
tried simply opening the folder in Nautilus (I'm using Gnome 2.4 on the
client-side and no gui on the server side) and creating a folder there,
but I get a permission denied error there too.  All this, and yet the
permissions seem sjust fine as reported by both the cli and Nautilus.

I have tried to copy files as both my regular uid and as root.  I have
also tried to simply touch a file onto the share and gotten the same
result.  It goes without saying, probably, but when I'm on the server
itself, I have no permissions issues.

Remember that the /network/mp3 share works perfectly fine.  No problems
in any way.  It's just the tomdecom share that is acting up.

What can I be doing wrong?  Any help at all would be appreciated.  If
you need to see other output, feel free to ask.

Thanks in advance!

-Tom Caudron

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


[Samba] Re: test

2004-02-05 Thread rick . sabbadini
Ciao, ho cambiato indirizzo email. Quello nuovo vi verrà comunicato - se non ho già 
provveduto - prima possibile.

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


[Samba] PANIC: internal error..

2004-02-05 Thread Collen
I figured out what the problem of the panic action is.

it in the codepages..
i had a users personal directory coppied directly from a samba 2.2.x
server

and now all the file names with eg. û,î,É ect.. gave an error.
samba 3 paniced when it sees files with \210 or \202.. (û,î,É)

so i renamed all problemed files to the normal codepage, and it seem's
to work..

L8r..

Collen



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


Re: [Samba] no such file or directory error

2004-02-05 Thread Craig White
On Thu, 2004-02-05 at 08:04, Tom and Denise Caudron wrote:
 I have an smb service set up on a box on my home network, and it
 currently works fine with the mp3 folder I share out accross the lan. 
 However, I recently decided to add a share for my web site so i could
 make site updates/changes from any other box in the house rather than
 having to go to the server to make content changes.
 
 The relevant bita of my smb.conf file look like this:
 
 [mp3]
path = /share/mp3
public = yes
only guest = yes
writable = yes
printable = no
 
 [tomdecom]
   path = /home/httpd/htdocs/tom.digitalelite.com
   public = yes
   only guest = yes
   writable = yes
   printable = no
 
 The output of a version check on the server-side gives me:
 
 # smbd -V
 Version 2.2.8a
 
 On the client side, the relevant bits of my fstab file look like this:
 
 //mordor/mp3/network/mp3smbfs   
 username=Guest,password=,users,fmask=777,dmask=777   0 0
 //mordor/tomdecom   /network/tomdecom   smbfs   
 username=Guest,password=,users,fmask=777,dmask=777   0 0
 
 Note that I have created both client-side directories and I have
 restarted samba after adding the [tomdecom] entry.  I have even gone so
 far as to reboot my client system.  The smb shares mount fine.  No
 errors.  I can view the contents:
 
 # ls -la /network/tomdecom/
 total 3163
 drwxrwxrwx1 root root 4096 Feb  4 22:10 .
 drwxr-xr-x7 root root  192 Feb  5 08:48 ..
 -rwxrwxrwx1 root root   62 Oct  8 01:28 index.html
 
 Note that the permissions seem adequate, yet when I try to copy files to
 that /network/tomdecom folder, I get errors:
 
 `webalbum/index.html' - `/network/tomdecom/index.html'
 cp: cannot create regular file `/network/tomdecom/index.html': Permission denied
 `webalbum/left.png' - `/network/tomdecom/left.png'
 cp: cannot create regular file `/network/tomdecom/left.png': No such file or 
 directory
 `webalbum/next.png' - `/network/tomdecom/next.png'
 cp: cannot create regular file `/network/tomdecom/next.png': No such file or 
 directory
 `webalbum/prev.png' - `/network/tomdecom/prev.png'
 cp: cannot create regular file `/network/tomdecom/prev.png': No such file or 
 directory
 `webalbum/right.png' - `/network/tomdecom/right.png'
 cp: cannot create regular file `/network/tomdecom/right.png': No such file or 
 directory
 `webalbum/top.png' - `/network/tomdecom/top.png'
 cp: cannot create regular file `/network/tomdecom/top.png': No such file or directory
 
 If the file already exists, I get a permission denied error, and if the
 file doesn't already exist I get a no such file or directory error.  I
 tried simply opening the folder in Nautilus (I'm using Gnome 2.4 on the
 client-side and no gui on the server side) and creating a folder there,
 but I get a permission denied error there too.  All this, and yet the
 permissions seem sjust fine as reported by both the cli and Nautilus.
 
 I have tried to copy files as both my regular uid and as root.  I have
 also tried to simply touch a file onto the share and gotten the same
 result.  It goes without saying, probably, but when I'm on the server
 itself, I have no permissions issues.
 
 Remember that the /network/mp3 share works perfectly fine.  No problems
 in any way.  It's just the tomdecom share that is acting up.
 
 What can I be doing wrong?  Any help at all would be appreciated.  If
 you need to see other output, feel free to ask.
---
as root, on console on the server...
chmod 777 /home/httpd/htdocs/tom.digitalelite.com -R

If you are opening this web server over the internet, you will need to
consider all sorts of issues regarding security, users and groups, etc.
The concept of allowing 'guests' write access is one that conflicts with
any notion of security.

Craig


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


Re: [Samba] Signal 11 in smbd 3.0.2rc2 on printer operation!

2004-02-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jerry Haltom wrote:
|
| Could a corrupt .tdb of any sort be causing this? It
| is touching a variable named pdb (maybe printer db?),
| but I'm not sure what that is.
It could I guess, but I agree with Jeremy.  That's a
strange place to crash.  How many machines did you
see this on?  If only one, have you ruled out bad RAM ?
On Wed, 2004-02-04 at 19:08, Jeremy Allison wrote:

| #7  0x0820b54b in print_queue_status (snum=1, ppqueue=0xb4d0,
|status=0xb4d4) at printing/printing.c:2283
|   keystr = STATUS/hpljet8100n\0\0\001\0\0\0 öÿ¿ [EMAIL PROTECTED]\bò\006
[EMAIL 
PROTECTED]:´\0\0\0\0\0\0\0\0Döÿ¿,ôÿ¿Q0\026\b\004\0\0\0Döÿ¿\024\0\0\0\0\0\0\0\001\0\0\0\0\0\0\0\004\0\0\0\0\0\0\0\002\0\0\08U=\bLôÿ¿\0361\026\b\220\026=\bDöÿ¿xôÿ¿\004\0\0\0\0\0\0\0\001\0\0\0|ôÿ¿ð\214!\b\001\0\0\0Döÿ¿xôÿ¿,L\023\b\0\0\0\0\224ýÿ¿\214ôÿ¿Kð\017\b...
|   data = {dptr = 0x0, dsize = 264}
|   key = {dptr = 0xb3ac STATUS/hpljet8100n, dsize = 18}
|   printername = 0x82f6c40 hpljet8100n
|   pdb = (struct tdb_print_db *) 0x83d4ac8
|   count = 0
|
| This is a strange crash location. It appears to be in the call here :
|
|if (!get_stored_queue_info(pdb, snum, count, ppqueue)) {
|release_print_db(pdb);
|return 0;
|
| I don't immediately see any bad pointers etc. in this call...


cheers, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAImqUIR7qMdg1EfYRAikcAJ43erXruQhRuLE7arSDsDUROwnVuQCgyLwU
8T0AGaPERFSb0WPYVczJEKE=
=G3Fk
-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] Can't add users to an ACL

2004-02-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nathan Friess wrote:

| I have ACLs working with both setfacl and smbcacls.  I can
| view ACLs and change permissions of users already in the ACL of a file
| on the server using a Windows XP client.  However, when I try to add
| a user, after giving Windows the name of a valid user, it prompts me
| for a username/password.  If I give it a user/pass, it says that I
| can't have two connections at once (no matter if I use my current
| user/pass, or another one such as an admin account), and Windows
| can't find the user.
If this matches what you are seeing

~  https://bugzilla.samba.org/show_bug.cgi?id=283

then it's windows bug.  Sorry.



cheers, jerry
- --
Hewlett-Packard- http://www.hp.com
SAMBA Team -- http://www.samba.org
GnuPG Key   http://www.plainjoe.org/gpg_public.asc
If we're adding to the noise, turn off this song --Switchfoot (2003)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAImupIR7qMdg1EfYRApJYAJ9DRtblGCMZ2r4/CB2uk3h56lMvxACfS3fn
vsPz/4tWZjZFYfiSuuFiBso=
=9ATx
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Printing Problem With USB Epson C84

2004-02-05 Thread L. Mark Stone
OK, I've solved all of my previous permissions issues, now I just need
to get the output out.

Setup:
SuSE 9.0 Pro running Samba 2.2.8a. VMware installed with Windows 2000
Pro guest OS. Epson C84 attached via USB prints fine from Linux with
CUPS and also via the commandline using smbclient  print. With data
shares, I have no problems.

Problem:
Print jobs from Windows 2000 never get printed.

Observations:
If I print a job from Windows 2000 in VMware and watch the contents of
/var/tmp, I can see the print job file momentarily appear and then
disappear. But, the job never makes it to the printer. The samba log
file shows the following:

[2004/02/05 11:07:02, 0] printing/print_cups.c:cups_printername_ok(388)
  Unable to get printer status for
::{2227a280-3aea-1069-a2de-08002b30309d} - client-error-not-found
[2004/02/05 11:07:02, 0] smbd/service.c:make_connection(252)
  outside-w2k (172.16.172.128) couldn't find service
::{2227a280-3aea-1069-a2de-08002b30309d}
[2004/02/05 11:07:30, 0] printing/print_cups.c:cups_printername_ok(388)
  Unable to get printer status for
::{2227a280-3aea-1069-a2de-08002b30309d} - client-error-not-found
[2004/02/05 11:07:30, 0] smbd/service.c:make_connection(252)
  outside-w2k (172.16.172.128) couldn't find service
::{2227a280-3aea-1069-a2de-08002b30309d}
[2004/02/05 11:09:45, 1] smbd/service.c:close_cnum(684)
  outside-w2k (172.16.172.128) closed connection to service Epson_C84

Any ideas appreciated! smb.conf follows:

# Samba config file created using SWAT
# from 0.0.0.0 (0.0.0.0)
# Date: 2004/02/04 13:20:42

# Global parameters
[global]
printing = cups
unix extensions = Yes
time server = Yes
log level = 2
printer name = Epson_C84
encrypt passwords = Yes
username map = /etc/samba/user.map
server string = Reliable Networks Samba Server
workgroup = RNOME.COM
veto files = /*.eml/*.nws/riched20.dll/*.{*}/
socket options = SO_KEEPALIVE TCP_NODELAY IPTOS_LOWDELAY
os level = 2
security = user
printcap name = CUPS
domain master = No

[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0640
directory mask = 0750
browseable = No

[printers]
comment = All Printers
path = /var/tmp
create mask = 0600
guest ok = Yes
printable = Yes
browseable = No
use client driver = yes

[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775
guest ok = Yes





-- 
__
L. Mark Stone
President
Reliable Networks of Maine, LLC
477 Congress Street, 5th Floor
Portland, ME 04107

Tel: (207) 772-5678
Cell: (917) 597-2057
Email: [EMAIL PROTECTED]
Web: http://www.RNoME.com


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


[Samba] Samba 3

2004-02-05 Thread dave beach
Hi - 

I've noticed that my linux box running Samba 3.x seems to have intermittent
problems mounting Windows XP shares, where Samba 2.x didn't seem to have
problems at all. Nothing's changed on the XP boxes.

I realize this is hopelessly vague, but has behaviour of this sort been
previously reported?
-- 
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.1 and 3.0.2rc2 - ldap backend problem - still not solved :(

2004-02-05 Thread paul k
boka wrote:

Trying _Get_Pwnam(), username as lowercase is boka2
Trying _Get_Pwnam(), username as uppercase is BOKA2
Checking combinations of 0 uppercase letters in boka2
Get_Pwnam_internals didn't find user [boka2]!
could not create account to add new user boka2
i'm broke ... i dont want to store machine accounts in people container ...
Not sure about the sambaSID problem, but for the user not found...: Did 
you changed the scope in /etc/ldap.conf (for the nss_ldap stuff)? If you 
have computers and users under different OU's, your 'base' should be one 
level higher and the scope 'sub', not 'one'. Testing with getent() is easy.

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


[Samba] Slow logins and lost files for some users on Samba 2.2.8a

2004-02-05 Thread Per von Zweigbergk
(Sorry if this message appears twice -- but it seems the usenet = mailing
list gateway is only one way -- messages to usenet don't end up on the
mailing list.)

Two of my users are complaining that it takes a very long time (sometimes
in the order of 15 minutes) for them to log in.

I have had this problem before -- but it then turned out that the problem
was simply a question of having very large roaming profiles.

I advised the users affected by this problem to move their large files to
their share -- rather than storing them in the roaming profile -- this
helped for most users.

However, this is not the case for these two users. Their home directories
are only a few megabytes big. They are also complaining that their
documents disappear when they log off and store the documents in their
profiles. I have advised them to store their documents in their mounted
home directory for now -- but this is just a stop-gap measure until the
problem gets solved.

I'm running Samba 2.2.8a on FreeBSD 5.1 as a Windows NT4 domain controller
-- and the clients are Windows 2000 Professional on the older machines and
Windows XP Professional on the newer ones. Since this is a school -- and
the users are not assigned any specific computers -- logins happen on
different computers all the time.

I can see nothing out of the ordinary in log.smbd -- does anyone know what
I could do to try solving this problem?

Thanks in advance!

-- 
Per von Zweigbergk [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] samba 3.0.1 and 3.0.2rc2 - ldap backend problem - still not solved :(

2004-02-05 Thread boka
paul k wrote:

Not sure about the sambaSID problem, but for the user not found...: Did 
you changed the scope in /etc/ldap.conf (for the nss_ldap stuff)? If you 
have computers and users under different OU's, your 'base' should be one 
level higher and the scope 'sub', not 'one'. Testing with getent() is easy.
from /etc/ldap.conf:

nss_base_passwd dc=ITSTUFF,dc=PL?sub
nss_base_shadow dc=ITSTUFF,dc=PL?sub
nss_base_group  ou=Groups,dc=ITSTUFF,dc=PL?one
am i right ?

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


Re: [Samba] Signal 11 in smbd 3.0.2rc2 on printer operation!

2004-02-05 Thread Jerry Haltom
Nope. In fact, I do suspect bad ram. I don't know why it would be
consistant though. I would think that bad ram would effect more than
just samba's printing. And you'd think reacreating the process
(different location in memory) would get around it. The problem is
pretty consistant, it's happening for every computer in the office now.

On Thu, 2004-02-05 at 10:08, Gerald (Jerry) Carter wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Jerry Haltom wrote:
 |
 | Could a corrupt .tdb of any sort be causing this? It
 | is touching a variable named pdb (maybe printer db?),
 | but I'm not sure what that is.
 
 It could I guess, but I agree with Jeremy.  That's a
 strange place to crash.  How many machines did you
 see this on?  If only one, have you ruled out bad RAM ?
 
 On Wed, 2004-02-04 at 19:08, Jeremy Allison wrote:
 
 | #7  0x0820b54b in print_queue_status (snum=1, ppqueue=0xb4d0,
 |status=0xb4d4) at printing/printing.c:2283
 |   keystr = STATUS/hpljet8100n\0\0\001\0\0\0 öÿ¿ [EMAIL PROTECTED]\bò\006
 [EMAIL 
 PROTECTED]:´\0\0\0\0\0\0\0\0Döÿ¿,ôÿ¿Q0\026\b\004\0\0\0Döÿ¿\024\0\0\0\0\0\0\0\001\0\0\0\0\0\0\0\004\0\0\0\0\0\0\0\002\0\0\08U=\bLôÿ¿\0361\026\b\220\026=\bDöÿ¿xôÿ¿\004\0\0\0\0\0\0\0\001\0\0\0|ôÿ¿ð\214!\b\001\0\0\0Döÿ¿xôÿ¿,L\023\b\0\0\0\0\224ýÿ¿\214ôÿ¿Kð\017\b...
 |   data = {dptr = 0x0, dsize = 264}
 |   key = {dptr = 0xb3ac STATUS/hpljet8100n, dsize = 18}
 |   printername = 0x82f6c40 hpljet8100n
 |   pdb = (struct tdb_print_db *) 0x83d4ac8
 |   count = 0
 |
 | This is a strange crash location. It appears to be in the call here :
 |
 |if (!get_stored_queue_info(pdb, snum, count, ppqueue)) {
 |release_print_db(pdb);
 |return 0;
 |
 | I don't immediately see any bad pointers etc. in this call...
 
 
 
 
 cheers, jerry
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.1 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
 iD8DBQFAImqUIR7qMdg1EfYRAikcAJ43erXruQhRuLE7arSDsDUROwnVuQCgyLwU
 8T0AGaPERFSb0WPYVczJEKE=
 =G3Fk
 -END PGP SIGNATURE-
-- 
Jerry Haltom [EMAIL PROTECTED]
Feedback Plus, Inc.


signature.asc
Description: This is a digitally signed message part
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] pdf documents do not print from windows client on samba/cups print server

2004-02-05 Thread Andre Kerstens
Hello,

I have unsuccessfully been trying to find a solution for the following 
problem:

Since a couple of months I have been running a openldap / cups 1.1.17 / 
samba 2.2.8a server setup with which I am extremely happy. But lately 
after installing an existing HP 4050 laserjet printer in cups and samba 
(with cupsaddsmb and the cups windows drivers), pdf documents will not 
print on this printer. Everything else (txt, doc, images, etc) prints 
correctly. From linux or mac osx workstation using cups directly these 
pdf's can be printed without any problem. The strange thing is also that 
nor the samba log file nor the cups error log file show any errors and 
the cups access and page log files correctly show that the document 
should have been printed, but no paper came out nevertheless.

Because of the fact that pdf's come out successfully printing from mac 
and linux systems, I suspect that the problem lies on the samba side 
somewhere, but I can't figure out where exactly (mostly because of the 
missing log information). Tried out numerous posts on the net regarding 
this subject, but no solution until now. Has anybody seen this behaviour 
before and found a solution for it?

Here are the relevant pieces of configuration as well:

smb.conf:
-
#
# The printers share: all printers in cups
[global]
load printers = yes
printing = cups
printcap name = cups
printer admin = administrator @admin
[printers]
comment = All Printers
path = /tmp
public = yes
guest ok = no
writable = no
printable = Yes
browseable = No
#
# Share for the WinXP printer drivers
[print$]
comment = Printer Drivers
path = /home/samba/print_drivers
browsable = yes
guest ok = no
readonly = yes
write list = root @admin
cups page_log:
--
waterman_hp4050 kerstens 311 [05/Feb/2004:09:33:14 -0800] 1 1
cups access_log:

localhost - - [05/Feb/2004:09:35:38 -0800] POST / HTTP/1.1 200 172
localhost - - [05/Feb/2004:09:35:39 -0800] POST / HTTP/1.1 200 279
localhost - - [05/Feb/2004:09:35:39 -0800] POST / HTTP/1.1 200 200
localhost - - [05/Feb/2004:09:35:39 -0800] POST / HTTP/1.1 200 275
localhost - - [05/Feb/2004:09:35:39 -0800] POST / HTTP/1.1 200 196
localhost - - [05/Feb/2004:09:35:39 -0800] POST 
/printers/waterman_hp4050 HTTP/1.1 200 76743

Let me know if any other information is needed.

Thanks

Andre

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


[Samba] Limit Printer to Specific Users - Samba 2.2.8a

2004-02-05 Thread Corey Hart
Is there a way to limit a printer to specific users in Samba 2.2.8a?

Running on Redhat 9.0 with CUPS

--

Corey Hart
Systems/Security Analyst




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


[Samba] pdc need machine accounts?

2004-02-05 Thread Beast

If samba3 is installed as PDC, do i net to create machine trust account for this PDC?


--beast

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


[Samba] fstab mounting

2004-02-05 Thread Paul Edgar
Sorry, did not know how to reply to the mailing list...

samba in fstab

//server/share /mountpoint smbfs userid=foo,passwd=bar,rw 0 0

--
Paul Edgar
Verification Engineer
Linux Technology Center / IBM
External 512.838.1493 / TieLine 678-1493
[EMAIL PROTECTED]
No trees were destroyed in the sending of this message, however, a 
significant number of electrons were terribly inconvenienced.

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


Re: [Samba] PANIC: internal error..

2004-02-05 Thread Jeremy Allison
On Thu, Feb 05, 2004 at 04:37:30PM +0100, Collen wrote:
 I figured out what the problem of the panic action is.
 
 it in the codepages..
 i had a users personal directory coppied directly from a samba 2.2.x
 server
 
 and now all the file names with eg. û,î,É ect.. gave an error.
 samba 3 paniced when it sees files with \210 or \202.. (û,î,É)
 
 so i renamed all problemed files to the normal codepage, and it seem's
 to work..

I've just fixed the way Samba behaves when dealing with mis-configured
codepages in the CVS code. Not sure if it'll make 3.0.2 or not.

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


Re: [Samba] Signal 11 in smbd 3.0.2rc2 on printer operation!

2004-02-05 Thread Jeremy Allison
On Thu, Feb 05, 2004 at 11:29:16AM -0600, Jerry Haltom wrote:
 Nope. In fact, I do suspect bad ram. I don't know why it would be
 consistant though. I would think that bad ram would effect more than
 just samba's printing. And you'd think reacreating the process
 (different location in memory) would get around it. The problem is
 pretty consistant, it's happening for every computer in the office now.

A corrupt tdb wouldn't cause a failure in the place you sent in.

I'd use memcheck to look for bad ram.

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


[Samba] pdbedit functionality

2004-02-05 Thread Cybr0t McWhulf
Since I got no response from my last request.. I'll be more concise.

Samba 3.0.0 + ldapsam backend

 - What functions does pdbedit actually support?
 - Can pebedit be used to alter policies for individual users, or only domain-wide?
 - Is there a method to force users to change their passwords upon next login?

Thanks,

 -- Cy


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


RE: [Samba] massive performance problems if transferring many sma ll files

2004-02-05 Thread Simon . Harris
-BEGIN PGP SIGNED MESSAGE-


The contents of this email are intended exclusively for the
addressee. If you are not the addressee you must not read
use or disclose the email contents ; you should notify us
immediately [ by clicking Reply ] and delete this email.

Nationwide monitors e-mails to ensure its systems operate
effectively and to minimise the risk of viruses.  Whilst it has
taken reasonable steps to scan this email, it does not
accept liability for any virus that may be contained in it.


Having had similar problems with not much success I would be interested in
the outcome. 

Seems that Solaris with Samba with large number of files in a single
directory is not a good mix! 

Doing a network trace the, time it takes samba to respond goes up
significantly with the more files in that directory. In tests with an
application doing basically a findfirst for every file gave the following
results:
Directory with 3000 files
Reply for 'file found': 16ms
Reply for 'file not found': 47ms
Directory with 9000 files
Reply for 'file found': 31 - 62ms
Reply for 'file not found': 125ms
Directory with ~17000 files
Reply for 'file found': 100 - 200ms
Reply for 'file not found': 250ms

These were rough timings but you can see the trend.

Also, can't find option 'mangle method'.

Cheers,

Simon

- -Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 05 February 2004 10:29
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [Samba] massive performance problems if transferring many small
files

 On Thu, 2004-02-05 at 20:12, [EMAIL PROTECTED] wrote:
  Hi,
If I try to transfer about 27.000 small HTML-Files from my
Windows-PC to
 our
  central SAMBA-Server I'll get  massive performance problems. First the
  performance looks ok but after a time period of 3 minutes it goes slow
 do
 wn -
  appr. one file per second will be transferred. Has anyone an idea what I
 can tune
  to avoid this annoying behaviour.
   - samba version 2.2.8a (64bit compiled)
  Are all/many of these files in the same directory?

Yes, it's a flat directory hierarchy.

 I would suggest that Samba 3.0 might handle this situation better, or in
 2.2 set 'mangle method = hash2'.  

I'll try it 

Are there any Solaris kernel variables they interfere with this behaviour
and needs to be adjusted?

Regards,
Steffen

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


-BEGIN PGP SIGNATURE-
Version: PGPsdk version 1.1.1 (C) 1997 Pretty Good Privacy, Inc.

iQEVAwUBQCKQjm4wJNdvwuyFAQG3Ygf/UECbdjJ89Dlqn/6uvxNmgbgvIZ03QRHY
vMBfqc/WfGyH9xJ/0YDbKr+zDppPeBx4vyDIhCVMxt3khQgceFoT0NwE3JRA5Rqx
m4yZ9ccosMNcWCJgFFyKRUPy2kcH+he/Aooi+UXyISbAluGTEAGpmrrbiEotCuQC
kFyXlCQBxwJfcM8VSgUvBtUXvXay6taEpvQmLSWGG9MMRtOZnRYiDFtpvEOsrerX
wHjwWidLKLyhfEcLFtHu93THfiRDSK59rb8xdko3Rn58Tg9jgjUMbWWgBfRT38nR
TWJp7kd1m4sm/BQcDHt9fU4LiDh6hVi2FJysOR6I5P4gJEWG4Kosfg==
=oqA1
-END PGP SIGNATURE-
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: winbind confusion

2004-02-05 Thread Tim Russell
Well, it turns out that we ran out of available uids when we ran wbinfo -u. The 
number of trusted domains and users was VERY large. I'm guessing the new user 
just didn't get assigned a uid in the range because they weren't available. We 
added more uids to the range and all of a sudden the user we created worked.

It brings up another question though? If we delete 100 users do we get 100 uids 
back or does this list just keep growing? Just fuzzy on how that works?

-Tim


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


[Samba] Solaris 9 and secondary group info from LDAP

2004-02-05 Thread Sojka Reinhard
Hi,

we are running several test installations of Samba 3 on Solaris 8 and
Solaris 9. On Solaris 9, there is a strange behaviour in terms of
getting secondary group information from LDAP.
With later revisions of patch 112960, only /etc/group is  interpreted,
but there is no query on the LDAP server for (Unix-) group information. 

Here is a short overview about our results:

common configuration: 
* OpenLDAP-Server
* native Sun LDAP-Client 
* Samba 3.0.x (last: 3.0.2rc1) with LDAP support 
* OpenLDAP Libraries

result:
* Solaris 8 with patch 108993-23 - OK
* Solaris 9 no patches (=very first version) - OK
* Solaris 9 with patch 112960-03 - OK
* Solaris 9 with patch 112960-08 or higher - no info about
  secondary groups from LDAP server (no query in server
logs,
  truss shows errors)


This behaviour can be watched very nicely in the LDAP server logs, and
if you do a truss on smbd with

truss -u '*' smbd -i

the result looks very similar to this one
http://lists.samba.org/archive/samba-technical/2003-December/033482.html
though he was using Samba 2.2.8a an the iPlanet Directory Server.
( I will provide logs and debug output if anybody is interested. )


Regarding the above test results, I have several questions

* Is this a know problem or bug? 
* Or, at least, is it related to a know problem or bug (bug# 395) ?

* Is it possible to link Samba 3.0.x with Sun/Netscape LDAP libraries? 
   Had no luck with it, didn't find a workaround for the 
   missing ldap_initialize() and ldap_domain2hostlist.

* My impression is that there is something wrong with the interaction
   OpenLDAP libs - Solaris libs. Is this assumption correct?
   
* Am I at the right place to ask for help? Is it better to ask the
   people at OpenLDAP.org or, maybe, even at Sun?


Thanks,
Reinhard

-- 
Reinhard Sojka [EMAIL PROTECTED]
System-  Networkadmin
Parlamentsdirektion
+43 1 40110 2824

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


[Samba] my problem + and out of office replies :(

2004-02-05 Thread Grimes, David
 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Well I solved my problem myself. The docs told me to do groupadd
which i did. I also created the group on NT side. Finally while I was
just throwing out commands trying to troubleshoot. I did getent group
and as I was gazing at the out put I noticed the GIDs between the NT
and the local unix group were different. I edited /etc/groups and
voila! I thought that when I did net groupmap or whatever that that
would sync the required values??? Is that not so? Is there a better
way of doing this other than what I've done? 
 
Data for the search engines
my error in $sambalog/log.client was ...
auth/auth_domain.c:domain_client_validate(193)
  domain_client_validate: unable to validate password for user  in
domain BELOINTERACTIVE to Domain controller
 
and
 
Error was NT_STATUS_UNSUCCESSFUL. 
 
and in 
 
 

-BEGIN PGP SIGNATURE-
Version: PGP 8.0.3

iQA/AwUBQCKaSJU2CEdgb9TCEQKPTQCeKyLdzWUe1LmlXcSnhuWtzXh7pS8AniH1
c9rn5TeZW7FB8oaa/u2pjqKQ
=WpS6
-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] particular problem

2004-02-05 Thread Ben Jones
i will try that tonight when i get home
if it works, i owe u a beer :)
thanx dude,
regards,
Ben Jones


From: Jason Balicki [EMAIL PROTECTED]
To: 'Ben Jones' [EMAIL PROTECTED]
Subject: RE: [Samba] particular problem
Date: Thu, 5 Feb 2004 08:18:35 -0600
Turn off the WebClient service in the XP services manager.
You don't need it.
This is mentioned breifly in the official HOWTO.

--J(K)

-Original Message-
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
a.org] On Behalf Of Ben Jones
Sent: Wednesday, February 04, 2004 5:22 PM
To: [EMAIL PROTECTED]
Subject: [Samba] particular problem



Hello to everyone,
my problem to many of you will be quite simple to others quite
hard (like
me) I have had no previous experience with webmin of samba so
im kinda new
to this.

My problem is that everytime i access my samba share (on my
debian system)
on windows and want to either play an mp3 or watch a film or get some
college work, Windows Xp pro freezes the hell out of my
computer. I am then
foreced to reboot my whole system everytime. I no that in
previous windows
versions samba and them have been alright and i no its just
windows xp which
has this problem but is there any way to make my system stop freezing.
Basically this is my last resort, if this dont work, i will
swap straight
back to a whole windows system.

Any help will be greatly welcomed.
thanx all,

Ben Jones
samba newb :D

_
Sign-up for a FREE BT Broadband connection today!
http://www.msn.co.uk/specials/btbroadband

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

_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband

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


[Samba] Re: Status

2004-02-05 Thread automated-response
This is an automatic reply to your email message to [EMAIL PROTECTED]

This email address is protected by EarthLink spamBlocker.  Your
email message has been redirected to a suspect email folder for
[EMAIL PROTECTED] In order for your message to be
moved to this recipient's Inbox, he or she must add your email
address to a list of allowed senders.

Click the link below to request that [EMAIL PROTECTED] add you to this list.
https://webmail.pas.earthlink.net/wam/[EMAIL PROTECTED]id=1aOPCF1Fy3NZFkD0
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] pdc need machine accounts?

2004-02-05 Thread Craig White
On Thu, 2004-02-05 at 07:39, Beast wrote:
 If samba3 is installed as PDC, do i net to create machine trust account for this PDC?
---
wouldn't seem to be necessary - it is actually automatically done if you
join an existing domain and migrate with the net rpc vampire command.
It's easy enough to create the account and takes up minimal bytes in the
db.

Craig

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


Re: [Samba] massive performance problems if transferring many small files

2004-02-05 Thread Andrew Bartlett
On Thu, 2004-02-05 at 21:34, Steffen Kauka wrote:
  On Thu, 2004-02-05 at 20:12, [EMAIL PROTECTED] wrote:
   Hi,
   
   If I try to transfer about 27.000 small HTML-Files from my Windows-PC to
  our
   central SAMBA-Server I'll get  massive performance problems. First the
   performance looks ok but after a time period of 3 minutes it goes slow
  do
  wn -
   appr. one file per second will be transferred. Has anyone an idea what I
  can tune
   to avoid this annoying behaviour.
  
   - samba version 2.2.8a (64bit compiled)
  
  Are all/many of these files in the same directory?
 
 Yes, it's a flat directory hierarchy.

Because unix is case sensitive, and windows is not, this is almost a
pathalogical case for Samba.

Samba must scan the *entire* directory, to see if there is a matching
file (of potentially different case), so it can say 'sorry, file by that
name already'.  Naturally, this isn't exactly fast as you approach 27000
files...

  I would suggest that Samba 3.0 might handle this situation better, or in
  2.2 set 'mangle method = hash2'.  
 
 I'll try it 

The hash2 method is not only much faster, it has a much lower collision
rate.  This helps if for some reason, the 8.3 names are being used.

If you can put the files into a hierarchy, then things will be *much*
better.  Or, for this copy only, you might want to turn 'case sensitive
= yes' on in your smb.conf - however the implications of that are nasty
for normal windows operations (and perhaps even the copy, depending on
what you use).

Another quick hack might simply be to zip the files up, and run 'unzip'
on the server.  

Andrew Bartlett

-- 
Andrew Bartlett [EMAIL PROTECTED]
Manager, Authentication Subsystems, Samba Team  [EMAIL PROTECTED]
Student Network Administrator, Hawker College   [EMAIL PROTECTED]
http://samba.org http://build.samba.org http://hawkerc.net


signature.asc
Description: This is a digitally signed message part
-- 
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.1 and ldap backend problem - solved !

2004-02-05 Thread Jeff Davis
question:  where is the convert script/program you mention?  can't seem to 
find it anywhere...

Thanks.

-Jeff

boka wrote:

Jeff Davis wrote:

If you arrive at a solution, please let me know...


i did not have free time to analyze why it start working, but i made it :)

First of all, i have converted (again) old ldap db:

ldapsearch -h   old.ldiff

net getlocalsid DOMAIN

convert  --output new.ldif

Then add it to ldap and add new indexes (taken from samba-ldap.howto).

ldapadd -h localhost -f new.ldif -D 

add it to slapd.conf to Your DB definition:

index   cn,sn,uid,displayName   pres,sub,eq
index   uidNumber,gidNumber eq
index   sambaSIDeq
index   sambaPrimaryGroupSIDeq
index   sambaDomainName eq
index   objectClass pres,eq
index   default sub
index memberUid eq
slapdindex -f /etc/openldap/slapd.conf

I have compiled samba only with --with-ldap option (without 
--with-ldapsam). Add proper filters to groups, users, computers in 
smb.conf:

ldap suffix used to search for user and computer accounts.
ldap user suffix used to store user accounts.
ldap machine suffix used to store Machine Trust Accounts.
ldap group suffix location of posixGroup/sambaGroupMapping entries.
ldap idmap suffix location of sambaIdmapEntry objects.
Right now i cant compare the new ldap db with old (first converted) but 
i think there was a problem with samaDomain parametr ...

greetz
boka
--
Jefferson K. Davis
Technology and Information Systems Manager
Standard School District
1200 North Chester Ave
Bakersfield, CA  93308
USA
661-392-2110 ext 120
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] pdc need machine accounts?

2004-02-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Craig White wrote:
|
| If samba3 is installed as PDC, do i net to create machine
| trust account for this PDC?
|
| wouldn't seem to be necessary - it is actually automatically
| done if you join an existing domain and migrate with the net
| rpc vampire command. It's easy enough to create the account
| and takes up minimal bytes in the db.
You only need a machine trust account for the PDC if
run winbindd on the PDC to handle ntlmssp auth for 3rd
party apps or to handle domain trusts.






cheers, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAImjWIR7qMdg1EfYRAj8FAJ9SaPXO+FVUakTNrF3GGw6RyBwGNwCeOCJb
ToikQb1a9w+VgI5LMS2Lits=
=Kwgn
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] mandatory profiles?

2004-02-05 Thread Ivo Dancet
I would like to setup a samba PDC with mandatory profiles for my school.
I know that I can easily use them for XP (centralized) and that for Win 
98 I have to put them in the user accounts. Now my question: do I have 
to put a profile in the user account each time a new user is made? Or is 
there a simple way of doing this. (off course I would link it to one 
profile, but this way I still have to link it myself...)

(there are a lot of users, and each year 200 extra users should be 
activated, so it would be nice to automate this proces)

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


Re: [Samba] Re: winbind confusion

2004-02-05 Thread Andrew Bartlett
On Fri, 2004-02-06 at 04:26, Tim Russell wrote:
 Well, it turns out that we ran out of available uids when we ran wbinfo -u. The 
 number of trusted domains and users was VERY large. I'm guessing the new user 
 just didn't get assigned a uid in the range because they weren't available. We 
 added more uids to the range and all of a sudden the user we created worked.
 
 It brings up another question though? If we delete 100 users do we get 100 uids 
 back or does this list just keep growing? Just fuzzy on how that works?

You never get them back.  The old user might still own files on the
system.

Andrew Bartlett

-- 
Andrew Bartlett [EMAIL PROTECTED]
Manager, Authentication Subsystems, Samba Team  [EMAIL PROTECTED]
Student Network Administrator, Hawker College   [EMAIL PROTECTED]
http://samba.org http://build.samba.org http://hawkerc.net


signature.asc
Description: This is a digitally signed message part
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Re: [Samba] pdc need machine accounts?

2004-02-05 Thread Andrew Bartlett
On Fri, 2004-02-06 at 03:01, Gerald (Jerry) Carter wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Craig White wrote:
 |
 | If samba3 is installed as PDC, do i net to create machine
 | trust account for this PDC?
 |
 | wouldn't seem to be necessary - it is actually automatically
 | done if you join an existing domain and migrate with the net
 | rpc vampire command. It's easy enough to create the account
 | and takes up minimal bytes in the db.
 
 You only need a machine trust account for the PDC if
 run winbindd on the PDC to handle ntlmssp auth for 3rd
 party apps or to handle domain trusts.

Or to run pam_winbind on the PDC.

Andrew Bartlett

-- 
Andrew Bartlett [EMAIL PROTECTED]
Manager, Authentication Subsystems, Samba Team  [EMAIL PROTECTED]
Student Network Administrator, Hawker College   [EMAIL PROTECTED]
http://samba.org http://build.samba.org http://hawkerc.net


signature.asc
Description: This is a digitally signed message part
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Re: [Samba] mandatory profiles?

2004-02-05 Thread Andrew Bartlett
On Fri, 2004-02-06 at 07:48, Ivo Dancet wrote:
 I would like to setup a samba PDC with mandatory profiles for my school.
 I know that I can easily use them for XP (centralized) and that for Win 
 98 I have to put them in the user accounts. Now my question: do I have 
 to put a profile in the user account each time a new user is made? Or is 
 there a simple way of doing this. (off course I would link it to one 
 profile, but this way I still have to link it myself...)
 
 (there are a lot of users, and each year 200 extra users should be 
 activated, so it would be nice to automate this proces)

You may set the logon path to the central share.  I wrote a VFS module
that fakes up the permissions required, call vfs_fake_perms.so, which is
built with Samba 3.0.  There is also an option 'profile acls' in the
smb.conf.  Use one or the other on the share that holds the *mandetory
profile only*, otherwise you will have problems reading the profile to
the client.

Andrew Bartlett

-- 
Andrew Bartlett [EMAIL PROTECTED]
Manager, Authentication Subsystems, Samba Team  [EMAIL PROTECTED]
Student Network Administrator, Hawker College   [EMAIL PROTECTED]
http://samba.org http://build.samba.org http://hawkerc.net


signature.asc
Description: This is a digitally signed message part
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Re: network name no longer available

2004-02-05 Thread Bevan C. Bennett
Still looking for a solution.
Still getting the same error.
Help?
Bevan C. Bennett wrote:
I have a samba PDC/BDC setup with a small number of W2k clients.
Not too long ago I set up a set of new servers on fresh Fedora 1 boxes 
using Samba 3.0.1 and migrated my LDAP to the new schema. It was all 
working quite well until recently.

Suddenly, when I try to change permissions on a windows share (from the 
windows box), after I give the root password, I get a message that The 
specified network name is no longer available and everything fails.

I get the same message when I go into network neighborhood and try to 
browse to either of the SAMBA boxes. Something must have gotten 
glitched, but I'm not quite stumped as to what. I even updated to 
3.0.2rc1 to see if it made a difference...

The one thing that may be relevant is that I had had my primary LDAP 
server hang for a period of time (too many open files, hopefully now 
resolved) which made everyone somewhat upset (oddly, even the BDC which 
is it's own ldap server).

At this point I'd greatly appreciate any suggestions or debugging advice 
that might be offered. I'll try to stick around and offer the benefit of 
my limited knowledge in return.

The other samba system can see everything just fine.
  smbclient -L skuld
Password: enter
Anonymous login successful
Sharename  Type  Comment
-    ---
netlogon   Disk  Network Logon Service
fooDisk  Test Share
IPC$   IPC   IPC Service (Samba BDC)
ADMIN$ IPC   IPC Service (Samba BDC)
Anonymous login successful
Server   Comment
----
SKULDSamba BDC
VERDANDI Samba PDC
WorkgroupMaster
----
FULCRUM  VERDANDI
net view on the windows client lists all of the local systems, including 
the samba servers, just fine.

The BDC is currently configured in this fashion, although this hasn't 
really changed:

% testparm
Load smb config files from /etc/samba/smb.conf
Processing section [netlogon]
Processing section [foo]
Loaded services file OK.
Server role: ROLE_DOMAIN_BDC
Press enter to see a dump of your service definitions
# Global parameters
[global]
workgroup = FULCRUM
server string = Samba BDC
passdb backend = ldapsam:ldap://ldap2.internal.avlsi.com
lanman auth = No
log file = /var/log/samba/%m.log
max log size = 50
name resolve order = wins host bcast
time server = Yes
server signing = auto
logon script = logon.cmd
logon path =
domain logons = Yes
local master = No
domain master = No
wins server = 10.0.80.13
ldap suffix = dc=internal,dc=avlsi,dc=com
ldap machine suffix = ou=computers
ldap user suffix = ou=people
ldap group suffix = ou=groups
ldap idmap suffix = ou=idmap
ldap admin dn = cn=Manager,dc=internal,dc=avlsi,dc=com
ldap ssl = start tls
ldap passwd sync = Yes
idmap backend = ldap:ldap://ldap2.internal.avlsi.com
idmap uid = 4-5
idmap gid = 4-5
hosts allow = 10.0., 127.
[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
write list = Administrator
[foo]
comment = Test Share
path = /usr/add/foo



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


Re: [Samba] Re: winbind confusion

2004-02-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tim Russell wrote:
| Well, it turns out that we ran out of available uids when we
| ran wbinfo -u. The  number of trusted domains and users was VERY
| large. I'm guessing the new user just didn't get assigned a uid
| in the range because they weren't available. We  added more
| uids to the range and all of a sudden the user we created worked.
|
| It brings up another question though? If we delete 100 users do
| we get 100 uids back or does this list just keep growing?
| Just fuzzy on how that works?
Nope. winbindd will not reuse uids ro guids.  Allocation
is monotonically increasing.


cheers, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAIrAsIR7qMdg1EfYRAjv+AJ0VEb7mCErZhwBvIFZMZ4pp/QxvtQCeLTud
GESdOMa0CXHw0PW+mCogHtk=
=/I9V
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] printer management speed

2004-02-05 Thread Will Saxon
Hello,

We are testing Samba 3 as a replacement for our Windows 2000 file and print services. 
I have noticed that doing any printer management operation seems to take a very long 
time. Opening the 'Printers' share on the samba server takes 10-15 seconds and opening 
Properties for a printer has taken anywhere from 15 seconds to well over a minute 
depending on the printer. Performing the same operation for the same printer(s) on our 
existing Win2k print server is much faster at this time.

The only things I see in the syslog (default level of 0) are a tdb_fetch failed 
message followed by a 'couldn't find service ::{2227a280-3aea-1069-a2de-08002b30309d}' 
message when trying to open the Printers share. If I have never uploaded a driver for 
a particular share I see a tdb_fetch message anytime I try to manage it, but I expect 
that is normal.

Our test samba server should be extremely fast, it has more than adequate ram, cpu, 
disk and network resources. I am using Samba 3.0.2rc2 on FreeBSD 5.2-RELEASE with MIT 
Kerberos 1.3.1 and OpenLDAP 2.1.26. I am using ACLs. 

Are there some samba settings I should look at to make this faster? I am concerned 
that the response time will be too much for some of our less patient staff, which 
would affect our ability to implement this. 

If it helps, I have included a sanitized portion of my smb.conf file below. This has 
been created by SWAT.

[global]
workgroup = DOMAIN
realm = MY.REALM.EDU
interfaces = lo0, fec0
bind interfaces only = Yes
security = ADS
utmp = Yes
idmap uid = 15000-2
idmap gid = 15000-2
winbind separator = -

[printer1]
comment = Test Printer
path = /var/spool/samba
printer admin = '@DOMAIN-Domain Admins'
read only = No
printable = Yes
printer name = printer1
oplocks = No
share modes = No


-Will

_
Will Saxon
Systems Programmer - Network Services
Department of Housing and Residence Education
University of Florida
Email: [EMAIL PROTECTED]
Phone: (352) 392-2171 x10148
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] mandatory profiles?

2004-02-05 Thread John H Terpstra
On Thu, 5 Feb 2004, Ivo Dancet wrote:

 I would like to setup a samba PDC with mandatory profiles for my school.
 I know that I can easily use them for XP (centralized) and that for Win
 98 I have to put them in the user accounts. Now my question: do I have
 to put a profile in the user account each time a new user is made? Or is
 there a simple way of doing this. (off course I would link it to one
 profile, but this way I still have to link it myself...)

 (there are a lot of users, and each year 200 extra users should be
 activated, so it would be nice to automate this proces)

I have documented this in detail in Chapter 6 of my new book, Samba-3 by
Example, ISBN: 0131472216. This book will be available in April and can
be pre-ordered from Amazon.Com now.

In summary, you need to create a group profile, set the appropriate
permissions inside it using the Windows XP profiles migration tool, then
install it in your PDC netlogon share (in the root directory) in a folder
called 'Default Profile'.

The whole procedure is a little more complicated. The book is your best
choice for now.

- John T.
-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Photoshop can't save files, gives bogus Disk is full error

2004-02-05 Thread JW
Hello,

I am having dreadful problems with Win2k workstations running Photoshop not 
being unable to save files to a new file server which we just installed for
the direct purpose of serving graphics files.

When trying to Save As a new file or Save an edited (existing) file we're
getting a response that the disk is full, which is far from true because we
have 1.6 TB free. This happens both with a mapped drive and through Network
Neighborhood. Photoshop is the _only_ application that causes this behavior.
I have had similar issues  a couple years ago with intermittant problem on a
small SAMBA server but I never found a solution for it.

I currently have access to a few other LANs where both Photoshop on Win2k
and a nearly identical SAMBA setup (SuSE 9.0, samba-2.2.8a-107 are
installed, these locations do not seem to have the same problem.
There is also another (older) samba server on the same lan as the one we are
having trouble with, and the exact same clients do not seem to have this
problem with the other SAMBA server. I have duplicated the smb.conf off the
working server, changing only the netbios name and the map-to-guest user,
and still have the problem. I do not know why the one works. It is not much
older, and the pervious server I had trouble with a few years ago was, if
anything, even older than the working server (whereas the new
non-working server has a newer samba version). 
I do not have direct access to the LAN where the current problem is, so I
can't send any logs or give too many details right now, sorry.

I will say that I have worked over the phone with another tech who was
on-site for several hours yesterday, and we have tried nearly every
possible configuration with turning on/off locking, changing all the create
modes/masks, changing users, security level, and everything else we could
think of that could possibly effect this situation.

A quick search shows that a few dozen people have had either exactly the
same problem or a very similar one:

http://marc.theaimsgroup.com/?l=sambaw=2r=1s=photoshopq=b

This is a very bad problem for us, and I'm feeling quite discoraged to see
that there are reports of this from 1, 2 even 3 years ago, and no reported
solution[s].

Did anyone ever find a solution for the problem? 
If not, what must I do to help find it -- it is very, very important that we
get this solved once and for all.

I will try to get a copy of the log file.

Thanks!

-JW


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


Re: [Samba] interdomain trusts 2 samba pdcs

2004-02-05 Thread rruegner
Hi Andrew,
the problem can not be fixed, it is
not related to samba , the trust will not work ( perhaps in a lucky case it
will )
i tried it with fixed wins entries and so on.
After i had study again the openvpn faqs,
i result that the problem is related to the tun interface,
the openvpn developer gives advice to use tap interfaces
if wanna full function of netbios, so i will test this and give results to
public.

i wonder wins seems to work corect, and at my meaning establish a trust is
only wins related.
but the message could not find domain controller for domain makes me wonder
even the #1c is in wins.dat

VERSION 1 0
BUERO#00 1076287439 10.10.10.3 64R
BUERO#01 1076348792 10.10.10.3 64R
BUERO#03 1076348792 10.10.10.3 64R
BUERO#20 1076348792 10.10.10.3 64R
BUERO$#03 1076333233 10.10.10.3 64R
FILES#00 1076281681 10.10.10.2 66R
FILES#03 1076281681 10.10.10.2 66R
FILES#20 1076281681 10.10.10.2 66R
HERREN#00 1076212457 10.10.10.4 64R
HERREN#01 1076258932 10.10.10.4 64R
HERREN#03 1076258932 10.10.10.4 64R
HERREN#20 1076258932 10.10.10.4 64R
HERREN$#03 1076258926 10.10.10.4 64R
KIND#03 1076258926 10.10.10.4 64R
LOTHAR#03 1076263761 10.10.10.3 64R
MUSI#00 1076281681 255.255.255.255 e4R
MUSI#1b 1076281681 10.10.0.2 10.10.10.2 66R
MUSI#1c 1076281681 10.10.0.2 10.10.10.2 e6R
MUSI#1e 1076281681 255.255.255.255 e6R
ROBOWARP#00 1076135044 255.255.255.255 e4R
ROBOWARP#1c 1076221584 10.10.100.1 e4R
ROBOWARP#1e 1076135044 255.255.255.255 e4R
SILKE#03 1076348777 10.10.10.3 64R
SMBPDC#00 1076221585 10.10.100.1 64R
SMBPDC#03 1076221585 10.10.100.1 64R
SMBPDC#20 1076221585 10.10.100.1 64R
TEAM#03 1076336124 10.10.10.3 64R

FILES#00 0 10.10.10.2 66R
FILES#03 0 10.10.10.2 66R
FILES#20 0 10.10.10.2 66R
MONI#03 1076321935 10.10.100.53 64R
MUSI#1b 0 10.10.0.2 10.10.10.2 66R
MUSI#1c 0 10.10.0.2 10.10.10.2 e6R
MUSI#1e 0 255.255.255.255 e6R
NEUERPC#00 1076321935 10.10.100.53 64R
NEUERPC#03 1076321935 10.10.100.53 64R
NEUERPC#20 1076321935 10.10.100.53 64R
NEUERPC$#03 1076365876 10.10.100.53 64R
ROBOPC#00 1076321539 10.10.100.50 64R
ROBOPC#20 1076321547 10.10.100.50 64R
ROBOWARP#00 1076281876 255.255.255.255 e4R
ROBOWARP#1b 1076281876 10.10.100.1 10.10.110.1 64R
ROBOWARP#1c 1076281876 10.10.100.1 e4R
ROBOWARP#1e 1076281876 255.255.255.255 e4R
SILKEPC#00 1076320146 10.10.100.52 64R
SILKEPC#20 1076320146 10.10.100.52 64R
SMBPDC#00 1076281876 10.10.100.1 10.10.110.1 66R
SMBPDC#03 1076281876 10.10.100.1 10.10.110.1 66R
SMBPDC#20 1076281876 10.10.100.1 10.10.110.1 66R


-
musi is one domain files is the pdc there
robowarp is the other domain smpdc is pdc there

-



A question for the sambatistas..
Has anybody tried trusts over dynamic tunnels with samba PDC with different
networks, what was your results?

faq openvpn
 The difference between a tun and tap device is this: a tun device is a
virtual IP point-to-point device and a tap device is a virtual ethernet
device. So getting back to the long cable analogy, using a tun device
would be like having a T1 cable connecting the computers and using a tap
device would be like having an ethernet network connecting the two
computers. People who are running applications that need the special
features of ethernet (which won't work on an IP-only network) will often
bridge their physical local ethernet with a tap device (using a utility such
as brctl on Linux), then VPN the tap device to another similar setup at the
other end. This allows OpenVPN to route ethernet broadcasts and non-IP
protocols such as Windows NetBios over the VPN. If you don't need the
special features of ethernet (such as bridging capability), it's better to
use a tun device

- Original Message - 
From: Andrew Bartlett [EMAIL PROTECTED]
To: rruegner [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, February 04, 2004 8:43 AM
Subject: Re: [Samba] interdomain trusts 2 samba pdcs


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


[Samba] Samba File Server and Windows 2003 Server Active Directory

2004-02-05 Thread John Forth
I have a question regarding using Samba as a file server with an Windows
2003 Server Active Directory domain.  We are currently running samba 3.0 on
our file server and are using NT 4.0 for our Windows domain controller.  Is
it possible at this point to use Samba with a 2003 Active directory domain
and allow users to view their files after authenticating thru the Active
Directory?  In Testing, I've been able to get the smb.conf file setup to not
give errors when I run the net ads join command.  Is there anything special
that needs to be done to get Samba to talk to the Active Directory besides
having security = ads?

 

Thanks 

 

John P Forth

Systems Administrator

CopperKey Technologies

480-633-1966 -- office

602-615-1693 -- cell

 

 

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


[Samba] what is nmbd doing on all interfaces?

2004-02-05 Thread thomas k .
hi,

i just noticed the following running netstat:

udp0  0 192.168.1.100:137   0.0.0.0:* 19862/nmbd
udp0  0 0.0.0.0:137 0.0.0.0:* 19862/nmbd
udp0  0 192.168.1.100:138   0.0.0.0:* 19862/nmbd
udp0  0 0.0.0.0:138 0.0.0.0:* 19862/nmbd

in my smb.conf i got:

   interfaces = eth0
   bind interfaces only = yes

so what is nmbd doing on all interfaces? i hope it is not trying to reach
other samba servers out there or is it?

thomas





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


[Samba] Solaris 8 and cups issues

2004-02-05 Thread Tim Russell
Hello there,

I have a solaris 8 server running cups 1.1.20 and samba 3.0.1. We've
successfully configured a handful of HP Laserjet network printers to
work
with our windows clients (works like a champ...very happy with winbind
and
the point and print automatic driver installation).

However, we can't print from Solaris clients? We have one physical
printer
and two queues created (one for the windows clients shared with Samba
and
one set for Solaris).

The windows share is set up with raw and the client then uses it's
own
driver. The Solaris queue is set to HP and the generic laserjet.ppd. 
The
windows queue prints fine but the unix queue prints nothing (it just
shows
up as a cancelled job under the cups web interface).

If I change the Solaris queue to raw as well, it prints out garbage
(but it
does at least print something).

One final note, we can't use the configure option in the cups gui
(localhost:631 and then printers) on shared printers. It gives a
client-error. We don't specify individual printers in the smb.conf
file
(we just tell it to share all of them) so I'm guessing that the few
printers
I can do this too will stop allowing me to use the configure option
once I
restart samba.

Do we need to go grab  gimp-print for more drivers or is this some
other
problem?

Sorry for the long post (we're very close to getting this completely
working
and I'm rambling now :)

Thanks,
-Tim




=
Human beings act intelligently only after they have
exhausted the alternatives -- Abba Eban

__
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
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


[Samba] Supplementary Group Issues

2004-02-05 Thread Jason Gray
I was wondering if any one else is having issues with supplementary groups
not being recognized.  It seems as if Samba is ignoring the sup.groups.  I'm
using RH9.0 on Intel with samba-3.0.0-2_rh9 and OpenLDAP 2.0.27.  When I do
a id -a username the user is in all the necessary groups but when
accessing shares the users' primary GID is used only.

For example,

uid=1001(jgray) gid=512(domainadmin)
groups=512(domainadmin),0(root),513(domainusers),1536(SpiderAdmin)

can only access shares that are defined this way:

drwxrwx---2 jgray domainusers   48 Feb  5 18:12 test

But not this way

drwxrwx---2 root domainusers   48 Feb  5 18:12 test

The user jgray should have access to the share as either root or domainuser
but cannot.  user jgray can only access if ownership is either jgray or part
of group domainadmin.

Thanks,


Jason

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


[Samba] Blocked delivery of your email to chetan_desai@persistent.co.in

2004-02-05 Thread sandeepd
 BLOCKED DELIVERY OF YOUR EMAIL TO [EMAIL PROTECTED] 

Your email has been stopped for reasons stated at the bottom of this mail.

If your message is HTML/RichText and wrongly reported as SPAM below 
send the email again in plain-text format. 

If your message is reported to have virus, please check your system 
for virii and clean it up. 

If you still think that your message is free of all the above, please 
report it to [EMAIL PROTECTED] or [EMAIL PROTECTED] 


Email was blocked due to the presence of a virus
Comment: Virus detected in the mail

/unpacked/readme.exe - Win32/Mydoom.A worm


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


Réf. : [Samba] My story installing Samba-LDAP PDC (it has a happy ending)

2004-02-05 Thread Muhammad Reza
this my .conf file

please help me...

#slapd.conf
include /usr/local/etc/openldap/schema/core.schema
include /usr/local/etc/openldap/schema/cosine.schema
include /usr/local/etc/openldap/schema/inetorgperson.schema
include /usr/local/etc/openldap/schema/nis.schema
include/usr/local/etc/openldap/schema/samba.schema
include /usr/local/etc/openldap/schema/extension.schema
include/usr/local/etc/openldap/slapd.access.conf

pidfile /usr/local/var/slapd.pid
argsfile/usr/local/var/slapd.args
databaseldbm
suffix  dc=mra,dc=net
rootdn  cn=root,dc=mra,dc=net
rootpw  secret
directory   /usr/local/var/openldap-data
index cn,sn,uid,displayName pres,sub,eq
index uidNumber,gidNumber  eq
index objectClass  pres,eq
index sambaSID  eq
index sambaPrimaryGroupSID  eq
index sambaDomainName   eq
-
#smb.conf
[global]
Only allow hosts in my network
hosts allow = 172.16.0.0/255.255.0.0
netbios name = BEASTIE
workgroup = MRANET
security = user
encrypt passwords = yes
preferred master = yes
domain master = yes
local master = yes
domain logons = yes
unix charset = ISO-8859-1
os level = 33

ldap suffix = dc=mra,dc=net
ldap admin dn = cn=root,dc=mra,dc=net
idmap backend = ldap:ldap://localhost
idmap gid = 1-2
idmap uid = 1-2
ldap idmap suffix = ou=Idmap
passdb backend = ldapsam:ldap://localhost
ldap ssl = off
ldap delete dn = no
ldap user suffix = ou=People
ldap group suffix = ou=Groups
ldap machine suffix = ou=People
#ldap machine suffix = ou=Computers
#ldap filter = ((uid=%u)(objectclass=sambaSamAccount))
ldap filter = (uid=%u)
logon path = \\%N\profiles\%u
logon drive = H:
logon home = \\homeserver\%u\winprofile
#logon home = \\%N\%u
logon script = logon.cmd
#logging
log level = 2
log file = /var/lib/samba/%m.log
[netlogon]
path = /var/lib/samba/netlogon
read only = yes
write list = domadmin
[profiles]
path = /var/lib/samba/profiles
read only = no
create mask = 0644
directory mask = 0755
index default   sub



Could you send the ldap conf of samba (smb.conf) ?

Stéphane

---
Stéphane PURNELLE [EMAIL PROTECTED]
Service Informatique   Corman S.A.   Tel : 00 32 087/342467
   Muhammad Reza [EMAIL PROTECTED]  Envoyé par :   Pour :  [EMAIL PROTECTED][EMAIL PROTECTED]cc : .samba.org Objet :  [Samba] My story installing Samba-LDAP PDC (it has a happy ending)  
   05/02/2004 11:08


hi.

I Failed when try to mapping (create) samba (NT) group

#net groupmap add rid=513 ntgroup=Domain Guests unixgroup=nobody
adding entry for group Domain Guests failed!
# ldapsearch -x -h localhost -b cn=nobody,ou=Groups,dc=mra,dc=net
# extended LDIF
#
# LDAPv3
# base cn=nobody,ou=Groups,dc=mra,dc=net with scope sub
# filter: (objectclass=*)
# requesting: ALL
#
# nobody, Groups, mra.net
dn: cn=nobody,ou=Groups,dc=mra,dc=net
objectClass: posixGroup
objectClass: top
cn: nobody
description: Local Unix group
gidNumber: 65533
# search result
search: 2
result: 0 Success
# numResponses: 2
# numEntries: 1
please help me...

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


Re: Réf. : [Samba] My story installing Samba-LDAP PDC (it has a happy ending)

2004-02-05 Thread Craig White
What is the question? Help you with what? groupmap?

what is net groupmap list tell you?


On Thu, 2004-02-05 at 20:58, Muhammad Reza wrote:
 this my .conf file
 
 please help me...
 
  #slapd.conf
  include /usr/local/etc/openldap/schema/core.schema
  include /usr/local/etc/openldap/schema/cosine.schema
  include /usr/local/etc/openldap/schema/inetorgperson.schema
  include /usr/local/etc/openldap/schema/nis.schema
  include/usr/local/etc/openldap/schema/samba.schema
  include /usr/local/etc/openldap/schema/extension.schema
  
  include/usr/local/etc/openldap/slapd.access.conf
  
  pidfile /usr/local/var/slapd.pid
  argsfile/usr/local/var/slapd.args
  
  
  databaseldbm
  suffix  dc=mra,dc=net
  rootdn  cn=root,dc=mra,dc=net
  rootpw  secret
  directory   /usr/local/var/openldap-data
  
  index cn,sn,uid,displayName pres,sub,eq
  index uidNumber,gidNumber  eq
  index objectClass  pres,eq
  
  index sambaSID  eq
  index sambaPrimaryGroupSID  eq
  index sambaDomainName   eq
  
  -
  #smb.conf
  [global]
  Only allow hosts in my network
  hosts allow = 172.16.0.0/255.255.0.0
  netbios name = BEASTIE
  workgroup = MRANET
  security = user
  encrypt passwords = yes
  preferred master = yes
  domain master = yes
  local master = yes
  domain logons = yes
  unix charset = ISO-8859-1
  
  os level = 33
  
  ldap suffix = dc=mra,dc=net
  ldap admin dn = cn=root,dc=mra,dc=net
  
  idmap backend = ldap:ldap://localhost
  idmap gid = 1-2
  idmap uid = 1-2
  ldap idmap suffix = ou=Idmap
  
  passdb backend = ldapsam:ldap://localhost
  ldap ssl = off
  ldap delete dn = no
  ldap user suffix = ou=People
  ldap group suffix = ou=Groups
  ldap machine suffix = ou=People
  #ldap machine suffix = ou=Computers
  #ldap filter = ((uid=%u)(objectclass=sambaSamAccount))
  ldap filter = (uid=%u)
  
  logon path = \\%N\profiles\%u
  logon drive = H:
  logon home = \\homeserver\%u\winprofile
  #logon home = \\%N\%u
  logon script = logon.cmd
  
  #logging
  log level = 2
  log file = /var/lib/samba/%m.log
  
  [netlogon]
  path = /var/lib/samba/netlogon
  read only = yes
  write list = domadmin
  
  [profiles]
  path = /var/lib/samba/profiles
  read only = no
  create mask = 0644
  directory mask = 0755
  
  index default   sub
  
  
  
  Could you send the ldap conf of samba (smb.conf) ?
 
 
  Stphane
 
  ---
  Stphane PURNELLE [EMAIL PROTECTED]
  Service Informatique   Corman S.A.   Tel : 00 32 087/342467
 
 


 Muhammad Reza [EMAIL PROTECTED]  
  Envoy 
  par :   Pour :  [EMAIL PROTECTED] 
 [EMAIL PROTECTED]
  cc :  
 .samba.org Objet :  
  [Samba] My story installing Samba-LDAP PDC (it has a happy
   ending)  


 05/02/2004 11:08 
  
  
  
  

 
 
 
  hi.
 
  I Failed when try to mapping (create) samba (NT) group
 
  #net groupmap add rid=513 ntgroup=Domain Guests unixgroup=nobody
  adding entry for group Domain Guests failed!
 
 
  # ldapsearch -x -h localhost -b cn=nobody,ou=Groups,dc=mra,dc=net
  # extended LDIF
  #
  # LDAPv3
  # base cn=nobody,ou=Groups,dc=mra,dc=net with scope sub
  # filter: (objectclass=*)
  # requesting: ALL
  #
 
  # nobody, Groups, mra.net
  dn: cn=nobody,ou=Groups,dc=mra,dc=net
  objectClass: posixGroup
  objectClass: top
  cn: nobody
  description: Local Unix group
  gidNumber: 65533
 
  # search result
  search: 2
  result: 0 Success
 
  # numResponses: 2
  # numEntries: 1
 
  please help me...
 
  regards
  reza
 
  -- 
  To unsubscribe from this list go 

[Samba] Fail to build a default Samba!

2004-02-05 Thread Max Ma
Dear Madam/Sir:

I downloaded the latest source file (version 3.0.1) and follow Manifest guide to 
build the binaries, but got failure.

OS: Red Hat Linux release 7.3 (Valhalla)
Kernel: 2.4.18-3 on an i686

* Procedures I did to build:

[EMAIL PROTECTED] source]$ ls -l configure
-rwxr-xr-x1 max  max973150 Feb  6 10:30 configure
[EMAIL PROTECTED] source]$ ./configure
: bad interpreter: No such file or directory
[EMAIL PROTECTED] source]$ source ./configure
: command not found
bash: ./configure: line 25: syntax error near unexpected token `elif'
bash: ./configure: line 25: `elif test -n ${BASH_VERSION+set}  (set -o posix
' /dev/null 21; then
[EMAIL PROTECTED] source]$

* By the way, why I cannot run ./configure command and have to run source 
./configure?

This is my first time to post question, hope this is a correct site.

Cheers!

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


[Samba] Re: lling Samba-LDAP PDC (it has a happy ending)

2004-02-05 Thread Muhammad Reza
Craig White wrote:

What is the question?

I Failed when try to mapping (create) samba (NT) group

#net groupmap add rid=513 ntgroup=Domain Guests unixgroup=nobody
adding entry for group Domain Guests failed!
Help you with what? 

to make samba3.0 and LDAP  PDC work, so i my w2k can join this domain.

groupmap?

what is net groupmap list tell you?

nothing :)
#net groupmap list
#
thanks

regards
reza
On Thu, 2004-02-05 at 20:58, Muhammad Reza wrote:
 

this my .conf file

please help me...

   

#slapd.conf
include /usr/local/etc/openldap/schema/core.schema
include /usr/local/etc/openldap/schema/cosine.schema
include /usr/local/etc/openldap/schema/inetorgperson.schema
include /usr/local/etc/openldap/schema/nis.schema
include/usr/local/etc/openldap/schema/samba.schema
include /usr/local/etc/openldap/schema/extension.schema
include/usr/local/etc/openldap/slapd.access.conf

pidfile /usr/local/var/slapd.pid
argsfile/usr/local/var/slapd.args
databaseldbm
suffix  dc=mra,dc=net
rootdn  cn=root,dc=mra,dc=net
rootpw  secret
directory   /usr/local/var/openldap-data
index cn,sn,uid,displayName pres,sub,eq
index uidNumber,gidNumber  eq
index objectClass  pres,eq
index sambaSID  eq
index sambaPrimaryGroupSID  eq
index sambaDomainName   eq
-
#smb.conf
[global]
Only allow hosts in my network
hosts allow = 172.16.0.0/255.255.0.0
netbios name = BEASTIE
workgroup = MRANET
security = user
encrypt passwords = yes
preferred master = yes
domain master = yes
local master = yes
domain logons = yes
unix charset = ISO-8859-1
os level = 33

ldap suffix = dc=mra,dc=net
ldap admin dn = cn=root,dc=mra,dc=net
idmap backend = ldap:ldap://localhost
idmap gid = 1-2
idmap uid = 1-2
ldap idmap suffix = ou=Idmap
passdb backend = ldapsam:ldap://localhost
ldap ssl = off
ldap delete dn = no
ldap user suffix = ou=People
ldap group suffix = ou=Groups
ldap machine suffix = ou=People
#ldap machine suffix = ou=Computers
#ldap filter = ((uid=%u)(objectclass=sambaSamAccount))
ldap filter = (uid=%u)
logon path = \\%N\profiles\%u
logon drive = H:
logon home = \\homeserver\%u\winprofile
#logon home = \\%N\%u
logon script = logon.cmd
#logging
log level = 2
log file = /var/lib/samba/%m.log
[netlogon]
path = /var/lib/samba/netlogon
read only = yes
write list = domadmin
[profiles]
path = /var/lib/samba/profiles
read only = no
create mask = 0644
directory mask = 0755
index default   sub



 

Could you send the ldap conf of samba (smb.conf) ?

   Stphane

---
Stphane PURNELLE [EMAIL PROTECTED]
Service Informatique   Corman S.A.   Tel : 00 32 087/342467
  Muhammad Reza [EMAIL PROTECTED]  Envoy par :   Pour :  [EMAIL PROTECTED][EMAIL PROTECTED]cc : .samba.org Objet :  [Samba] My story installing Samba-LDAP PDC (it has a happy ending)   
   

   
 

   05/02/2004 11:08
   

hi.

I Failed when try to mapping (create) samba (NT) group

#net groupmap add rid=513 ntgroup=Domain Guests unixgroup=nobody
adding entry for group Domain Guests failed!
# ldapsearch -x -h localhost -b cn=nobody,ou=Groups,dc=mra,dc=net
# extended LDIF
#
# LDAPv3
# base cn=nobody,ou=Groups,dc=mra,dc=net with scope sub
# filter: (objectclass=*)
# requesting: ALL
#
# nobody, Groups, mra.net
dn: cn=nobody,ou=Groups,dc=mra,dc=net
objectClass: posixGroup
objectClass: top
cn: nobody
description: Local Unix group
gidNumber: 65533
# search result
search: 2
result: 0 Success
# numResponses: 2
# numEntries: 1
please help me...

regards
reza
--
To unsubscribe from this list 

[Samba] Blocked delivery of your email to sameer_gawande@persistent.co.in

2004-02-05 Thread sandeepd
 BLOCKED DELIVERY OF YOUR EMAIL TO [EMAIL PROTECTED] 

Your email has been stopped for reasons stated at the bottom of this mail.

If your message is HTML/RichText and wrongly reported as SPAM below 
send the email again in plain-text format. 

If your message is reported to have virus, please check your system 
for virii and clean it up. 

If you still think that your message is free of all the above, please 
report it to [EMAIL PROTECTED] or [EMAIL PROTECTED] 


Email was blocked due to the presence of a virus
Comment: Virus detected in the mail

/unpacked/text.zip - Win32/Mydoom.A worm
/unpacked/text.pif - Win32/Mydoom.A worm


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


[Samba] Blocked delivery of your email to bob@e2econnect.net

2004-02-05 Thread sandeepd
 BLOCKED DELIVERY OF YOUR EMAIL TO [EMAIL PROTECTED] 

Your email has been stopped for reasons stated at the bottom of this mail.

If your message is HTML/RichText and wrongly reported as SPAM below 
send the email again in plain-text format. 

If your message is reported to have virus, please check your system 
for virii and clean it up. 

If you still think that your message is free of all the above, please 
report it to [EMAIL PROTECTED] or [EMAIL PROTECTED] 


Email was blocked due to the presence of a virus
Comment: Virus detected in the mail

/unpacked/body.pif - Win32/Mydoom.A worm


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


[Samba] Cannot connect via w2k or Xp

2004-02-05 Thread Howard Yuen
Dear Guru,

I have just installed and configured the SAMBA 2.2.7a (and 2.2.8a) on a
Solaris8 system. However, I encounter a strange problem where SAMBA works
perfectly connecting from NT4 systems.  But keep getting The specified
network name is no longer available. on W2K and XP?  Any idea why?

Thx,
Howard
-- 
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.1 and 3.0.2rc2 - ldap backend problem - still not solved :(

2004-02-05 Thread boka
Hi !

well, i told You that i solved my problem with ldap backend and samba - 
unfortunately problem still exists :(

Right now I can not add new users and machine accounts (adding and 
modifing of groups works), fxp:

[EMAIL PROTECTED] i386]# pdbedit -d 10 -a -m boka2

...
set_server_role: role = ROLE_DOMAIN_PDC
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Trying to load: ldapsam:ldap://localhost
Attempting to register passdb backend ldapsam
Successfully added passdb backend 'ldapsam'
Attempting to register passdb backend ldapsam_compat
Successfully added passdb backend 'ldapsam_compat'
Attempting to register passdb backend smbpasswd
Successfully added passdb backend 'smbpasswd'
Attempting to register passdb backend tdbsam
Successfully added passdb backend 'tdbsam'
Attempting to register passdb backend guest
Successfully added passdb backend 'guest'
Attempting to find an passdb backend to match ldapsam:ldap://localhost 
(ldapsam)
Found pdb backend ldapsam
Searching for:[((objectClass=sambaDomain)(sambaDomainName=DOMAIN))]
smbldap_search_suffix: searching 
for:[((objectClass=sambaDomain)(sambaDomainName=DOMAIN))]
smbldap_open_connection: ldap://localhost
smbldap_open_connection: connection opened
tdb(unnamed): tdb_brlock failed (fd=3) at offset 4 rw_type=1 
lck_type=13: Zasoby chwilowo niedoste;pne
ldap_connect_system: Binding to ldap server ldap://localhost as 
cn=Manager,dc=EUROZET,dc=PL
ldap_connect_system: succesful connection to the LDAP server
The LDAP server is succesful connected
pdb backend ldapsam:ldap://localhost has a valid init
Attempting to find an passdb backend to match guest (guest)
Found pdb backend guest
pdb backend guest has a valid init
Netbios name list:-
my_netbios_names[0]=CODO
Trying to load: ldapsam:ldap://localhost
Attempting to find an passdb backend to match ldapsam:ldap://localhost 
(ldapsam)
Found pdb backend ldapsam
Searching for:[((objectClass=sambaDomain)(sambaDomainName=DOMAIN))]
smbldap_search_suffix: searching 
for:[((objectClass=sambaDomain)(sambaDomainName=DOMAIN))]
smbldap_open_connection: ldap://localhost
smbldap_open_connection: connection opened
ldap_connect_system: Binding to ldap server ldap://localhost as 
cn=Manager,dc=EUROZET,dc=PL
ldap_connect_system: succesful connection to the LDAP server
The LDAP server is succesful connected
pdb backend ldapsam:ldap://localhost has a valid init
Attempting to find an passdb backend to match guest (guest)
Found pdb backend guest
pdb backend guest has a valid init
tdb(unnamed): tdb_brlock failed (fd=6) at offset 4 rw_type=1 
lck_type=13: Zasoby chwilowo niedoste;pne
account_policy_get: maximum password age:-1
account_policy_get: minimum password age:0
pdb_set_username: setting username boka2$, was
pdb_set_group_sid: setting group sid 
S-1-5-21-133419789-486977345-1400590255-515
pdb_set_group_sid_from_rid:
setting group sid S-1-5-21-133419789-486977345-1400590255-515 
from rid 515
smbldap_search_suffix: searching 
for:[(((uid=boka2$)(objectclass=sambaSamAccount))(objectclass=sambaSamAccount))]
smbldap_search_suffix: searching 
for:[((uid=boka2$)(objectclass=sambaSamAccount))]
smbldap_search_suffix: searching 
for:[((sambaSID=S-0-0)(|(objectClass=sambaIdmapEntry)(objectClass=sambaSidEntry)))]
ldapsam_add_sam_account: Adding new user
init_ldap_from_sam: Setting entry for user: boka2$
ldapsam_modify_entry: Failed to add user dn= 
uid=boka2$,ou=Computers,dc=EUROZET,dc=PL with: Object class violation
object class 'sambaSamAccount' requires attribute 'sambaSID'
ldapsam_add_sam_account: failed to modify/add user with uid = boka2$ (dn 
= uid=boka2$,ou=Computers,dc=EUROZET,dc=PL)
Unable to add machine! (does it already exist?)

[EMAIL PROTECTED] i386]# pdbedit -d 10 -a -u boka

lp_servicenumber: couldn't find homes
set_server_role: role = ROLE_DOMAIN_PDC
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Substituting charset 'ISO-8859-2' for LOCALE
Trying to load: ldapsam:ldap://localhost
Attempting to register passdb backend ldapsam
Successfully added passdb backend 'ldapsam'
Attempting to register passdb backend ldapsam_compat
Successfully added passdb backend 'ldapsam_compat'
Attempting to register passdb backend smbpasswd
Successfully added passdb backend 'smbpasswd'

CVS update: samba4/source

2004-02-05 Thread Stefan Metzmacher

Date:   Thu Feb  5 11:37:53 2004
Author: metze

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

Modified Files:
Makefile.in 
Log Message:
remove unused Makefile vars and fix dublication in $(PROTO_OBJ)

metze


Revisions:
Makefile.in 1.81 = 1.82

http://www.samba.org/cgi-bin/cvsweb/samba4/source/Makefile.in.diff?r1=1.81r2=1.82


CVS update: samba4/source/torture

2004-02-05 Thread Stefan Metzmacher

Date:   Thu Feb  5 12:16:29 2004
Author: metze

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

Added Files:
config.m4 
Log Message:
add the TORTURE SUBSYSTEM to the config.m4 scheme

tridge: 
I'll convert all stuff first to this scheme
and then move to the scheme with two files per subsystems
so we'll later something like config.m4 and config.mk...

metze


Revisions:
config.m4   NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/config.m4?rev=1.1


CVS update: samba4/source

2004-02-05 Thread Stefan Metzmacher

Date:   Thu Feb  5 12:16:29 2004
Author: metze

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

Modified Files:
Makefile.in configure.in 
Log Message:
add the TORTURE SUBSYSTEM to the config.m4 scheme

tridge: 
I'll convert all stuff first to this scheme
and then move to the scheme with two files per subsystems
so we'll later something like config.m4 and config.mk...

metze


Revisions:
Makefile.in 1.82 = 1.83

http://www.samba.org/cgi-bin/cvsweb/samba4/source/Makefile.in.diff?r1=1.82r2=1.83
configure.in1.21 = 1.22

http://www.samba.org/cgi-bin/cvsweb/samba4/source/configure.in.diff?r1=1.21r2=1.22


CVS update: samba/source

2004-02-05 Thread jerry

Date:   Thu Feb  5 15:08:48 2004
Author: jerry

Update of /data/cvs/samba/source
In directory dp.samba.org:/tmp/cvs-serv24859

Modified Files:
  Tag: SAMBA_3_0_RELEASE
VERSION 
Log Message:
setting version as 3.0.2

Revisions:
VERSION 1.1.4.18 = 1.1.4.19

http://www.samba.org/cgi-bin/cvsweb/samba/source/VERSION.diff?r1=1.1.4.18r2=1.1.4.19


CVS update: samba/packaging/Debian

2004-02-05 Thread peloy

Date:   Thu Feb  5 17:30:56 2004
Author: peloy

Update of /data/cvs/samba/packaging/Debian
In directory dp.samba.org:/tmp/cvs-serv20605

Modified Files:
  Tag: SAMBA_3_0
README 
Log Message:
Updating the Debian packaging stuff in packaging/Debian/. This hadn't
been updated since the 3.0.0 release so it was broken for 3.0.1 and
later. It's nice that now the Makefile supports a $DESTDIR for make
install :-)



Revisions:
README  1.2.2.10 = 1.2.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/README.diff?r1=1.2.2.10r2=1.2.2.11


CVS update: samba/packaging/Debian/debian

2004-02-05 Thread peloy

Date:   Thu Feb  5 17:30:56 2004
Author: peloy

Update of /data/cvs/samba/packaging/Debian/debian
In directory dp.samba.org:/tmp/cvs-serv20605/debian

Modified Files:
  Tag: SAMBA_3_0
README.build-upstream changelog rules samba-common.config 
samba-common.dhcp samba-common.files samba.config 
samba.postinst swat.files winbind.files 
Log Message:
Updating the Debian packaging stuff in packaging/Debian/. This hadn't
been updated since the 3.0.0 release so it was broken for 3.0.1 and
later. It's nice that now the Makefile supports a $DESTDIR for make
install :-)



Revisions:
README.build-upstream   1.1.6.8 = 1.1.6.9

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/README.build-upstream.diff?r1=1.1.6.8r2=1.1.6.9
changelog   1.2.4.10 = 1.2.4.11

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/changelog.diff?r1=1.2.4.10r2=1.2.4.11
rules   1.2.4.9 = 1.2.4.10

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/rules.diff?r1=1.2.4.9r2=1.2.4.10
samba-common.config 1.1.6.2 = 1.1.6.3

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/samba-common.config.diff?r1=1.1.6.2r2=1.1.6.3
samba-common.dhcp   1.1.2.2 = 1.1.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/samba-common.dhcp.diff?r1=1.1.2.2r2=1.1.2.3
samba-common.files  1.2.4.1 = 1.2.4.2

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/samba-common.files.diff?r1=1.2.4.1r2=1.2.4.2
samba.config1.1.6.2 = 1.1.6.3

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/samba.config.diff?r1=1.1.6.2r2=1.1.6.3
samba.postinst  1.2.4.3 = 1.2.4.4

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/samba.postinst.diff?r1=1.2.4.3r2=1.2.4.4
swat.files  1.2 = 1.2.4.1

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/swat.files.diff?r1=1.2r2=1.2.4.1
winbind.files   1.1.6.1 = 1.1.6.2

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/winbind.files.diff?r1=1.1.6.1r2=1.1.6.2


CVS update: samba/packaging/Debian/debian/po

2004-02-05 Thread peloy

Date:   Thu Feb  5 17:30:56 2004
Author: peloy

Update of /data/cvs/samba/packaging/Debian/debian/po
In directory dp.samba.org:/tmp/cvs-serv20605/debian/po

Added Files:
  Tag: SAMBA_3_0
ja.po 
Log Message:
Updating the Debian packaging stuff in packaging/Debian/. This hadn't
been updated since the 3.0.0 release so it was broken for 3.0.1 and
later. It's nice that now the Makefile supports a $DESTDIR for make
install :-)



Revisions:
ja.po   NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/po/ja.po?rev=1.1.2.1


CVS update: samba/packaging/Debian/debian/patches

2004-02-05 Thread peloy

Date:   Thu Feb  5 17:30:56 2004
Author: peloy

Update of /data/cvs/samba/packaging/Debian/debian/patches
In directory dp.samba.org:/tmp/cvs-serv20605/debian/patches

Modified Files:
  Tag: SAMBA_3_0
documentation.patch fhs.patch installswat.sh.patch samba.patch 
smbstatus-locking.patch 
Log Message:
Updating the Debian packaging stuff in packaging/Debian/. This hadn't
been updated since the 3.0.0 release so it was broken for 3.0.1 and
later. It's nice that now the Makefile supports a $DESTDIR for make
install :-)



Revisions:
documentation.patch 1.1.2.3 = 1.1.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/patches/documentation.patch.diff?r1=1.1.2.3r2=1.1.2.4
fhs.patch   1.1.6.13 = 1.1.6.14

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/patches/fhs.patch.diff?r1=1.1.6.13r2=1.1.6.14
installswat.sh.patch1.1.2.2 = 1.1.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/patches/installswat.sh.patch.diff?r1=1.1.2.2r2=1.1.2.3
samba.patch 1.2.4.7 = 1.2.4.8

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/patches/samba.patch.diff?r1=1.2.4.7r2=1.2.4.8
smbstatus-locking.patch 1.1.2.3 = 1.1.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/patches/smbstatus-locking.patch.diff?r1=1.1.2.3r2=1.1.2.4


CVS update: samba/source

2004-02-05 Thread tpot

Date:   Fri Feb  6 01:14:54 2004
Author: tpot

Update of /data/cvs/samba/source
In directory dp.samba.org:/tmp/cvs-serv27712

Modified Files:
Makefile.in 
Log Message:
Replaced .po with [EMAIL PROTECTED]@


Revisions:
Makefile.in 1.748 = 1.749

http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in.diff?r1=1.748r2=1.749


CVS update: samba/source

2004-02-05 Thread tpot

Date:   Fri Feb  6 01:20:45 2004
Author: tpot

Update of /data/cvs/samba/source
In directory dp.samba.org:/tmp/cvs-serv29252

Modified Files:
  Tag: SAMBA_3_0
Makefile.in 
Log Message:
Replace .po with [EMAIL PROTECTED]@


Revisions:
Makefile.in 1.468.2.211 = 1.468.2.212

http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in.diff?r1=1.468.2.211r2=1.468.2.212


CVS update: samba/packaging/Debian

2004-02-05 Thread jerry

Date:   Fri Feb  6 02:10:41 2004
Author: jerry

Update of /data/cvs/samba/packaging/Debian
In directory dp.samba.org:/tmp/cvs-serv5806

Modified Files:
  Tag: SAMBA_3_0_RELEASE
README 
Log Message:
sync eloy's changes from 3.0

Revisions:
README  1.3.2.9 = 1.3.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/README.diff?r1=1.3.2.9r2=1.3.2.10


CVS update: samba/packaging/Debian/debian

2004-02-05 Thread jerry

Date:   Fri Feb  6 02:10:41 2004
Author: jerry

Update of /data/cvs/samba/packaging/Debian/debian
In directory dp.samba.org:/tmp/cvs-serv5806/debian

Modified Files:
  Tag: SAMBA_3_0_RELEASE
README.build-upstream changelog rules samba-common.config 
samba-common.dhcp samba-common.files samba.config 
samba.postinst swat.files winbind.files 
Log Message:
sync eloy's changes from 3.0

Revisions:
README.build-upstream   1.2.2.8 = 1.2.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/README.build-upstream.diff?r1=1.2.2.8r2=1.2.2.9
changelog   1.3.2.6 = 1.3.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/changelog.diff?r1=1.3.2.6r2=1.3.2.7
rules   1.3.2.8 = 1.3.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/rules.diff?r1=1.3.2.8r2=1.3.2.9
samba-common.config 1.2.2.1 = 1.2.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/samba-common.config.diff?r1=1.2.2.1r2=1.2.2.2
samba-common.dhcp   1.2.2.1 = 1.2.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/samba-common.dhcp.diff?r1=1.2.2.1r2=1.2.2.2
samba-common.files  1.3 = 1.3.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/samba-common.files.diff?r1=1.3r2=1.3.2.1
samba.config1.2.2.3 = 1.2.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/samba.config.diff?r1=1.2.2.3r2=1.2.2.4
samba.postinst  1.3.2.4 = 1.3.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/samba.postinst.diff?r1=1.3.2.4r2=1.3.2.5
swat.files  1.2 = 1.2.6.1

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/swat.files.diff?r1=1.2r2=1.2.6.1
winbind.files   1.2 = 1.2.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/winbind.files.diff?r1=1.2r2=1.2.2.1


CVS update: samba/packaging/Debian/debian/po

2004-02-05 Thread jerry

Date:   Fri Feb  6 02:10:41 2004
Author: jerry

Update of /data/cvs/samba/packaging/Debian/debian/po
In directory dp.samba.org:/tmp/cvs-serv5806/debian/po

Added Files:
  Tag: SAMBA_3_0_RELEASE
ja.po 
Log Message:
sync eloy's changes from 3.0

Revisions:
ja.po   NONE = 1.1.4.1

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/po/ja.po?rev=1.1.4.1


CVS update: samba/packaging/Debian/debian/patches

2004-02-05 Thread jerry

Date:   Fri Feb  6 02:10:41 2004
Author: jerry

Update of /data/cvs/samba/packaging/Debian/debian/patches
In directory dp.samba.org:/tmp/cvs-serv5806/debian/patches

Modified Files:
  Tag: SAMBA_3_0_RELEASE
documentation.patch fhs.patch installswat.sh.patch samba.patch 
smbstatus-locking.patch 
Log Message:
sync eloy's changes from 3.0

Revisions:
documentation.patch 1.2.2.2 = 1.2.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/patches/documentation.patch.diff?r1=1.2.2.2r2=1.2.2.3
fhs.patch   1.2.2.8 = 1.2.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/patches/fhs.patch.diff?r1=1.2.2.8r2=1.2.2.9
installswat.sh.patch1.2.2.1 = 1.2.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/patches/installswat.sh.patch.diff?r1=1.2.2.1r2=1.2.2.2
samba.patch 1.3.2.5 = 1.3.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/patches/samba.patch.diff?r1=1.3.2.5r2=1.3.2.6
smbstatus-locking.patch 1.2.2.2 = 1.2.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/patches/smbstatus-locking.patch.diff?r1=1.2.2.2r2=1.2.2.3