[Samba] Samba 2.2.9 Available for Download

2004-05-08 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This is the latest stable release of the Samba 2.2 code base.
This is a maintenance release of Samba 2.2.8a to address the
problem with user password changes after applying the Microsoft
hotfix described in KB282741 to Windows NT 4.0/200x/XP clients.
No other changes have been applied since Samba 2.2.8a.
There are no further Samba 2.2.x releases planned at this time.
The source code can be downloaded from :
~  http://download.samba.org/samba/ftp/
The uncompressed tarball and patch file have been signed
using GnuPG.  The Samba public key is available at
~  http://download.samba.org/samba/ftp/samba-pubkey.asc
Binary packages are available at
~  http://download.samba.org/samba/ftp/Binary_Packages/
The release notes are also available on-line at
~  http://www.samba.org/samba/whatsnew/samba-2.2.9.html
As always, all bugs are our responsibility.
~  --Enjoy
~  The Samba Team
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAnaPdIR7qMdg1EfYRAkmCAKDroYYPSwjHjs19r0itemcsHOh7tQCg1jcb
KQqoz3Rog6plxAQ/J3gAi4A=
=b1TU
-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] Samba 3.0.4 Available for Download

2004-05-08 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This is the latest stable release of Samba. This is the
version that production Samba servers should be running
for all current bug-fixes.  There have been several issues
fixes since the 3.0.3 release and new features have been
added as well.
Common bugs fixed in Samba 3.0.4 include:
~  o Password changing after applying the patch described in
~the Microsoft KB828741 article to Windows clients.
~  o Crashes in smbd.
~  o Managing print jobs via Windows on Big-Endian servers.
~  o Several memory leaks in winbindd and smbd.
~  o Compile issues on AIX and *BSD.
The source code can be downloaded from :
~  http://download.samba.org/samba/ftp/
The uncompressed tarball and patch file have been signed
using GnuPG.  The Samba public key is available at
~  http://download.samba.org/samba/ftp/samba-pubkey.asc
Binary packages are available at
~  http://download.samba.org/samba/ftp/Binary_Packages/
The release notes are also available on-line at
~  http://www.samba.org/samba/whatsnew/samba-3.0.4.html
As always, all bugs (https://bugzilla.samba.org/) are our
responsibility.
~  --Enjoy
~  The Samba Team
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAnZYoIR7qMdg1EfYRAsxUAKCh4/uOLKLEwehQG1mtRK/bgZRfAACdH16i
76unBN+ynIREp7HKRcShLb4=
=SpfZ
-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] Windows XP Pro and Samba (file saving)

2004-05-08 Thread Jason Oakley
No ideas then anyone?
---
Couldn't get the password sync to work with the unix passwords, so created 
them by hand.

Logon script:
C:\Windows\logon.bat
@Echo off
\\spooty\waulok\logon.bat
$ cat logon.bat
@Echo off
if not exist s: net use s: \\spooty\shared
if not exist m: net use m: \\spooty\mp3z
if not exist u: net use u: \\spooty\waulok
if not exist w: net use w: \\spooty\webcam
net time \\spooty /set /yes
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not many any basic syntactic errors.
#
#=== Global Settings =
[global]
# workgroup = NT-Domain-Name or Workgroup-Name, eg: REDHAT4
   workgroup = thematrix
# server string is the equivalent of the NT Description field
   server string = Inside The Matrix
netbios name = spooty
nt acl support = no
# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
;   hosts allow = 192.168.1. 192.168.2. 127.
   hosts allow = 192.168.0. 127.
# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
   load printers = yes
# you may wish to override the location of the printcap file
;   printcap name = /etc/printcap
# on SystemV system setting printcap name to lpstat should allow
# you to automatically obtain a printer list from the SystemV spool
# system
;   printcap name = lpstat
# It should not be necessary to specify the print system type unless
# it is non-standard. Currently supported print systems include:
# bsd, sysv, plp, lprng, aix, hpux, qnx
;   printing = bsd
# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
;  guest account = pcguest
# this tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba/log.%m
   syslog = 0
# Put a capping on the size of the log files (in Kb).
   max log size = 50
# Some tweaks to speed it up (hopefully)
getwd cache = yes
read raw = no
log level = 1
write raw = no
case sensitive = no
preserve case = yes
short preserve case = yes
mangled names = no

# Security mode. Most people will want user level security. See
# security_level.txt for details.
   security = user
# Use password server option only with security = server
# The argument list may include:
#   password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
# or to auto-locate the domain controller/s
#   password server = *
;   password server = 
# Note: Do NOT use the now deprecated option of "domain controller"
# This option is no longer implemented.
# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
# Do not enable this option unless you have read those documents
  encrypt passwords = yes
update encrypted = yes
unix password sync = yes
passwd program = /usr/bin/passwd
# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
;   include = /usr/local/etc/smb.conf.%m
# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
# You may want to add the following on a Linux system:
# SO_RCVBUF=8192 SO_SNDBUF=8192
   socket options = TCP_NODELAY IPTOS_THROUGHPUT SO_RCVBUF=8192 SO_SNDBUF=8192
# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
;   interfaces = 192.168.12.2/24 192.168.13.2/24
interfaces = 192.168.0.2
# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
;   local master = no
# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
;   os level = 33
# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
   domain master = yes
# Preferred Master causes Samba to force a local browser election on startup
# and gives it a 

[Samba] Come see me live!

2004-05-08 Thread A. OLIVIER

--
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.3 Available for Download

2004-05-08 Thread Tim Jordan
Hello Buchan,
Can you please give me the link to your Mandrake packages for current
samba version.  I seem to have misplaced it.  Also, are you maintaing
Openldap for Mandrake?

I've been testing Openldap and pam_ldap, nss_ldap -under Debian with
little sucess authenticating from ldap.  Though maybe I could test the
Mandrake packages.

Finally, when setting up Samba to join an Active Directory domain,  do
you find the krb5 tickets types are conisistenly wrong?  Whats the best
approach toward determining what your server (w2K pdc) wants to issue
for krb5 tickets?  Finally can this processes be automated so when
installing the Mandrake samba package it it can query the kdc for ticket
types and configure the krb5.conf properly?

I hope that makes sense. 

Thanks,
TJ
On Fri, 2004-05-07 at 00:28, Buchan Milne wrote:

> On Thu, 6 May 2004, Chris Garrigues wrote:
> 
> > > From:  "Gerald \(Jerry\) Carter" <[EMAIL PROTECTED]>
> > > Date:  Thu, 29 Apr 2004 08:27:56 -0500
> > >
> > > This is the latest stable release of Samba. This is the version
> > > that production Samba servers should be running for all
> > > current bug-fixes.  There have been several issues fixes since
> > > the 3.0.2a release and new features have been added as well.
> > > See the "Changes" section for details on exact updates.
> > ...
> > > Binary packages are available at
> > > 
> > > ~  http://download.samba.org/samba/ftp/Binary_Packages/
> > 
> > Any idea when we might see Mandrake RPMs here for 3.0.3?
> 
> As soon as I find out why 3.0.3 breaks winbind on my installation (and 
> vscan doesn't seem to work either).
> 
> Regards,
> Buchan
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] samba quotas

2004-05-08 Thread Tilo Lutz
Hi

> Hi guys, we need to update our samba service from 2.2.8a to samba 3.0.x 
> (so that we
> can upgrade our AD from Win2k to Win2k3).  The problem I am having is 
> with the quotas.
I was never able to use the quota functions of samba. I use
Suse 8.2 with Samba 3.0.3 and XFS. Even the latest samba version
doesn't recognize quotas correctly. For me quota code is broken
since beginning in samba.

To get them displayed I use a dirty hack.
In smb.conf I've added the following line:
dfree command = "/etc/script.sh %U"

script.sh:
#!/bin/sh
used_space=`/usr/bin/quota -u $1 | tail -1 | awk '{print $2}'`
quota_space=`/usr/bin/quota -u $1 | tail -1 | awk '{print $4}'`
used_files=`/usr/bin/quota -u $1 | tail -1 | awk '{print $5}'`
quota_files=`/usr/bin/quota -u $1 | tail -1 | awk '{print $7}'`
if [ "$used_files" == "$quota_files" ];
then used_space=$quota_space
fi
free_space=`expr $quota_space - $used_space`
echo "$quota_space $free_space"


Tilo


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


[Samba] Add Hosts as Domain Admin

2004-05-08 Thread Tilo Lutz
Hi

I found a patch for Samba 3.0.2 allowing to add hosts as
member of the domain admin group.
(http://marc.theaimsgroup.com/?l=samba&m=107938779530259&w=2)

Has anybody seen a patch for Samba 3.0.3? It took a look at
srv_samr_nt.c but I don't think the old patch will fit.

Why doesn't samba allow domain admins to add hosts to a
domain?
I don't want to give the root password to everyone who should
be able to add hosts.
Why I have to be root when adding hosts? Even beeing member of
group root should be enough.

Tilo

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


[Samba] 2.2.8a and 3.0.3a issues and differences

2004-05-08 Thread Matthew J. DiBattista
I just recently subscribed to the list.  
Have there been this may issues in 2.2.8a?  
It seems that the new version has a lot of problems.
What improvements are in the new version?
Any one working a version for MDK?
 
 
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Need help on Samba Printer Port

2004-05-08 Thread Kurt Pfeifle
[Samba] Need help on Samba Printer Port
Farget Vincent farget at olfac.univ-lyon1.fr
Fri May 7 12:45:54 GMT 2004
Hi,

I have 3 HP network printer with internal jetdirect board. One 4000N, 
one 4050N and one 4200N. All are share on my PDC Samba server which is 
under Linux Debian stable Woody (v3.0rX) : Samba v2.2.3a-13.

I have a little question that I cant' answer my self :
Can it be a problem if all of these printer have [Samba Printer Port] as 
their 'portname' ? 
No problem. See

  http://samba.vernstok.nl/htmldocs/howto/printing.html#id2570520

(Heading "Samba and Printer Ports")

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


[Samba] Server spool directory location is invalid

2004-05-08 Thread Shibu Varghese U
Dear friend ,

when i try to change my spooler directory to on of network drive ,iam
getting this error "Server spool directory location is invalid".please help
me for this problem.



Thanks & Regards


Shibu Varghese U
Bahrain Specialist Hospital
Information Technology
P O Box 10588
Manama, Bahrain
Tel: +973 812028
Fax: +973 812012

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

This email was scanned by SurfControl E-mail Anti-Virus Agent.
The Virus NO VIRUS has been detected and repaired.

Please do NOT open attachments that you think are not intended 
for you.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Save up to 60% on cds, Samba.

2004-05-08 Thread Seasoned I. Misrepresentations
Howdy!
This book is not to be tossed lightly aside, but to be hurled with great force.

Low rates on Software

Searching for cheap high-quality software?
Our site might be just what you need.
http://urataemia.oevier.biz/OE017/?affiliate_id=233712&campaign_id=601 And more!
We are able to ship worldwide.
Have nothing in your house that you do not know to be useful, or believe to be 
beautiful.
We are the greatest power in the world. If we behave like it.

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