[Samba] smbclient write default to stderr?

2003-09-23 Thread Pavel Lisy
Hi

I have problem with smbclient in samba3 rc2, rc4. 
When I start tar backup with it:

smbclient //comp-32/volume pass -U user -d0 -Tc /dev/tape0  /dev/null
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory \Kart-32\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory \Kart-32\mairs\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory \Kart-32\mairs\Kart-32\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory \Kart-32\mairs\Kart-32\mairs\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory
\Kart-32\mairs\Kart-32\mairs\world_atlas_H4D\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory
\Kart-32\mairs\Kart-32\mairs\world_atlas_H4D\pr_2mil\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory
\Kart-32\mairs\Kart-32\mairs\world_atlas_H4D\pr_2mil\a_out\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory
\Kart-32\mairs\Kart-32\mairs\world_atlas_H4D\zdroj\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory \statistika\
[2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
 33792 ( 1833,3 kb/s)
\statistika\mairs2002_atlas_stat_021209.xls
[2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
 33792 ( 1833,3 kb/s)
\statistika\mairs2002_atlas_stat_021220.xls
[2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
 33792 ( 1650,0 kb/s)
\statistika\mairs2002_atlas_stat_030113.xls
[2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
 42496 ( 2441,2 kb/s)
\statistika\mairs2002_atlas_stat_030213.xls
[2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
 49664 ( 1564,5 kb/s)
\statistika\mairs2002_atlas_stat_030313.xls
...

it is writing all listing to stderr instead to stdout. I have searched
whole documentation (man, google, ...) but I didn't found solution.

It was right in version 2.0.x (if I remember correctly). I have script
which use it and in previous version of samba it worked correctly.

Do anybody known solution?

Pavel

-- 
Pavel Lisy [EMAIL PROTECTED]
T-MAPY spol. s r.o.

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


Re: [Samba] smbclient write default to stderr?

2003-09-23 Thread kurt weiss
[... ]volume pass -U user -d0 -Tc /dev/tape0  /dev/null 21
linux basics...
Pavel Lisy schrieb:
Hi

I have problem with smbclient in samba3 rc2, rc4. 
When I start tar backup with it:

smbclient //comp-32/volume pass -U user -d0 -Tc /dev/tape0  /dev/null
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory \Kart-32\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory \Kart-32\mairs\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory \Kart-32\mairs\Kart-32\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory \Kart-32\mairs\Kart-32\mairs\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory
\Kart-32\mairs\Kart-32\mairs\world_atlas_H4D\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory
\Kart-32\mairs\Kart-32\mairs\world_atlas_H4D\pr_2mil\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory
\Kart-32\mairs\Kart-32\mairs\world_atlas_H4D\pr_2mil\a_out\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory
\Kart-32\mairs\Kart-32\mairs\world_atlas_H4D\zdroj\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
  directory \statistika\
[2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
 33792 ( 1833,3 kb/s)
\statistika\mairs2002_atlas_stat_021209.xls
[2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
 33792 ( 1833,3 kb/s)
\statistika\mairs2002_atlas_stat_021220.xls
[2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
 33792 ( 1650,0 kb/s)
\statistika\mairs2002_atlas_stat_030113.xls
[2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
 42496 ( 2441,2 kb/s)
\statistika\mairs2002_atlas_stat_030213.xls
[2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
 49664 ( 1564,5 kb/s)
\statistika\mairs2002_atlas_stat_030313.xls
...
it is writing all listing to stderr instead to stdout. I have searched
whole documentation (man, google, ...) but I didn't found solution.
It was right in version 2.0.x (if I remember correctly). I have script
which use it and in previous version of samba it worked correctly.
Do anybody known solution?

Pavel

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


Re: [Samba] smbclient write default to stderr?

2003-09-23 Thread Pavel Lisy
V t, 23. 09. 2003 v 08:52, kurt weiss pe:
 [... ]volume pass -U user -d0 -Tc /dev/tape0  /dev/null 21
 linux basics...
Yes, I know this, but I want redirect stdout to file and see only stderr output 
(in mail from cron daemon)

Right example is:

smbclient //comp-32/volume pass -U user -d0 -Tc /dev/tape0 
/tmp/backuped_files.log

and this is in crontab, so any stderr output I will receive by mail. I
am able watch correct function of backup script with error messages in
email only.

 Pavel Lisy schrieb:
  Hi
  
  I have problem with smbclient in samba3 rc2, rc4. 
  When I start tar backup with it:
  
  smbclient //comp-32/volume pass -U user -d0 -Tc /dev/tape0  /dev/null
  [2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
directory \Kart-32\
  [2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
directory \Kart-32\mairs\
  [2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
directory \Kart-32\mairs\Kart-32\
  [2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
directory \Kart-32\mairs\Kart-32\mairs\
  [2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
directory
  \Kart-32\mairs\Kart-32\mairs\world_atlas_H4D\
  [2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
directory
  \Kart-32\mairs\Kart-32\mairs\world_atlas_H4D\pr_2mil\
  [2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
directory
  \Kart-32\mairs\Kart-32\mairs\world_atlas_H4D\pr_2mil\a_out\
  [2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
directory
  \Kart-32\mairs\Kart-32\mairs\world_atlas_H4D\zdroj\
  [2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
directory \statistika\
  [2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
   33792 ( 1833,3 kb/s)
  \statistika\mairs2002_atlas_stat_021209.xls
  [2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
   33792 ( 1833,3 kb/s)
  \statistika\mairs2002_atlas_stat_021220.xls
  [2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
   33792 ( 1650,0 kb/s)
  \statistika\mairs2002_atlas_stat_030113.xls
  [2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
   42496 ( 2441,2 kb/s)
  \statistika\mairs2002_atlas_stat_030213.xls
  [2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
   49664 ( 1564,5 kb/s)
  \statistika\mairs2002_atlas_stat_030313.xls
  ...
  
  it is writing all listing to stderr instead to stdout. I have searched
  whole documentation (man, google, ...) but I didn't found solution.
  
  It was right in version 2.0.x (if I remember correctly). I have script
  which use it and in previous version of samba it worked correctly.
  
  Do anybody known solution?
  
  Pavel
  
-- 
Pavel Lisy [EMAIL PROTECTED]
T-MAPY spol. s r.o.

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


Re: [Samba] smbclient write default to stderr?

2003-09-23 Thread kurt weiss
=
clitar.c 764:
if (tar_noisy) {
DEBUG(0, (%12.0f (%7.1f kb/s) %s\n,
(double)finfo.size, finfo.size / MAX(0.001, (1.024*this_time)),
finfo.name));
}
clitar.c 830:
if (tar_noisy) {
DEBUG(0,(directory %s\n, cur_dir));
}
seem's to be correct.
by default tar_noisy=true
i looked at vers. 2.2.8a there's the same.
=
try -q switch to turn it off.
Pavel Lisy schrieb:

V t, 23. 09. 2003 v 08:52, kurt weiss pe:

[... ]volume pass -U user -d0 -Tc /dev/tape0  /dev/null 21
linux basics...
Yes, I know this, but I want redirect stdout to file and see only stderr output 
(in mail from cron daemon)

Right example is:

smbclient //comp-32/volume pass -U user -d0 -Tc /dev/tape0 
/tmp/backuped_files.log
and this is in crontab, so any stderr output I will receive by mail. I
am able watch correct function of backup script with error messages in
email only.

Pavel Lisy schrieb:

Hi

I have problem with smbclient in samba3 rc2, rc4. 
When I start tar backup with it:

smbclient //comp-32/volume pass -U user -d0 -Tc /dev/tape0  /dev/null
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
 directory \Kart-32\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
 directory \Kart-32\mairs\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
 directory \Kart-32\mairs\Kart-32\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
 directory \Kart-32\mairs\Kart-32\mairs\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
 directory
\Kart-32\mairs\Kart-32\mairs\world_atlas_H4D\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
 directory
\Kart-32\mairs\Kart-32\mairs\world_atlas_H4D\pr_2mil\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
 directory
\Kart-32\mairs\Kart-32\mairs\world_atlas_H4D\pr_2mil\a_out\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
 directory
\Kart-32\mairs\Kart-32\mairs\world_atlas_H4D\zdroj\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
 directory \statistika\
[2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
33792 ( 1833,3 kb/s)
\statistika\mairs2002_atlas_stat_021209.xls
[2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
33792 ( 1833,3 kb/s)
\statistika\mairs2002_atlas_stat_021220.xls
[2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
33792 ( 1650,0 kb/s)
\statistika\mairs2002_atlas_stat_030113.xls
[2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
42496 ( 2441,2 kb/s)
\statistika\mairs2002_atlas_stat_030213.xls
[2003/09/23 08:27:46, 0] client/clitar.c:do_atar(764)
49664 ( 1564,5 kb/s)
\statistika\mairs2002_atlas_stat_030313.xls
...
it is writing all listing to stderr instead to stdout. I have searched
whole documentation (man, google, ...) but I didn't found solution.
It was right in version 2.0.x (if I remember correctly). I have script
which use it and in previous version of samba it worked correctly.
Do anybody known solution?

Pavel

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


[Samba] libnss_winbind doesn't work as expected, where should I check ?

2003-09-23 Thread gary ng
Hi,

I have setup Samba 3.0(as PDC) with LDAP as the
backend. The samba parts(login and share etc.) is now
working after some tweaks. The pam_winbind also work
as I can authenticate agains winbind.

However, the libnss_windbind doesn't work which I have
no clue where should I look into trouble.

getent passwd or
getent group

shows none of the samba entries I created. I tried to
turn on log to '2' and the only suspicious message I
can find in log.winbindd is the following(the RPC pipe
stuff) :

[2003/09/23 15:42:17, 2]
passdb/pdb_ldap.c:ldapsam_setsamgrent(2560)
  ldapsam_setsampwent: 0 entries in the base!
[2003/09/23 15:42:17, 2]
lib/tallocmsg.c:register_msg_pool_usage(57)
  Registered MSG_REQ_POOL_USAGE
[2003/09/23 15:42:17, 2]
lib/dmallocmsg.c:register_dmalloc_msgs(71)
  Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
[2003/09/23 15:42:17, 1]
nsswitch/winbindd_util.c:rescan_trusted_domains(167)
  scanning trusted domain list
[2003/09/23 15:42:34, 2]
rpc_client/cli_pipe.c:check_bind_response(1335)
  bind_rpc_pipe: transfer syntax differs
[2003/09/23 15:42:34, 2]
rpc_client/cli_pipe.c:rpc_pipe_bind(1490)
  rpc_pipe_bind: check_bind_response failed.
[2003/09/23 15:42:34, 2]
rpc_client/cli_pipe.c:cli_nt_session_open(1562)
  cli_nt_session_open: rpc bind to \PIPE\lsarpc failed
[2003/09/23 15:42:34, 1]
nsswitch/winbindd_util.c:add_trusted_domain(139)
  Added domain EXAMPLE
[2003/09/23 15:42:34, 1]
nsswitch/winbindd_util.c:rescan_trusted_domains(167)
  scanning trusted domain list

Could someone give me a pointer what next I should
trace for ?



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


Re: [Samba] filtering the mailinglist

2003-09-23 Thread INVENTIA - Javier García Márquez
i also have to delete too many spam messages since i signed on to this mailing 
list. 
if there is someone in charge, PLEASE FIX IT. I cannot continue subscribed if 
i receive so many span at my work email.

thank you in advance.


El Mar 23 Sep 2003 07:45, Marc Schoechlin escribió:
 Hi !

 Today i deleted more then 60(!) spam-messages on this list

 I think it would be a good idea, to limit the possible senders
 of this list to the addresses which are subscribed.

 Best regards

 Marc Schoechlin

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


Re: [Samba] log deleted files/folders

2003-09-23 Thread INVENTIA - Javier García Márquez
thanks, i will

El Mar 23 Sep 2003 00:45, escribió:
 On Mon, 22 Sep 2003, INVENTIA - Javier [iso-8859-15] García Márquez wrote:
  hi
 
  im trying to log deleted files/folders, however, it seems that the log
  level option does'nt do this. Is there any other way?

 There is a way. See the Samba-3.0.0 Samba-HOWTO-Collection.pdf that ships
 with the RC4 release. Refer to the chapter on Virtual File System (VFS)
 Drivers.

 - John T.

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


Re: [Samba] Thank You All

2003-09-23 Thread Ernst Pehl
  
 The Samba book (the published form of the Samba-HOWTO-Collection) is just 
 about done. So I just took a moment to reflect on recent feedback. There 
 is something that must be said, so here it is: 
  
When and where can I get this book? Is there a german translation planned?

Regards from the cloudy Ansbach (Germany)


-- 
Ernst PehlTel. 0981/96991-139
Evang.-Luth. Landeskirchenstelle  Fax  0981/96991-191
Bischof-Meiser-Strae 16  Mailto: [EMAIL PROTECTED] 
91522 Ansbach   

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


Re: [Samba] Winbind RC4 crash

2003-09-23 Thread Guenther Deschner
hi,

i think this is the same error that pops up in

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

although the cause if it may be different.

bye,
guenther

On Mon, Sep 22, 2003 at 01:30:35PM -0500, Gerald (Jerry) Carter wrote:
 Paul Eggleton wrote:
 | Hi there,
 |
 | We have just upgraded from Samba 3.0.0rc2 to 3.0.0rc4 on RH9 (stopped
 | smb/winbind, rebuilt from SRPM with ACLs enabled, rpm -Fvh to upgrade,
 | then started smb/winbind). Shortly afterwards, winbind crashed. Here is
 | an excerpt of the logs:
 
 Paul,
 
 Any chance of getting a full backtrace?  Or maybe even testing the
 latest SAMBA_3_0_RELEASE cvs branch?

-- 
Guenther Deschner [EMAIL PROTECTED]
SuSE Linux AGGnuPG: 8EE11688
Berliner Str. 27  phone:  +49 (0) 30 / 430944778
D-13507 Berlin   fax:  +49 (0) 30 / 43732804


pgp0.pgp
Description: 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 issues. 2.2.7, Solaris9

2003-09-23 Thread Alex Collins

Hi There

I run a Samba (Version 2.2.7) Print server on a Solaris 9 box.
Setup is pretty simple. There are no users on the box so I map all
failed logins to guest and all that guest can do is print. This works
well in our environment. Samba just provides the mapping to the windows
machines.

All the Client machines are Win XP. Users can add modify and delete
printers as required.
The printers are setup on the server with Solaris lpadmin and
again all run very basic setups.

We have to send out mailers and have some lovely pre printed
carbon forms which we feed through a Dot Matrix Printer.
They are 11  wide X 5.5 Long.

I have setup the Printer and a form (apu-mailer) in Solaris and
it works perfic when you fire a job off with the form name on the
server, but I need to pass an f apu-mailer parameter to the printer via
Samba to tell the Solaris lpd to print using the form, rather than wait
until the form is un mounted from the printer, at which point it treats
them all as A4.

This printer is only ever used to print these forms.

Is this a Samba issue or do I need to look elsewhere ? Any clues
or suggestions are welcome.

TIA
-- 
Alex Collins. Rivermead Library IT Support Technician.
Rivermead Library.  Tel:01245 493131 X3722  Fax: X3145
[EMAIL PROTECTED]http://libweb.apu.ac.uk
This message has been ROT-13 Encrypted twice for Extra Security !
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Multiple NICs

2003-09-23 Thread Stefan G. Weichinger
Hi, samba-users,

I want to make use of 2 NICs in one Samba-server.
Can anyone point me to some documentation?

I want to increase availability and speed, but don´t yet understand
how to set it up right.
What about the 2 IP-adresses?
Will they both be accessed via the \\SERVER\-name?
Is there any magic load-balancing?
Do I have to bond the NICs?
Does that work with standard switch?

Thank you for your replies ...

Stefan G. Weichinger
mailto:[EMAIL PROTECTED]


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


[Samba] Trust WinNT4 Samba 2.2.8

2003-09-23 Thread Mihail Maximov
Hi,
I have some problems with seting up trust relationships between WinNT4
and Samba 2.2.8. When PDC NT4 (domain Souzavto) is triing to connect to
Samba-server (Domain Souz), I get the following samba-log:

[2003/09/01 09:09:31, 0] smbd/reply.c:session_trust_account(497)
session_trust_account: Trust Account SOUZAVTO$ - password failed
[2003/09/01 09:09:31, 2] smbd/server.c:exit_server(511) Closing
connections
[2003/09/01 09:09:31, 0] smbd/service.c:make_connection(381)
make_connection: root logged in as admin user (root privileges)
[2003/09/01 09:09:31, 2] smbd/server.c:exit_server(511) Closing
connections

And an souzavto$ accoutn isn't created in smbpasswd file.

When I try to manually create souzavto$ in Samba and then do my best to
configure its rights through User Manager for domain in WinNT4, I can't set 
up trust relationships and get Wrong password message

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


Re: [Samba] Multiple NICs

2003-09-23 Thread rruegner
Hi , you bind to both nics

interfaces= lo, eth0, eth1

this will work
dont forget to modify
things like
 hostsallow= 127., 10.10.10.
(if nothing is configured i think
bind to all interfaces is default=
regards
- Original Message - 
From: Stefan G. Weichinger [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 23, 2003 11:40 AM
Subject: [Samba] Multiple NICs


 Hi, samba-users,

 I want to make use of 2 NICs in one Samba-server.
 Can anyone point me to some documentation?

 I want to increase availability and speed, but don´t yet understand
 how to set it up right.
 What about the 2 IP-adresses?
 Will they both be accessed via the \\SERVER\-name?
 Is there any magic load-balancing?
 Do I have to bond the NICs?
 Does that work with standard switch?

 Thank you for your replies ...

 Stefan G. Weichinger
 mailto:[EMAIL PROTECTED]


 -- 
 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] Multiuser access to files in Samba

2003-09-23 Thread Terry Dexter
A Client of mine is trying to use Samba/RH9 to support a file server 
configuration.  They want to provide concurrent, multi-user access to 
QuickBooks and Alpha5 databases from other XP/98 workstations. 
Currently only one (1) person at a time can access the Samba files.

How do we configure Samba/RH9 to permit multiple users to simultaneously 
access these databases?

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


[Samba] Samba upgrade on dedrat linux

2003-09-23 Thread Andre de Koning
I'm running samba 2.2.5 on a redhat 9.0 server.  I'm planning on upgrading
it to 2.2.8a tomorrow.

My questions are thus:
1) I has hassles before when doing this on another redhat box because samba
was installed with redhat's own rpm's which install in different locations.
Would it be OK to do rpm --erase for all the redhat packages (samba, common,
client, swat, redhat-config-samba) and then just do a normal rpm -i with the
samba-2.2.8a package from the samba d/l server?  I made the mistake of doing
rpm -Uvh last time which of course told me it was not installed so I
did --force etc.  BIG mess.
2) What do I need to back up?  smb.conf, smbpasswd, what else?  This is a
seperate server at a remote branch so it's not using ldap yet.  Any .tdb or
.SID files I need to backup?
3) How do I backup the SID (on old versions it was just MACHINE.SID but I
believe you do this via smbpasswd now)?  And how would I restore it again
after reinstalling?
4) Would my smb.conf still work without changes?

It's not a DC, just a member server but I've got a script that copies
passwd, group, shadow, gshadow and smbpasswd accross from their pdc every
30min - would this still be ok?
Any other pointers would be appreciated.
André de Koning
IT Manager (Chief computer mechanic)
Softline VIP Payroll
Tel: +27 12 420 7000
[EMAIL PROTECTED]

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


[Samba] Mail rejected

2003-09-23 Thread Mail Delivery Subsystem
This is an automatically generated Delivery Status Notification.
Your message

From: [EMAIL PROTECTED]
Sent to: [EMAIL PROTECTED]
Subject: samba Digest, Vol 9, Issue 32
Sent on: Tue, 23 Sep 2003 12:01:05 + (GMT)

did not reach the recipient. Response from the destination host:

Unsolicited junk mail (spam) is not allowed. Violators will be prosecuted.

Your message has been discarded.

No need to reply to this notification. All replies will be ignored. Notification 
generated by Apdsoft.com Mail Filter for Windows.

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


Re: [Samba] Multiple NICs

2003-09-23 Thread Stefan G. Weichinger
Hi,
you wrote:

r Hi , you bind to both nics

r interfaces= lo, eth0, eth1

Just to understand correctly: Why the lo-Interface?

r this will work
r dont forget to modify
r things like
r  hostsallow= 127., 10.10.10.
r (if nothing is configured i think
r bind to all interfaces is default=
r regards

According to Using Samba from O´Reilly it searches for the first NIC
and binds to the subnet found there. So I could just leave the
interfaces-option away, I think.

Right now I have:

interfaces = 192.168.16.200
hosts allow = 192.168.16. 127.0.0.1

I will change it to:

interfaces = eth0 eth1 lo
hosts allow = 192.168.16. 127.
# No , in O´Reilly-book, I will check
that in the docs ...

Ok?

Thank you,
Stefan G. Weichinger
mailto:[EMAIL PROTECTED]



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


[Samba] Samba authentication via pam

2003-09-23 Thread Mike Klein
My pam file for samba has pam_nologin for auth.

I would like to remove as many password files as possible for services on my
linux box and have them go thru pam and etc/shadow.

Is it possible for samba to auth thru pam? and then I can eliminate
smbpasswd file?



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


[Samba] wbinfo and Samba 3.00rc4

2003-09-23 Thread Terry Poperszky
I just did a fresh install of Samba and when I try and test my windbind
configuration I get the following error. This is happening on two
different SuSE 8.2 boxes.


wbinfo: relocation error: /usr/local/samba/lib/charset/CP850.so:
undefined symbol: smb_register_charset

smbd, nmbd and winbindd all run without error, and the box is accessible
via an smb connection on the network.I am using the same smb.conf file
that is working on two other 3.00rc1 boxes.

Suggestions?

Terry

smb.conf 

[global]
workgroup = MYDOMAIN
server string = Network Development Server
security = domain
encrypt passwords = Yes
password server = *
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
character set = ISO8859-15
os level = 18
local master = No
dns proxy = No
winbind uid = 1-2
winbind gid = 1-2
winbind separator = +
template homedir = /home/%D/%U
template shell = /bin/bash
winbind use default domain = yes
obey pam restrictions = yes

smb.conf


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


[Samba] Smb question on Redhat 9. Publicly browsable printers whithout a password

2003-09-23 Thread Ralph Blach
I have samba running on redhat 9 AMD.  For Windows computers to browse my Samba server,
a password is always ask for.  Yet I want the printer to be publicly browsable without 
a
password.  How do I do this?
Thanks

Chip

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


[Samba] rpcclient adddriver not recognizing Dependentfiles... Samba-HOWTO-Collection HEAD/3.0

2003-09-23 Thread daniel . jarboe
I'm trying add drivers as detailed in chapter 18 (Classical Printing
Support) in the Samba-HOWTO-Collection HEAD/3.0.

The following command returns the Printer Driver __
Successfully Installed message, but none of the dependent files get
moved or associated with the Driver.
rpcclient -U PRINT-ADMIN-USER -c 'adddriver Windows NT x86 RICOH
Aficio 700 PCL
5e:RIC570K.DLL:RIC570K.DLL:RIC570U.DLL:RIC570.HLP:NULL:RAW:RIC570P.DLL,R
IC570C.DLL,RIC570L.DLL,RIC570X.DLL,RIC570J.DLL,RIC570S.DLL,RIC570Q.EXE,R
IC570XU.DLL,RIC570XK.DLL,RIC570WU.DLL,RIC570WK.DLL,RIC570X.EXE,TrackID.D
LL,TIBase64.dll,TIFmtA.dll,TICmd.exe,TIShMem.dll,RIC570X.EXE,TrackID.DLL
,TIBase64.dll,TIFmtA.dll,TICmd.exe,TIShMem.dll' SAMBA-SERVER

I've also tried without spaces in the Driver name, just in case.  I've
verified the command against the HOWTO-Collection and rpcclient man
page.  I always get the successfully installed message, but only the
Driver, datafile, config, and help file files get moved into the 2
subdirectory.  None of the dependent files get moved.  Furthermore, you
can see that the dependent files don't get associated with the printer.

On 3rc4, enumdrivers for that driver shows:

[Windows NT x86]
Printer Driver Info 3:
Version: [2]
Driver Name: [RICOHAficio700PCL5e]
Architecture: [Windows NT x86]
Driver Path: [\\linbeta\print$\W32X86\2\RIC570K.DLL]
Datafile: [\\linbeta\print$\W32X86\2\RIC570K.DLL]
Configfile: [\\linbeta\print$\W32X86\2\RIC570U.DLL]
Helpfile: [\\linbeta\print$\W32X86\2\RIC570.HLP]


Monitorname: []
Defaultdatatype: [RAW]


[Windows NT x86]
Printer Driver Info 3:
Version: [2]
Driver Name: [RICOHAficio700PCL5e]
Architecture: [Windows NT x86]
Driver Path: [\\linbeta\print$\W32X86\2\RIC570K.DLL]
Datafile: [\\linbeta\print$\W32X86\2\RIC570K.DLL]
Configfile: [\\linbeta\print$\W32X86\2\RIC570U.DLL]
Helpfile: [\\linbeta\print$\W32X86\2\RIC570.HLP]


Monitorname: []
Defaultdatatype: [RAW]


When looking at the W2K server, a getdriver for the printer shows:
[Windows NT x86]
Printer Driver Info 3:
Version: [2]
Driver Name: [RICOH Aficio 700 PCL 5e]
Architecture: [Windows NT x86]
Driver Path:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570K.DLL]
Datafile: [C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570K.DLL]
Configfile:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570U.DLL]
Helpfile: [C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570.HLP]

Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570P.DLL]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570C.DLL]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570L.DLL]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570X.DLL]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570J.DLL]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570S.DLL]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570Q.EXE]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570XU.DLL]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570XK.DLL]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570WU.DLL]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570WK.DLL]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570X.EXE]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\TrackID.DLL]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\TIBase64.dll]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\TIFmtA.dll]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\TICmd.exe]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\TIShMem.dll]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570X.EXE]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\TrackID.DLL]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\TIBase64.dll]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\TIFmtA.dll]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\TICmd.exe]
Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\TIShMem.dll]

Monitorname: []
Defaultdatatype: []


[Windows NT x86]
Printer Driver Info 3:
Version: [2]
Driver Name: [RICOH Aficio 700 PCL 5e]
Architecture: [Windows NT x86]
Driver Path:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570K.DLL]
Datafile: [C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570K.DLL]
Configfile:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570U.DLL]
Helpfile: [C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570.HLP]

Dependentfiles:
[C:\WINNT\system32\spool\DRIVERS\W32X86\2\RIC570P.DLL]
Dependentfiles:

[Samba] Error loading module messages from Samba-3rc4 on Solaris

2003-09-23 Thread Patrik Gustavsson PS Sweden Senior Technical Consultant
I know this Q has been asked before, but I can't find any answers.

If I have my LANG set to C the message will be

Error loading module '/usr/local/samba/lib/charset/646.so': ld.so.1: 
bin/testparm: fatal: /usr/local/samba/lib/charset/646.so: open failed: 
No such file or directory

and if LANG is set to sv (for swedish) the messages will be

Error loading module '/usr/local/samba/lib/charset/ISO8859-1.so': 
ld.so.1: bin/testparm: fatal: /usr/local/samba/lib/charset/ISO8859-1.so: 
open failed: No such file or directory

My Q is where to find those libraries ?

I have used libiconv.1.9.1 when compiling samba.

/Patrik

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


Re: [Samba] too much spam - filtering the mailinglist

2003-09-23 Thread Greg Folkert
On Tue, 2003-09-23 at 01:28, Marc Schoechlin wrote:
 Hi !
 
 Today i deleted more then 60(!) spam-messages on this list
 
 I think it would be a good idea, to limit the possible senders
 of this list to the addresses which are subscribed.

I have yet to delete any SPAM (Swen/Gibe) caused by this list. I believe
you are getting them spoofed. Please look at the headers. Oh, and STOP
USING LookOut Exploit (Outlook Express or Outlook).

-- 
greg, [EMAIL PROTECTED]
REMEMBER ED CURRY! http://www.iwethey.org/ed_curry

You cannot compare with the apex of a ferris wheel, nor the nadir of a
ditch filled with a coelocanth's droppings.


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] Smb question on Redhat 9. Publicly browsable printers whithout a password

2003-09-23 Thread Bob Crandell
Hi,

Try
security = share

Ralph Blach ([EMAIL PROTECTED]) wrote:

I have samba running on redhat 9 AMD.  For Windows computers to browse my Samba 
server,
a password is always ask for.  Yet I want the printer to be publicly browsable
without a
password.  How do I do this?

Thanks

Chip




--
Bob Crandell
Assured Computing
When you need to be sure.
[EMAIL PROTECTED]
www.assuredcomp.com
Voice - 541-689-9159
FAX - 541-463-1627
Eugene, Oregon


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


[Samba] logon problems with xp pro and samba 3.0 beta2-1 debian

2003-09-23 Thread Seth Hollen
I have recently setup samba as a file server for a small group this. this is
my first time using samba 3.0

all clients are xp pro. some clients do not authenticate at logon, I am
having samba do all the logon checks, no ldap or pdc sync. it's annoying and
confusing the users when the have to enter in their username and password
for the share each time they logon. I never had this problem before. is
there something different I should be doing?

Take care,

Seth
727-919-1598
[EMAIL PROTECTED] 

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


[Samba] IP address restrictions and multiple interfaces

2003-09-23 Thread Joseph Belesi
Using Samba (2nd edition) discusses using the interfaces network 
configuration option, along with hosts allow, hosts deny, etc, to 
provide support of multiple interfaces.  The examples cited only discuss the 
scenario in which the interfaces are on different subnets.

What about the case in which the interfaces of a multi-homed systems are on 
the same subnet?  Can Samba work in this configuration?  The book 
Understanding CIFS by Chris Hertel talks about NetBIOS name conflicts in 
this scenario (same name mapping to multiple IP addresses).

Thanks.

_
Instant message during games with MSN Messenger 6.0. Download it now FREE!  
http://msnmessenger-download.com

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


Re: [Samba] IP address restrictions and multiple interfaces

2003-09-23 Thread Stefan G. Weichinger
Hi, Joseph Belesi,

23. September 2003 you wrote:

JB Using Samba (2nd edition) discusses using the interfaces network
JB configuration option, along with hosts allow, hosts deny, etc, to
JB provide support of multiple interfaces.  The examples cited only discuss the
JB scenario in which the interfaces are on different subnets.

JB What about the case in which the interfaces of a multi-homed systems are on
JB the same subnet?  Can Samba work in this configuration?  The book 
JB Understanding CIFS by Chris Hertel talks about NetBIOS name conflicts in
JB this scenario (same name mapping to multiple IP addresses).

Read the thread Multiple NICs from earlier today.
I just changed my smb.conf at my customer´s site to use 2 NICs.

Just leave the interfaces-option away and it will use all NICs except
127.0.0.1.

For hosts allow use something like:

hosts allow = 192.168.16.

to just let in the local C-class-hosts. (Note the trailing dot)

I´m right now monitoring the log.?mbd-files on that host and it works
like a charm.

You can verify the usage of both (or all) NICs via

smbclient -L sambaserver

it will list the used interfaces first. And you will hopefully notice
the increased performance ;-)

best regards,
Stefan G. Weichinger
mailto:[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] IP address restrictions and multiple interfaces

2003-09-23 Thread kurt weiss
Joseph Belesi schrieb:

Using Samba (2nd edition) discusses using the interfaces network 
configuration option, along with hosts allow, hosts deny, etc, to 
provide support of multiple interfaces.  The examples cited only discuss 
the scenario in which the interfaces are on different subnets.
interfaces belongs to the interfaces on your server. (similar meaning of 
ip address of the network card)
hosts allow and hosts deny belongs to the client interfaces...
also look at bind interfaces only.

What about the case in which the interfaces of a multi-homed systems are 
on the same subnet?  Can Samba work in this configuration?  The book 
Understanding CIFS by Chris Hertel talks about NetBIOS name conflicts in 
this scenario (same name mapping to multiple IP addresses).
we're working on a network with more than one ip address in the same 
segment, additionally our machines (even the clients) have more than one 
ip address in different segments. (this is nessecary because of costumer 
wks's)

e.g.
server has X.X.10.1 (eth0) X.X.10.254 (eth0:1) and X.X.30.1 (eth0:2)
the notebook has X.X.10.198(lan) X.X.30.198(wireless)
the configuration in this case means (the whole ..10 and ..30 has access)

interfaces = X.X.10.1 X.X.30.1
hosts allow = X.X.10 X.X.30
bind interfaces only = yes ##attention - no answer on localhost...
we're using only a nameserver. the nameserver has configured forward and 
reverse lookup zones.
we have no problems with samba 2.2.8a

i'm doing hard to understand your question exact, so i hope i'd gave u 
the right answer.

gk

Thanks.

_
Instant message during games with MSN Messenger 6.0. Download it now 
FREE!  http://msnmessenger-download.com

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


Re: [Samba] filtering the mailinglist

2003-09-23 Thread kurt weiss
the problem is:
spammer reading the mailing list and collect your email address. 
(they're not sending the email to the list).

if have an old and a new email address, with wich i was subscribed. - i 
get all spams twice :-( (even i've unsubscribed from list with my old 
email address before a year)

INVENTIA - Javier García Márquez schrieb:

i also have to delete too many spam messages since i signed on to this mailing 
list. 
if there is someone in charge, PLEASE FIX IT. I cannot continue subscribed if 
i receive so many span at my work email.

thank you in advance.

El Mar 23 Sep 2003 07:45, Marc Schoechlin escribió:

Hi !

Today i deleted more then 60(!) spam-messages on this list

I think it would be a good idea, to limit the possible senders
of this list to the addresses which are subscribed.
Best regards

Marc Schoechlin


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


Re: [Samba] Samba authentication via pam

2003-09-23 Thread Gémes Géza
Mike Klein írta:

My pam file for samba has pam_nologin for auth.

I would like to remove as many password files as possible for services on my
linux box and have them go thru pam and etc/shadow.
Is it possible for samba to auth thru pam? and then I can eliminate
smbpasswd file?


 

Yes it is possible, but everyone recomend against it, because it 
requires you to specify encrypt password = no in your smb.conf and 
various registry patches on your clients. The worst thing would be, that 
in that case every password would be sent in cear text over the wire.

Best Regards!

Geza Gemes

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


Re: [Samba] too much spam - filtering the mailinglist

2003-09-23 Thread Dave Watkins
On Tue, 2003-09-23 at 07:57, Greg Folkert wrote:
 I have yet to delete any SPAM (Swen/Gibe) caused by this list. I believe
 you are getting them spoofed. Please look at the headers. Oh, and STOP
 USING LookOut Exploit (Outlook Express or Outlook).

I agree with Greg. I to tried unsubbing from the list to no avail.

I have since creates a series of rules to filter out the spam based on
the subject line.

While not the ideal solution I don't think drawing  quartering the
infected system owner will pass in todays society.

-- 
Cheers,


Dave Watkins
President

Ask me about your hardware, software and networking needs

Abacus Technologies
1025 Fonda Court S.E.
Calgary, Alberta T2A5S1

V: 403.701.5746
F: 403.266.0626
E. [EMAIL PROTECTED]
W: www.davewatkins.net

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


[Samba] Re: rpcclient adddriver problems 2.2.8a and 3rc4

2003-09-23 Thread Dragan Krnic
| The command:
| 
| rpcclient -U jarboed -c 'adddriver \ 
| Windows NT x86 RICOH Aficio 700PS:\
| RINH7PS5.DLL:RICNH703.PPD:RINH7PSU.DLL:\
| RINH7PSU.HLP:NULL:RAW:RNH7kmUI.DLL,\
| RNH7PS.DLL,RNH7km.INI,RINH7PS5.NTF,\
| RNH7Help.HLP,TrackID.DLL,TIFmtA.DLL,\
| TIBase64.DLL,TISHMEM.DLL,TICMD.EXE' LINPS1
| 
| fails on 2.2.8a and 3rc4 (substituting server name 
| appropriately in the above command).
| ...
| The 2.2.8a also seems to fail at the 
| spoolss_io_r_addprinterdriver part: rpc_api_pipe: 
| len left: 0 smbtrans read: 28
| 18 spoolss_io_r_addprinterdriver 
| 0018 status: WERR_BADFILE
| 
| Would smb.conf or anything else be helpful?  2.2.8a 
| is running on RH 7.2 platform with the samba rpm 
| rebuilt from the samba provided SRPM.  The 3rc4 is 
| running with default RH samba rpms for RH EL3 AS as 
| built by RedHat (samba, samba-client, samba-common, 
| etc).  Any ideas?

smb.conf won't help. Double-check the placement of
different components of the 2nd string. Wrong
sequence might be reponsible for both problems. I
would also definitely avoid blank char in naming, so
instead of RICOH Aficio 700PS, I'd rather put
RICOH700PS. There was a little bug in 2.2.x releases 
which is fixed and discussed at the following URL:

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

but it shouldn't apply to your problem with 3rc4, 
because it was fixed for good in 3 and it has a
little different diagnostic anyways, but once you've
squashed the primary problem it may strike you at
least in 2.2.8a, so take a look at it.



Diabetics: Click here for a Free Glucose Meter from Access Diabetic.
http://r.hotbot.com/r/lmt_ad/http://mocda4.com/1/c/563632/102938/302214/302214
This offer applies to U.S. Residents Only
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] [PATCH] tdb multiple format

2003-09-23 Thread Aurlien Degrmont
Hi,

As I said yesterday, I worked on a solution for tdb format in order to
manage easily new fields for this format.
So I add small changes to init_sam_from_buffer and init_buffer_from_sam
in this purpose.
The data TDB_FORMAT_STRING became an array which contains the list of
the different fields format which exist.
When the tdb file is read, for each records, Samba will try the most
recent format defined into the sources and, if the data length doesn't
fit, he fallbacks to a previous format, and so on...until there is no
others formats availables.
With this method, we could add new fields at the end of the records and
preserve compatibility !
Each record will be read in its original format and be write into the
newest format. So, the tranformation is transparent.
The conversion, between different tdb versions, works in both directions.

The patch is not functionnal. It is just a proposition and I will finish
it if you agree. It is designed for passdb.c RC4 and add 2 fields (bad
pwd count, lock out time) which are not implemented (into other files),
are just here as examples.
I'm waiting for your comments :)

TIA

Aurlien Degrmont



--- ../samba-clean/source/passdb/passdb.c   Mon Sep 15 01:57:54 2003
+++ source/passdb/passdb.c  Tue Sep 23 16:55:46 2003
@@ -78,6 +78,7 @@
user-private.pass_can_change_time  = (time_t)0;
user-private.logoff_time   = 
user-private.kickoff_time  = 
+   user-private.lockout_time  = (time_t)0;
user-private.pass_must_change_time = get_time_t_max();
user-private.unknown_3 = 0x00ff;   /* don't know */
user-private.logon_divs = 168; /* hours per week */
@@ -85,6 +86,7 @@
memset(user-private.hours, 0xff, user-private.hours_len); /* available at 
all hours */
user-private.unknown_5 = 0x; /* don't know */
user-private.unknown_6 = 0x04ec; /* don't know */
+   user-private.bad_pwd_count = 0;
 
/* Some parts of samba strlen their pdb_get...() returns, 
   so this keeps the interface unchanged for now. */
@@ -1269,7 +1271,21 @@
  Marshall/unmarshall SAM_ACCOUNT structs.
  */
 
-#define TDB_FORMAT_STRING   ddddBBwdwdBdd
+
+
+/** List of different formats **
+  They must be ordered by size.
+  The eldest is the first (index 0).
+  The newest is the last.
+ */
+const char * TDB_FORMAT_STRING[] = { 
+   ddddBBwdwdBdd ,   // Version 0
+   ddddBBwdwdB   // Version 1 (include bad password 
count et logon time)
+   };
+
+// Index of the most recent version
+#define TDB_FORMAT_NEWEST_VERSION  1
+   
 
 /**
  Intialize a SAM_ACCOUNT struct from a BYTE buffer of size len
@@ -1284,6 +1300,7 @@
uint32  logon_time,
logoff_time,
kickoff_time,
+   lockout_time,
pass_last_set_time,
pass_can_change_time,
pass_must_change_time;
@@ -1304,12 +1321,13 @@
fullname_len, homedir_len, logon_script_len,
profile_path_len, acct_desc_len, workstations_len;

-   uint32  user_rid, group_rid, unknown_3, hours_len, unknown_5, unknown_6;
+   uint32  user_rid, group_rid, unknown_3, hours_len, unknown_5, unknown_6, 
bad_pwd_count;
uint16  acct_ctrl, logon_divs;
uint8   *hours;
static uint8*lm_pw_ptr, *nt_pw_ptr;
-   uint32  len = 0;
+   uint32  len = -1;
uint32  lm_pw_len, nt_pw_len, hourslen;
+   short int   format_version = TDB_FORMAT_NEWEST_VERSION;
BOOL ret = True;

if(sampass == NULL || buf == NULL) {
@@ -1317,38 +1335,58 @@
return False;
}

-   /* unpack the buffer into variables */
-   len = tdb_unpack ((char *)buf, buflen, TDB_FORMAT_STRING,
-   logon_time,
-   logoff_time,
-   kickoff_time,
-   pass_last_set_time,
-   pass_can_change_time,
-   pass_must_change_time,
-   username_len, username,
-   domain_len, domain,
-   nt_username_len, nt_username,
-   fullname_len, fullname,
-   homedir_len, homedir,
-   dir_drive_len, dir_drive,
-   logon_script_len, logon_script,
-   profile_path_len, profile_path,
-   acct_desc_len, acct_desc,
-   workstations_len, workstations,
-   unknown_str_len, unknown_str,
-   munged_dial_len, munged_dial,
-   user_rid,
-   group_rid,
-   lm_pw_len, lm_pw_ptr,
-   nt_pw_len, nt_pw_ptr,
-   

Re: [Samba] Re: Samba 3.0rc4 + SrvTools = unusual behavior

2003-09-23 Thread John H Terpstra
On Mon, 22 Sep 2003, Ed wrote:

Ed, can you provide me with more information on how precisely I can
reproduce your problem. I'd like to help out.

Cheers,
John T.

 Just an update to my original question, which is below.

 I added a W2K workstation to the domain and experienced no problems with
 User Manager.  The other domain machine is a W2K server (running in
 standalone mode as a member of the domain) and it experiences the error I
 describe below.

 Does anyone have any thoughts on or experience with W2K server not playing
 nice when it comes to SrvTools (or other aspects of domain behavior)?

 Cheers
 Ed

 Ed [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
  Hello, when using User Manager for Domains, I get an error when I
  try to access an individual user's properties (The following error
 occurred
  while accessing the properties of the user blah  \n The specified
 procedure
  could not be found).






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


Re: [Samba] Multiuser access to files in Samba

2003-09-23 Thread John H Terpstra
On Tue, 23 Sep 2003, Terry Dexter wrote:

 A Client of mine is trying to use Samba/RH9 to support a file server
 configuration.  They want to provide concurrent, multi-user access to
 QuickBooks and Alpha5 databases from other XP/98 workstations.
 Currently only one (1) person at a time can access the Samba files.

 How do we configure Samba/RH9 to permit multiple users to simultaneously
 access these databases?

For information regarding locking mechanisms in MS Windows and how this
interacts with Samba suggest you read the Samba-HOWTO-Collection.pdf for
Samba-3.0.0RC4. You shouldcheck the chapter on File and Record Locking.

- 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


Re: [Samba] Samba upgrade on dedrat linux

2003-09-23 Thread John H Terpstra
On Tue, 23 Sep 2003, Andre de Koning wrote:

 I'm running samba 2.2.5 on a redhat 9.0 server.  I'm planning on upgrading
 it to 2.2.8a tomorrow.

 My questions are thus:
 1) I has hassles before when doing this on another redhat box because samba
 was installed with redhat's own rpm's which install in different locations.
 Would it be OK to do rpm --erase for all the redhat packages (samba, common,
 client, swat, redhat-config-samba) and then just do a normal rpm -i with the
 samba-2.2.8a package from the samba d/l server?  I made the mistake of doing
 rpm -Uvh last time which of course told me it was not installed so I
 did --force etc.  BIG mess.

You really should build the Red Hat packages using the tools we provide in
the ~samba/packaging directory. It will ensure that your file locations
will match the Red Hat native package file locations.

 2) What do I need to back up?  smb.conf, smbpasswd, what else?  This is a
 seperate server at a remote branch so it's not using ldap yet.  Any .tdb or
 .SID files I need to backup?

If you install the Samba-Team provided RPMs your configuration should be
preserved. None the less, it is ALWAYS a good idea to backup config files.

Save all tdb files as well as your smb.conf.

 3) How do I backup the SID (on old versions it was just MACHINE.SID but I
 believe you do this via smbpasswd now)?  And how would I restore it again
 after reinstalling?

Read the man page for smbpasswd (for samba-2.2.x) or the man page for
'net' (for Samba-3.0.0).

 4) Would my smb.conf still work without changes?

Should do.


 It's not a DC, just a member server but I've got a script that copies
 passwd, group, shadow, gshadow and smbpasswd accross from their pdc every
 30min - would this still be ok?
 Any other pointers would be appreciated.

If you plan to update to Samba-3.0.0 (good idea), read the
Samba-HOWTO-Collection.pdf that shipped as part of samba-3.0.0RC4.

- John T.

 André de Koning
 IT Manager (Chief computer mechanic)
 Softline VIP Payroll
 Tel: +27 12 420 7000
 [EMAIL PROTECTED]



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


Re: [Samba] Samba authentication via pam

2003-09-23 Thread John H Terpstra
On Tue, 23 Sep 2003, Mike Klein wrote:

 My pam file for samba has pam_nologin for auth.

 I would like to remove as many password files as possible for services on my
 linux box and have them go thru pam and etc/shadow.

 Is it possible for samba to auth thru pam? and then I can eliminate
 smbpasswd file?

Your question implies way too many possibilities. I wrote a book that
answers your questions. Suggest you read it. It will be on the bookstore
shelves by October 24th. The Official Samba-3 HOWTO and Reference Guide.

This is also available (minus a little content) as the
Samba-HOWTO-Collection.pdf that ships with samba-3.0.0RC4. Its in the
~samba/docs directory, and is also available from the Samba web pages
under docuemtents.

- 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


Re: [Samba] Smb question on Redhat 9. Publicly browsable printers whithout a password

2003-09-23 Thread John H Terpstra
On Tue, 23 Sep 2003, Ralph Blach wrote:

 I have samba running on redhat 9 AMD.  For Windows computers to browse my Samba 
 server,
 a password is always ask for.  Yet I want the printer to be publicly browsable 
 without a
 password.  How do I do this?

Read the Samba-HOWTO-Collection.pdf that ships with samba-3.0.0RC4 in the
~samba/docs directory. Better still, buy The Official Samba-3 HOWTO and
Reference Guide from Amazon, or your local bookstore for 730 pages puched
full of working examples and comprehensive documentation. The Fast Start:
Cure for Impatience chapter has fully worked examples that will perfectly
answer your questions.

- 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] Limiting user login ?

2003-09-23 Thread Thorsten Gessler
Hy hy,
 
is it possible to limit the login for one user ? I want to avoid that
several users work with just one account.
 
Thanks, Thorsten
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Samba authentication via pam

2003-09-23 Thread Mike Klein
I don't think unencrypted passwords=no will be a problem for me as I am
running on my own private LAN.

I don't expose smb traffic over the internet, and when I need samba remotely
I do it via vpn/pptp.

In my test last night I forgot to set unencryptedpasswords=no...thanks for
the reminder.


mike

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf
Of Gémes Géza
Sent: Tuesday, September 23, 2003 8:39 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [Samba] Samba authentication via pam


Mike Klein írta:

My pam file for samba has pam_nologin for auth.

I would like to remove as many password files as possible for services on
my
linux box and have them go thru pam and etc/shadow.

Is it possible for samba to auth thru pam? and then I can eliminate
smbpasswd file?





Yes it is possible, but everyone recomend against it, because it
requires you to specify encrypt password = no in your smb.conf and
various registry patches on your clients. The worst thing would be, that
in that case every password would be sent in cear text over the wire.

Best Regards!

Geza Gemes

--
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: [Samba] Winbind RC4 crash

2003-09-23 Thread Paul Eggleton
Guenther Deschner wrote on Tuesday, 23 September 2003 8:51 p.m.:
 i think this is the same error that pops up in
 
https://bugzilla.samba.org/show_bug.cgi?id=437
 

Looks very much like it. I have applied the backtrace script, hopefully
I can catch it next time it dies.  So far this week since the original
crash it has stopped working several times (wbinfo -g/-u fails) but
winbindd has continued running.

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


Re: [Samba] Thank You All

2003-09-23 Thread John H Terpstra
On Tue, 23 Sep 2003, Ernst Pehl wrote:

 
  The Samba book (the published form of the Samba-HOWTO-Collection) is just
  about done. So I just took a moment to reflect on recent feedback. There
  is something that must be said, so here it is:
 
 When and where can I get this book? Is there a german translation planned?

Prentice Hall is the publisher. The title is: The Official Samba-3 HOWTO
and Reference Guide. Editors are: John H. Terpstra, Jelmer R. Vernooij.

It can be ordered from Amazon and will be available after October 15th.

No. A German translation has not yet been planned. It would be good to
start getting multi-national translations going. The entire book will end
up in Samba CVS.

- 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] Solaris 8 samba-3.0.0rc4 compile errors

2003-09-23 Thread Glenn Zenker
Please help!

Thanks in advance!

Solaris 8
samba-3.0.0rc4
gcc version 3.2.1
% ./configure  make

%make
Using FLAGS =  -g -O2  -Iinclude -I/opt/samba-3.0.0rc4/source/include 
-I/opt/samba-3.0.0rc4/source/ubiqx 
-I/opt/samba-3.0.0rc4/source/smbwrapper  -I. -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I/opt/samba-3.0.0rc4/source
  LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -liconv
  LDSHFLAGS = -G
  LDFLAGS =
Linking bin/smbd
tdb/tdbutil.o: In function `tdb_search_keys':
/opt/samba-3.0.0rc4/source/tdb/tdbutil.c:791: undefined reference to 
`ap_fnmatch'
collect2: ld returned 1 exit status
make: *** [bin/smbd] Error 1

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


[Samba] network spanning

2003-09-23 Thread Bryan Irvine
IS there a way to get samba to make a bunch of networks all show up as 
one?  I know you can get individual hosts to show up by using the 
remote_announce (which has never worked for me).  Suuppose I have the 
following:

//watch for falling ascii art!

network #1---\ /---network #3
   T-1 
network #2---/ \---network #4
Would it be best to put 2 dual nic'd samba boxes at both locations and 
have the samba boxes talk to each other?

--Bryan

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


Re: [Samba] Re: Samba 3.0rc4 + SrvTools = unusual behavior

2003-09-23 Thread rruegner
Hi ,with usrmgr
yes there are some strange messages
during creating and deleting users.,groups.
but the function works
some stuff is promised to get fixed,
as i know
Regards
- Original Message - 
From: John H Terpstra [EMAIL PROTECTED]
To: Ed [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, September 23, 2003 8:14 PM
Subject: Re: [Samba] Re: Samba 3.0rc4 + SrvTools = unusual behavior


 On Mon, 22 Sep 2003, Ed wrote:

 Ed, can you provide me with more information on how precisely I can
 reproduce your problem. I'd like to help out.

 Cheers,
 John T.

  Just an update to my original question, which is below.
 
  I added a W2K workstation to the domain and experienced no problems with
  User Manager.  The other domain machine is a W2K server (running in
  standalone mode as a member of the domain) and it experiences the error
I
  describe below.
 
  Does anyone have any thoughts on or experience with W2K server not
playing
  nice when it comes to SrvTools (or other aspects of domain behavior)?
 
  Cheers
  Ed
 
  Ed [EMAIL PROTECTED] wrote in message
  news:[EMAIL PROTECTED]
   Hello, when using User Manager for Domains, I get an error when I
   try to access an individual user's properties (The following error
  occurred
   while accessing the properties of the user blah  \n The specified
  procedure
   could not be found).
 
 
 
 
 

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


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


[Samba] Windows XP Home Edition

2003-09-23 Thread Eric Treu
I am using Samba 2.2.3a-12.3 on a Debian server.

All the clients but one are XP home edition.

I have a share on the server which all workstations are able to see,
view, write, edit, etc.  

After 15 minutes of inactivity the share obtains a red X over the share
icon.  I am able to reactivate the share by clicking on the red x with
no problems.

I understand that Microsoft, in their wisdom, has a share timeout after
15 minutes of inactivity.  

This might not seem like a problem, but the mortgage software will
default to the local hard drive if it cannot find the share; therefore,
writing data to the hard drive and not to the shared data drive.

Can anybody help me.  I have come to the conclusion that the one XP
Professional box that I have does not have this problem.  I don't want
to upgrade, buy, or install XP Professional on all the boxes.

HELP.

Eric


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

2003-09-23 Thread John H Terpstra
On Tue, 23 Sep 2003, Eric Treu wrote:

 I am using Samba 2.2.3a-12.3 on a Debian server.

 All the clients but one are XP home edition.

XP Home is not able to partake in Domain security. It can function only as
a Workgroup member.


 I have a share on the server which all workstations are able to see,
 view, write, edit, etc.

 After 15 minutes of inactivity the share obtains a red X over the share
 icon.  I am able to reactivate the share by clicking on the red x with
 no problems.

This happens with workgroup clients but not with XP Professional that is a
Domain security context member.


 I understand that Microsoft, in their wisdom, has a share timeout after
 15 minutes of inactivity.

Yes. Correct.


 This might not seem like a problem, but the mortgage software will
 default to the local hard drive if it cannot find the share; therefore,
 writing data to the hard drive and not to the shared data drive.

MS want you to buy XP PRo to solve that problem.


 Can anybody help me.  I have come to the conclusion that the one XP
 Professional box that I have does not have this problem.  I don't want
 to upgrade, buy, or install XP Professional on all the boxes.

Sorry. MS have you snookered.

 HELP.

You said you have XP Home, help is not sufficient for that. :)))

- 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


RE: [Samba] Windows XP Home Edition

2003-09-23 Thread Jonathan Bernard
It is true that XP Home can not authenticate to a domain, but an upgrade to
XP Pro will not automatically solve the disconnected drive problem.

My main work station is XP Pro and authenticates to a Win2K AD PDC, and I
will still loose touch with the my mapped drive (which is mapped to the
shared AD resource).  Clicking on the share will re-connect it again, but
that doesn't fix your problem

Our company has looked for a fix for this for a while, and have yet to find
anything that works.


Jonathan Bernard
Network Administrator
Electro Enterprises


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

2003-09-23 Thread Mark Cooke
On Tue, 2003-09-23 at 23:04, John H Terpstra wrote:
 On Tue, 23 Sep 2003, Eric Treu wrote:
  I understand that Microsoft, in their wisdom, has a share timeout after
  15 minutes of inactivity.
 
 Yes. Correct.
 
  Can anybody help me.  I have come to the conclusion that the one XP
  Professional box that I have does not have this problem.  I don't want
  to upgrade, buy, or install XP Professional on all the boxes.
 
 Sorry. MS have you snookered.

Try finding a program that can use the share every 10 minutes to prevent
it going idle...

Eg, Write a cmd/bat file that copies a file over, sleeps for 10 minutes,
and repeats ?

A horrid cludge, but should stop the share going inactive, and work
around your problem.

Mark

-- 
Mark Cooke [EMAIL PROTECTED]

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


[Samba] Windows File Attributes are Read-Only

2003-09-23 Thread Evan Panagiotopoulos
I created a Samba share, I'm able to map a network drive to it from
my Windows XP computer. I am able to read, write, delete files
without any problem. 

I use the mapped drive and I install a program that will have it's
files accessed by Windows computers. No problem so far. If I check
the properties of any file or folder its Read-Only attribute is
checked and I can't uncheck it. On the Linux side I change all
folders to 777.

HELP

Evan P.

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


[Samba] XP Pro connecting to PDC

2003-09-23 Thread Gordon Biner
I have followed the FAQs and HOW-TOs, including the Sign and Seal registry patch, but 
I am unable to make this work.

RedHat 9.0
Samba 3.0.0rc4
XP Pro SP1

When I setup the PC and join the domain, it gives me the 'Welcome to the Domain' 
message, but I really don't think that this has worked because of errors in the log 
file,  (yes I can provide, and yes I am using the smb user root).
Then when I reboot and attempt to login with a domain user, I get refused with the 
'Windows cannot connect to the domain,.' error.  In the log file for the 
machine_name, the last error is
'Can't become connected user'.  Higher up (when logging verbosity is cranked up) in 
the log file, it 'appears' that the computer is attempting to connect to the domain, 
but it somehow ends up using the 'Guest' account?!  I don't know if this is normal.

Anyways, sharing appears to be working, because if I log into a local machine account, 
I cat 'NET USE' a share fine.


Anyways, any help or gentle 'nudges' in the correct direction would be appreciated.  I 
can provide smb.conf and log files to whomever wishes them.

TIA


===
Gordon Biner
Network Manager
West Fraser Mills Ltd.
(250) 992-0865
[EMAIL PROTECTED]
===

'There are 10 types of people in this world;
those who understand binary, and those who don't.'

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


[Samba] Need for UID 501 ???

2003-09-23 Thread Michael Gasch
hi

i'm working with samba3.0rc2
no probs
but i have i question concerning id-mapping

i authenticate all users with ldap, works
but i always need a samba user in ldap, with sid
sid S-1-5-21-1042031166-387543594-2118856591-501

if i don't have it, i get an error during logon with winxp, that the 
domain controller could not be found or i have a non-existent account, 
which is not correct !!!

so i greped through the logs and found something useful:
samba is first looking for a user with UID501 (i called him guest)
if it founds it, it is looking for the requested NT user an succeeds
is it because of the IPC$ service?
i hope you understand my question 
THX
and here the example
my idmap.tdb says something like

SID=S-1-5-21-1042031166-387543594-2118856591-501.UID 65534.BT

for example (see log)
user: gasch
uid: 503
gid: 500
rid: 2006
grid: 2001
= LOG

make_user_info_map: Mapping user []\[] from workstation [WINXP]
[2003/09/26 21:39:03, 5] auth/auth_util.c:make_user_info(121)
  attempting to make a user_info for  ()
[2003/09/26 21:39:03, 5] auth/auth_util.c:make_user_info(131)
  making strings for 's user_info struct
[2003/09/26 21:39:03, 5] auth/auth_util.c:make_user_info(173)
  making blobs for 's user_info struct
[2003/09/26 21:39:03, 10] auth/auth_util.c:make_user_info(182)
  made an encrypted user_info for  ()
[2003/09/26 21:39:03, 3] auth/auth.c:check_ntlm_password(216)
  check_ntlm_password:  Checking password for unmapped user 
[EMAIL PROTECTED] with the new password interface
[2003/09/26 21:39:03, 3] auth/auth.c:check_ntlm_password(219)
  check_ntlm_password:  mapped user is: [EMAIL PROTECTED]
[2003/09/26 21:39:03, 10] auth/auth.c:check_ntlm_password(228)
  check_ntlm_password: auth_context challenge created by random
[2003/09/26 21:39:03, 10] auth/auth.c:check_ntlm_password(230)
  challenge is:
[2003/09/26 21:39:03, 5] lib/util.c:dump_data(1887)
  [000] 2C 78 E5 FF 6D E6 DB AA   ,x..m...
[2003/09/26 21:39:03, 3] smbd/sec_ctx.c:push_sec_ctx(256)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2003/09/26 21:39:03, 3] smbd/uid.c:push_conn_ctx(287)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2003/09/26 21:39:03, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2003/09/26 21:39:03, 5] auth/auth_util.c:debug_nt_user_token(490)
  NT user token: (NULL)
[2003/09/26 21:39:03, 5] auth/auth_util.c:debug_unix_user_token(509)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2003/09/26 21:39:03, 2] passdb/pdb_ldap.c:ldapsam_search_suffix(685)
  ldapsam_search_suffix: searching 
for:[((sambaSID=S-1-5-21-1042031166-387543594-2118856591-501)(objectclass=sambaSamAccount))]
[2003/09/26 21:39:03, 5] passdb/pdb_ldap.c:ldapsam_open(457)
  ldapsam_open: already connected to the LDAP server
[2003/09/26 21:39:03, 2] passdb/pdb_ldap.c:init_sam_from_ldap(1596)
  Entry found for user: guest
[2003/09/26 21:39:03, 10] passdb/pdb_get_set.c:pdb_set_username(577)
  pdb_set_username: setting username guest, was
[2003/09/26 21:39:03, 10] passdb/pdb_get_set.c:pdb_set_init_flags(477)
  element 11 - now SET
[2003/09/26 21:39:03, 10] passdb/pdb_get_set.c:pdb_set_domain(604)
  pdb_set_domain: setting domain TESTEVAN, was
[2003/09/26 21:39:03, 10] passdb/pdb_get_set.c:pdb_set_nt_username(631)
  pdb_set_nt_username: setting nt username guest, was
[2003/09/26 21:39:03, 10] passdb/pdb_get_set.c:pdb_set_init_flags(477)
  element 14 - now SET
[2003/09/26 21:39:03, 10] 
passdb/pdb_get_set.c:pdb_set_user_sid_from_string(517)
  pdb_set_user_sid_from_string: setting user sid 
S-1-5-21-1042031166-387543594-2118856591-501
[2003/09/26 21:39:03, 10] passdb/pdb_get_set.c:pdb_set_user_sid(504)
  pdb_set_user_sid: setting user sid 
S-1-5-21-1042031166-387543594-2118856591-501
[2003/09/26 21:39:03, 10] passdb/pdb_get_set.c:pdb_set_init_flags(477)
  element 17 - now SET
[2003/09/26 21:39:03, 10] 
passdb/pdb_get_set.c:pdb_set_group_sid_from_string(552)
  pdb_set_group_sid_from_string: setting group sid 
S-1-5-21-1042031166-387543594-2118856591-2001
[2003/09/26 21:39:03, 10] passdb/pdb_get_set.c:pdb_set_group_sid(540)
  pdb_set_group_sid: setting group sid 
S-1-5-21-1042031166-387543594-2118856591-2001
[2003/09/26 21:39:03, 10] passdb/pdb_get_set.c:pdb_set_init_flags(477)
  element 18 - now SET
[2003/09/26 21:39:03, 10] passdb/pdb_get_set.c:pdb_set_init_flags(477)
  element 20 - now SET
[2003/09/26 21:39:03, 10] passdb/pdb_ldap.c:get_single_attribute(817)
  get_single_attribute: [sambaLogonTime] = [does not exist]
[2003/09/26 21:39:03, 10] passdb/pdb_ldap.c:get_single_attribute(817)
  get_single_attribute: [sambaLogoffTime] = [does not exist]
[2003/09/26 21:39:03, 10] passdb/pdb_ldap.c:get_single_attribute(817)
  get_single_attribute: [sambaKickoffTime] = [does not exist]
[2003/09/26 21:39:03, 10] passdb/pdb_get_set.c:pdb_set_init_flags(477)
  element 8 - now SET
[2003/09/26 21:39:03, 10] passdb/pdb_get_set.c:pdb_set_init_flags(477)
  element 9 - now SET
[2003/09/26 

Re: [Samba] Windows File Attributes are Read-Only

2003-09-23 Thread John H Terpstra
On Tue, 23 Sep 2003, Evan Panagiotopoulos wrote:

 I created a Samba share, I'm able to map a network drive to it from
 my Windows XP computer. I am able to read, write, delete files
 without any problem.

 I use the mapped drive and I install a program that will have it's
 files accessed by Windows computers. No problem so far. If I check
 the properties of any file or folder its Read-Only attribute is
 checked and I can't uncheck it. On the Linux side I change all
 folders to 777.

 HELP

The best help I can recommend is the chapter on File, Directory and Share
Access Controls in the Samba-HOWTO-Collection.pdf that ships with
Samba-3.0.0RC4. You can obtain the latest build of this that will ship
with the Samba-3.0.0 Release product from:

http://samba.org/~jht/HOWTO/Samba-HOWTO-Collection.pdf

- 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


Re: [Samba] Windows XP Home Edition

2003-09-23 Thread Chris Smith
On Tuesday 23 September 2003 11:01, Eric Treu wrote:

 Can anybody help me.  I have come to the conclusion that the one XP
 Professional box that I have does not have this problem.

Xteq X-Setup from http://www.xteq.com/products/xset/ can allow some better LAN 
functionality, at a price - you must enable auto-logons (how insecure can you 
get?). I've used it with some degree of success on individual's private 
systems that needed a workable connection to the corporate LAN. I would never 
use its psuedo domain capabilities on the corporate systems.

 I don't want
 to upgrade, buy, or install XP Professional on all the boxes.

Then they will always be crippled to one degree or another.

 HELP.

I echo John T. here. And add that although the OS is badly butchered MS has to 
at least be somewhat applauded for aptly naming it - the big HOME in the 
title should be a clear clue to all.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] XP Pro connecting to PDC

2003-09-23 Thread Philip Bubel
I am having the same problem using the following

Debian 2.2
Samba 2.2.3a (From Debian Package)
XP Pro SP1

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Gordon Biner
 Sent: Monday, September 22, 2003 4:31 PM
 To: [EMAIL PROTECTED]
 Subject: [Samba] XP Pro connecting to PDC
 
 I have followed the FAQs and HOW-TOs, including the Sign and 
 Seal registry patch, but I am unable to make this work.
 
 RedHat 9.0
 Samba 3.0.0rc4
 XP Pro SP1
 
 When I setup the PC and join the domain, it gives me the 
 'Welcome to the Domain' message, but I really don't think 
 that this has worked because of errors in the log file,  (yes 
 I can provide, and yes I am using the smb user root).
 Then when I reboot and attempt to login with a domain user, I 
 get refused with the 'Windows cannot connect to the 
 domain,.' error.  In the log file for the machine_name, 
 the last error is 'Can't become connected user'.  Higher up 
 (when logging verbosity is cranked up) in the log file, it 
 'appears' that the computer is attempting to connect to the 
 domain, but it somehow ends up using the 'Guest' account?!  I 
 don't know if this is normal.
 
 Anyways, sharing appears to be working, because if I log into 
 a local machine account, I cat 'NET USE' a share fine.
 
 
 Anyways, any help or gentle 'nudges' in the correct direction 
 would be appreciated.  I can provide smb.conf and log files 
 to whomever wishes them.
 
 TIA
 
 
 ===
 Gordon Biner
 Network Manager
 West Fraser Mills Ltd.
 (250) 992-0865
 [EMAIL PROTECTED]
 ===
 
 'There are 10 types of people in this world; those who 
 understand binary, and those who don't.'
 
 --
 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] XP and reconnecting network drives

2003-09-23 Thread maconiglio
hi,
I'm running an older verison of Samba 2.0.10, and have been running okay for a 
bit w/ encrypted passwords = no option in smb.conf file.

IHAU that can connect directly into his home dir under XP manually. But when he 
selects the 'Reconnect at logon' option so that the home dir will automatically 
map the next time he logs in, it does not work. When he reboots in XP, the home 
dir share shows up as not being connected. If he clicks on the share, it will 
eventually connect in after it asks him for his password. Is there something 
that needs to be tweaked under XP in order for this to work?

Using Win2K, remapping the network drive does what I expect it to do, ask for a 
user password after I login under W2K. Under XP, the system won't even ask for 
a password, it just shows up as not being mapped under My Computer. Does this 
have something to do with the NTLM stuff? Please respond to me directly as I am 
not on this alias.

Thanks
Maria
-- 
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 Home Edition

2003-09-23 Thread John Schmerold
PGina may restore some of what you're looking for.  See:
   http://pgina.xpasystems.com/
This project is on my to-do list

Chris Smith wrote:

On Tuesday 23 September 2003 11:01, Eric Treu wrote:

 

Can anybody help me.  I have come to the conclusion that the one XP
Professional box that I have does not have this problem.
   

Xteq X-Setup from http://www.xteq.com/products/xset/ can allow some better LAN 
functionality, at a price - you must enable auto-logons (how insecure can you 
get?). I've used it with some degree of success on individual's private 
systems that needed a workable connection to the corporate LAN. I would never 
use its psuedo domain capabilities on the corporate systems.

 

I don't want
to upgrade, buy, or install XP Professional on all the boxes.
   

Then they will always be crippled to one degree or another.

 

HELP.
   

I echo John T. here. And add that although the OS is badly butchered MS has to 
at least be somewhat applauded for aptly naming it - the big HOME in the 
title should be a clear clue to all.
 

--
John Schmerold
Katy Computer Systems, Inc
20 Meramec Station Rd
Valley Park MO 63088
314-316-9000 v
775-227-6947 f
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] smbmount3 problem

2003-09-23 Thread Paul Kaplan
I am trying to connect to a W2K network with Active Directory.  I am using 
Mandrake 9.1 with the samba3rc4 contrib rpms.

When I issue smbclient3 //server/directory

I get a password prompt for the directory.  After entering my password, I get 
the smb prompt.  From there all sub-directories are visible to the ls 
command.

However, when I issue smbclient3 //server/share

I get the following:  could not resolve mount point.

What's wrong here?  Any help is appreciated.
Thanks.
Paul


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


[Samba] Re: Re: Samba 3.0rc4 + SrvTools = unusual behavior

2003-09-23 Thread Ed
John H Terpstra  wrote
 Ed, can you provide me with more information on how precisely I can
 reproduce your problem. I'd like to help out.

Thanks so much, John.

To reproduce my problem, simply run User Manager for Domains (from SrvTools)
on a W2K (SP4) Server and attempt to administer users on a Samba 3.0rc4 PDC.
I'm not sure if it matters whether or not the W2K Server is a member of the
Samba PDC's domain.


Further details, updated with my observations made after my initial post.


Setup: Samba 3.0rc4 as PDC (RH7.3 hardware) for the NTDOM domain with a
fairly generic smb.conf, passdb.tdb, and groups (I can provide if desired,
but most came from my reading of the 3.0 html docs).

Problem:  From my W2K Server SP4 (part of NTDOM), as root, when I run the
User Manager for Domains, I cannot bring up the properties of an individual
user (The following error occurred while accessing the properties of the
user blah \n The specified procedure could not be found).  Yet I can
successfully manage the groups from User Manager and the Server Manager
works fine.  I tried setting the debug logging to 10, but no errors reported
in messages, nmbd, or smbd.

Further Testing:  As a test, I created (using an old hard drive) a fresh W2K
_Pro_ SP4 install, joined to NTDOM, and ran User Manager as root.
Everything worked fine and I could tinker with the user's properties, which
led me to rule out network problems.  Thus, either the W2K Server has been
through one too many emergency repair sessions or the fact that it's a
Server (and not Pro.) might be affecting things (attempts to use the W2K
Server built-in Active Directory Users and Computers MMC snap-in barfs,
complaining about attempts to administer a pre-2000 DC)

Next steps:  I've yet to reproduce the error myself, as I didn't have a
handy ghost image for a W2K Server (and couldn't suffer through the
install), but I may be able to try this with a perloined W2K Server SP4
laptop from work.

Thanks again
Ed



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


[Samba] (fwd from mynewsletter@nitegate.de) How to calculate a domain sid?

2003-09-23 Thread Martin Pool
- Forwarded message from Adrian Stabiszewski [EMAIL PROTECTED] -

From: Adrian Stabiszewski [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: How to calculate a domain sid?
Date: Mon, 22 Sep 2003 11:01:01 +0200

Hi!

I am working on a possibility to prepare an LDAP directory without having
samba runing. How can I generate a domain sid like
S-1-5-21-AA-B-CC? Does it depend on the name of the
domain? Or are those As, Bs and Cs just random numbers?

Thanks.
Adrian.


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


[Samba] 3.0rc4 + ldap backend (Advice? Suggestions?)

2003-09-23 Thread Cybr0t McWhulf
Howdy Folks,

I'm working on implimenting centralized authentication for a mixed
environment:

- Samba(3.0rc4) - Win2k/XP
OpenLDAP User Store -  - nss_ldap  - linux/unix
- FreeRadius- Cisco/HP Networking Equip

(My apologies if that doesn't look right for anyone)

I have a functional ldap database (openldap-2.0.27-8), and I'd very much
like to use Samba 3.x (been using Samba for PDC since TNG), but I'm mildly
disconcerted by the (possibly undocumented?) changes in the way
certain things are handled.

At this point I'd just like to ask the community if anyone's successfully
done Samba 3.x as PDC with ldap backend and has any advice / suggestions /
pointers?

Thanks for your help,

 -- Cybr0t McWhulf

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


[Samba] (fwd from Michael.Pedigo@motorola.com) Core Dump issue with Solaris8 and 2.2.8a

2003-09-23 Thread Martin Pool
- Forwarded message from Pedigo Michael-G17060 [EMAIL PROTECTED] -

From: Pedigo Michael-G17060 [EMAIL PROTECTED]
To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]
Subject: Core Dump issue with Solaris8 and 2.2.8a
Date: Tue, 23 Sep 2003 10:40:16 -0500

Hello,
 
I am NOT an advanced UNIX admin and am fairly new to Samba, and am seeking
your advice for this issue.  It would seem that when I install the new Samba
2.2.8a on Solaris8 systems that SWAT core dumps.  You are prompted for
username and password...and once the authentication takes place, the SWAT
tool never comes up, and a core dump is found in the swat directory.  I
called SUN on this and they seemed to be aware of the issue, but does not
support Samba except in Solaris9.  Are you aware of this issue, and do you
know how to remedy?
 
I appreciate any help or direction you are willing to provide!
 
Thanks,
 
Michael T. Pedigo
Systems Administrator -- Engineering Systems
Motorola -- Automotive Communications and Electronics Systems
847-862-2359 -- [EMAIL PROTECTED]
 

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


[Samba] trying to print from windows 98 to mac usb printer using samba

2003-09-23 Thread Eric Winger
Hello,

this is my first post to this list, so if there is another list which 
might be better, I would appreciate a link.

I am trying to print to my wife's printer which is hooked via usb to her 
powerbook with Mac OS 10.2.

Having played with samba for quite awhile I can now view and write to 
her mac from my windows pc. But I still cannot print.

I have enabled all print sharing options in the user account on her 
computer. I believe I have set up the printer connection on my 98 box 
correctly. When I print from 98, I can see the spool file in my queue 
and the file disappears as if it printed, but there is no printer. It 
was suggested I use apple laser writer drivers on 98 which I did. I 
changed the Edit 
/System/Library/StartupItems/Samba/StartupParameters.plist to insert

  Uses = (Printing,Super Server); 

I believe that the mac is using cups and the 98 box correctly shows both printers 
listed in her /etc/printcaps file.
Its called S9000 on her box and that's the name it shows up on as mine
I can print from her mac directly to the printer. 

I'm pretty flumoxed and could use some advice. 

Eric

/etc/smb.conf on the mac

[global]
 client code page = 437
 coding system = utf8
 guest account = melissawinger
 encrypt passwords = no 
security = USER

[homes]
  comment = User Home Directories
  browseable = no 
  read only = no
  create mode = 0750

;[public]
;   path = /tmp
;   public = yes
;   only guest = yes
;   writable = yes
;   printable = no
[printers]
  comment = All Printers
;   browseable = no
  printable = yes
  public = yes
  writable = no
;   create mode = 0777
path = /var/spool/samba
guest ok = yes   
valid users = ewinger

[melissaHome]
comment = melissa home directory
path = /Users/melissawinger
printable = no
writeable = yes
create mode = 0777
valid users = ewinger
write list = ewinger


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


[Samba] (fwd from botelho@lenep.uenf.br) Help.

2003-09-23 Thread Martin Pool
- Forwarded message from Botelho [EMAIL PROTECTED] -

From: Botelho [EMAIL PROTECTED]
Subject: Help.
Date: Wed, 23 Jul 2003 15:48:43 -
X-Mailer: UebiMiau 2.7.2
X-Spam-Status: No, hits=-19.1 required=4.0
tests=MISSING_MIMEOLE,MISSING_OUTLOOK_NAME,MSG_ID_ADDED_BY_MTA_2,
  USER_IN_MORE_SPAM_TO
version=2.55

   Hi,

   How can i implement a Recycled ( = Window$ ) on SAMBA. I have some problem
   becose the clients delete some files, and i don't know how to implement a
   garbage (Recycled) on SAMBA. There is a folder called Recycled in the
   Window$. I need this on the SAMBA.

   Sorry my bad English. I am studing yet.

   Luciano Botelho Mota

   ___
   Mensagem enviada pelo WebMail LENEP

___
Mailman mailing list
[EMAIL PROTECTED]
http://lists.samba.org/mailman/listinfo/mailman


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


[Samba] smbpasswd ldap

2003-09-23 Thread blacksmith
Samba3.0rc4

When i type : smbpasswd -a ntadmin1 -D4
i have a output
---
Netbios name list:-
my_netbios_names[0]=ORLEAN
Trying to load: ldapsam:ldap://127.0.0.1
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://127.0.0.1 
(ldapsam)
Found pdb backend ldapsam
Searching for:[((objectClass=sambaDomain)(sambaDomainName=NEWALMAKOR))]
smbldap_search_suffix: searching 
for:[((objectClass=sambaDomain)(sambaDomainName=NEWALMAKOR))]
smbldap_open_connection: connection opened
ldap_connect_system: succesful connection to the LDAP server
The LDAP server is succesful connected
pdb backend ldapsam:ldap://127.0.0.1 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
smbldap_search_suffix: searching 
for:[((uid=ntadmin1)(objectclass=sambaSamAccount))]
ldapsam_getsampwnam: Unable to locate user [ntadmin1] count=0
Finding user ntadmin1
Trying _Get_Pwnam(), username as lowercase is ntadmin1
Trying _Get_Pwnam(), username as uppercase is NTADMIN1
Checking combinations of 0 uppercase letters in ntadmin1
Get_Pwnam_internals didn't find user [ntadmin1]!
Failed initialise SAM_ACCOUNT for user ntadmin1.
Failed to modify password entry for user ntadmin1


It's look like smbpasswd try to find already exist user.
But -a is add user. I think it must create account.
And if I set ldap filter in smb.conf  - 
((uid=%u)(objectclass=sambaSamAccount)), i have a message (Bad filter)

Have anyone some idea?

PS: Sorry about bad English



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


[Samba] FW: Samba 2.2.8a / Winbind and Domains

2003-09-23 Thread Petty, Robert
I originally sent this to samba-technical which as a typical first stpe for
me was probably wrong ;-)
Anyone here have any ideas?

-Original Message-
From: Petty, Robert [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 23, 2003 10:07 AM
To: [EMAIL PROTECTED]
Subject: Samba 2.2.8a / Winbind and Domains


I have searched the archived through google and found only a few
suggestions, a couple of which suggested this mailing list so I am posting
here hoping I won't offend anyone...

We have an NT domain which is part of a corporate network with trusts
established to other domains in the corporation.  I have added winbind to my
samba configuration on a Solaris 9 server.  We've been using samba for
years, but this is the first implementation of Winbind.  I am including the
global configuration information below.  I join a single domain (den1), but
winbind add the other trusted domains (cal1,production).  When I access
shares, I can see with winbind in debug mode that it tries all addresses
provided by our wins server for the domain cal1 before going to even 
the specific domain provided in the username..  Unfortunately it takes
about ten or twelve seconds to get through all 5 addresses which are
provided.  I added cal1 to my lmhosts file for samba and winbind is
getting the single address for it (127.0.0.1) but still, cal1 is being
queried even though the username in the challenge is den1\pettyr.

So here are my questions:

1) Can I override and prohibit the querying of trusted domains and limit the
queries to the domain which winbind is a member of?
2) Can I increase the time that a challenge is valid?  Right now, if I
remain inactive for around ten seconds, the next access to any shares
requires a revalidation via winbind.  This is time consuming and very
frusterating.


My smb.conf:

[global]
workgroup = DEN1
netbios name = classfs
interface = classfs
interfaces = classfs/255.255.255.0
bind interfaces only = Yes
security = domain
encrypt passwords = Yes
password server = *
server string = Samba (%v) domain (%h)
template homedir = /usr/local/samba/home/%D/%U
lock dir = /dna/samba/locks
pid directory = /dna/samba/var/locks
log file = /var/opt/samba/smb.log
wins server = 10.39.9.1 10.39.10.1
winbind uid = 19000-21000
winbind gid = 19000-19000
winbind enum users = yes
winbind enum groups = yes
winbind use default domain = true
allow trusted domains = no
keepalive = 300


Thanks in advance for any suggestions!

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


[Samba] net command,winbind and active directory

2003-09-23 Thread Tuure Vartiainen
Hi all!

Is it possible to just join to domain with samba's net command without
creating machine account again if it is already created?
Can winbind use machine account to authenticate itself to AD because I'm
not an admin of AD i can't use administrator account for value of
--set-auth-user option.
If that is possible how do I get machine account password? is it
possible to get with hexdump from secrets.tdb?
I'm using samba 3.0rc4.

Thanks in advance

Tuure Vartiainen


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


Don't answer to spam

2003-09-23 Thread Andersson, Jan

Hi, all serious internet users.
I think that all of you already know it, but I
say it anyway just to make sure.
Don´t answer spam.
Report it to http://spamcop.net/ or similar.
If we answer the spam, we show that we exist.
Better to play invisible.

Jan Andersson 

Axfood IT AB 
171 78 Solna 
Tel: +46 8 553 99 512 
Fax: +46 8 82 14 06 
Visiting address:Parkvägen 2A

[EMAIL PROTECTED]

PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

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


CVS update: samba/source/lib

2003-09-23 Thread vlendec

Date:   Tue Sep 23 14:49:17 2003
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
util_sec.c 
Log Message:
Add a descriptive comment to our usage of setresuid. lib/afs.c needs
to be changed if we decide to set our real uid. Jeremy?

Volker


Revisions:
util_sec.c  1.17.2.1 = 1.17.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/util_sec.c.diff?r1=1.17.2.1r2=1.17.2.2


CVS update: samba/source/lib

2003-09-23 Thread vlendec

Date:   Tue Sep 23 14:52:21 2003
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
afs.c 
Log Message:
This only touches the fake kaserver support. It adds two parameters:

afs share -- this is an AFS share, do AFS magic things
afs username map -- We need a way to specify the cell and possibly
weird username codings for several windows domains
in the afs cell

Volker


Revisions:
afs.c   1.1.2.1 = 1.1.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/afs.c.diff?r1=1.1.2.1r2=1.1.2.2


CVS update: samba/source/param

2003-09-23 Thread vlendec

Date:   Tue Sep 23 14:52:21 2003
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
loadparm.c 
Log Message:
This only touches the fake kaserver support. It adds two parameters:

afs share -- this is an AFS share, do AFS magic things
afs username map -- We need a way to specify the cell and possibly
weird username codings for several windows domains
in the afs cell

Volker


Revisions:
loadparm.c  1.397.2.100 = 1.397.2.101

http://www.samba.org/cgi-bin/cvsweb/samba/source/param/loadparm.c.diff?r1=1.397.2.100r2=1.397.2.101


CVS update: samba/source/smbd

2003-09-23 Thread vlendec

Date:   Tue Sep 23 14:52:21 2003
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
service.c 
Log Message:
This only touches the fake kaserver support. It adds two parameters:

afs share -- this is an AFS share, do AFS magic things
afs username map -- We need a way to specify the cell and possibly
weird username codings for several windows domains
in the afs cell

Volker


Revisions:
service.c   1.85.2.28 = 1.85.2.29

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/service.c.diff?r1=1.85.2.28r2=1.85.2.29


CVS update: samba/source/utils

2003-09-23 Thread vlendec

Date:   Tue Sep 23 14:52:22 2003
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
net.c 
Log Message:
This only touches the fake kaserver support. It adds two parameters:

afs share -- this is an AFS share, do AFS magic things
afs username map -- We need a way to specify the cell and possibly
weird username codings for several windows domains
in the afs cell

Volker


Revisions:
net.c   1.43.2.35 = 1.43.2.36

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net.c.diff?r1=1.43.2.35r2=1.43.2.36


CVS update: samba/docs/docbook/smbdotconf/misc

2003-09-23 Thread vlendec

Date:   Tue Sep 23 14:55:12 2003
Author: vlendec

Update of /data/cvs/samba/docs/docbook/smbdotconf/misc
In directory dp.samba.org:/tmp/cvs-serv17929

Added Files:
  Tag: SAMBA_3_0
afsshare.xml afsusernamemap.xml 
Log Message:
Document the two new params.

Volker


Revisions:
afsshare.xmlNONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/misc/afsshare.xml?rev=1.1.2.1
afsusernamemap.xml  NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/misc/afsusernamemap.xml?rev=1.1.2.1


CVS update: samba/docs/docbook

2003-09-23 Thread jht

Date:   Tue Sep 23 19:10:24 2003
Author: jht

Update of /home/cvs/samba/docs/docbook
In directory dp.samba.org:/tmp/cvs-serv15740/docbook

Modified Files:
  Tag: SAMBA_3_0
configure global.ent 
Log Message:
I'm still working on this. More to come.

Revisions:
configure   1.5.2.8 = 1.5.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/configure.diff?r1=1.5.2.8r2=1.5.2.9
global.ent  1.1.4.22 = 1.1.4.23

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/global.ent.diff?r1=1.1.4.22r2=1.1.4.23


CVS update: samba/docs/faq

2003-09-23 Thread jht

Date:   Tue Sep 23 19:10:27 2003
Author: jht

Update of /home/cvs/samba/docs/faq
In directory dp.samba.org:/tmp/cvs-serv15740/faq

Modified Files:
  Tag: SAMBA_3_0
FAQ-ClientApp.html FAQ-Install.html FAQ-errors.html 
FAQ-features.html FAQ-general.html samba-faq.html 
Log Message:
I'm still working on this. More to come.

Revisions:
FAQ-ClientApp.html  1.1.4.4 = 1.1.4.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/faq/FAQ-ClientApp.html.diff?r1=1.1.4.4r2=1.1.4.5
FAQ-Install.html1.1.4.4 = 1.1.4.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/faq/FAQ-Install.html.diff?r1=1.1.4.4r2=1.1.4.5
FAQ-errors.html 1.1.4.4 = 1.1.4.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/faq/FAQ-errors.html.diff?r1=1.1.4.4r2=1.1.4.5
FAQ-features.html   1.1.4.4 = 1.1.4.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/faq/FAQ-features.html.diff?r1=1.1.4.4r2=1.1.4.5
FAQ-general.html1.1.4.4 = 1.1.4.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/faq/FAQ-general.html.diff?r1=1.1.4.4r2=1.1.4.5
samba-faq.html  1.5.2.9 = 1.5.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/docs/faq/samba-faq.html.diff?r1=1.5.2.9r2=1.5.2.10


CVS update: samba/docs/docbook/projdoc

2003-09-23 Thread jht

Date:   Tue Sep 23 19:10:27 2003
Author: jht

Update of /home/cvs/samba/docs/docbook/projdoc
In directory dp.samba.org:/tmp/cvs-serv15740/docbook/projdoc

Modified Files:
  Tag: SAMBA_3_0
AccessControls.xml AdvancedNetworkAdmin.xml Bugs.xml 
CUPS-printing.xml Compiling.xml DOMAIN_MEMBER.xml 
Diagnosis.xml Further-Resources.xml GROUP-MAPPING-HOWTO.xml 
Integrating-with-Windows.xml InterdomainTrusts.xml 
NT4Migration.xml NetworkBrowsing.xml Other-Clients.xml 
PAM-Authentication-And-Samba.xml PolicyMgmt.xml 
Portability.xml Problems.xml ProfileMgmt.xml SWAT.xml 
Samba-BDC-HOWTO.xml Samba-PDC-HOWTO.xml ServerType.xml 
Speed.xml StandAloneServer.xml UNIX_INSTALL.xml VFS.xml 
locking.xml msdfs_setup.xml passdb.xml printer_driver2.xml 
securing-samba.xml unicode.xml upgrading-to-3.0.xml 
winbind.xml 
Log Message:
I'm still working on this. More to come.

Revisions:
AccessControls.xml  1.1.2.19 = 1.1.2.20

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/AccessControls.xml.diff?r1=1.1.2.19r2=1.1.2.20
AdvancedNetworkAdmin.xml1.1.2.7 = 1.1.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/AdvancedNetworkAdmin.xml.diff?r1=1.1.2.7r2=1.1.2.8
Bugs.xml1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Bugs.xml.diff?r1=1.1.2.6r2=1.1.2.7
CUPS-printing.xml   1.1.2.15 = 1.1.2.16

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/CUPS-printing.xml.diff?r1=1.1.2.15r2=1.1.2.16
Compiling.xml   1.1.2.10 = 1.1.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Compiling.xml.diff?r1=1.1.2.10r2=1.1.2.11
DOMAIN_MEMBER.xml   1.1.2.20 = 1.1.2.21

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/DOMAIN_MEMBER.xml.diff?r1=1.1.2.20r2=1.1.2.21
Diagnosis.xml   1.1.2.5 = 1.1.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Diagnosis.xml.diff?r1=1.1.2.5r2=1.1.2.6
Further-Resources.xml   1.1.2.5 = 1.1.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Further-Resources.xml.diff?r1=1.1.2.5r2=1.1.2.6
GROUP-MAPPING-HOWTO.xml 1.1.2.10 = 1.1.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/GROUP-MAPPING-HOWTO.xml.diff?r1=1.1.2.10r2=1.1.2.11
Integrating-with-Windows.xml1.1.2.9 = 1.1.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Integrating-with-Windows.xml.diff?r1=1.1.2.9r2=1.1.2.10
InterdomainTrusts.xml   1.1.2.7 = 1.1.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/InterdomainTrusts.xml.diff?r1=1.1.2.7r2=1.1.2.8
NT4Migration.xml1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/NT4Migration.xml.diff?r1=1.1.2.6r2=1.1.2.7
NetworkBrowsing.xml 1.1.2.14 = 1.1.2.15

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/NetworkBrowsing.xml.diff?r1=1.1.2.14r2=1.1.2.15
Other-Clients.xml   1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Other-Clients.xml.diff?r1=1.1.2.6r2=1.1.2.7
PAM-Authentication-And-Samba.xml1.1.2.15 = 1.1.2.16

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/PAM-Authentication-And-Samba.xml.diff?r1=1.1.2.15r2=1.1.2.16
PolicyMgmt.xml  1.1.2.9 = 1.1.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/PolicyMgmt.xml.diff?r1=1.1.2.9r2=1.1.2.10
Portability.xml 1.1.2.4 = 1.1.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Portability.xml.diff?r1=1.1.2.4r2=1.1.2.5
Problems.xml1.1.2.5 = 1.1.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Problems.xml.diff?r1=1.1.2.5r2=1.1.2.6
ProfileMgmt.xml 1.1.2.11 = 1.1.2.12

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/ProfileMgmt.xml.diff?r1=1.1.2.11r2=1.1.2.12
SWAT.xml1.1.2.7 = 1.1.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/SWAT.xml.diff?r1=1.1.2.7r2=1.1.2.8
Samba-BDC-HOWTO.xml 1.1.2.11 = 1.1.2.12

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Samba-BDC-HOWTO.xml.diff?r1=1.1.2.11r2=1.1.2.12
Samba-PDC-HOWTO.xml 1.2.2.25 = 1.2.2.26

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Samba-PDC-HOWTO.xml.diff?r1=1.2.2.25r2=1.2.2.26
ServerType.xml  1.1.2.20 = 1.1.2.21

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/ServerType.xml.diff?r1=1.1.2.20r2=1.1.2.21
Speed.xml   1.1.2.11 = 1.1.2.12

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Speed.xml.diff?r1=1.1.2.11r2=1.1.2.12
StandAloneServer.xml

CVS update: samba/docs/htmldocs

2003-09-23 Thread jht

Date:   Tue Sep 23 19:10:33 2003
Author: jht

Update of /home/cvs/samba/docs/htmldocs
In directory dp.samba.org:/tmp/cvs-serv15740/htmldocs

Modified Files:
  Tag: SAMBA_3_0
smb.conf.5.html smbcacls.1.html smbcquotas.1.html 
Log Message:
I'm still working on this. More to come.

Revisions:
smb.conf.5.html 1.29.2.16 = 1.29.2.17

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/smb.conf.5.html.diff?r1=1.29.2.16r2=1.29.2.17
smbcacls.1.html 1.7.2.5 = 1.7.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/smbcacls.1.html.diff?r1=1.7.2.5r2=1.7.2.6
smbcquotas.1.html   1.2.4.3 = 1.2.4.4

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/smbcquotas.1.html.diff?r1=1.2.4.3r2=1.2.4.4


CVS update: samba/docs/manpages

2003-09-23 Thread jht

Date:   Tue Sep 23 19:10:37 2003
Author: jht

Update of /home/cvs/samba/docs/manpages
In directory dp.samba.org:/tmp/cvs-serv15740/manpages

Modified Files:
  Tag: SAMBA_3_0
net.8 nmbd.8 nmblookup.1 ntlm_auth.1 pdbedit.8 rpcclient.1 
smb.conf.5 smbcacls.1 smbclient.1 smbcquotas.1 smbd.8 smbsh.1 
smbstatus.1 smbtree.1 swat.8 testparm.1 vfstest.1 wbinfo.1 
winbindd.8 
Log Message:
I'm still working on this. More to come.

Revisions:
net.8   1.2.2.7 = 1.2.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/net.8.diff?r1=1.2.2.7r2=1.2.2.8
nmbd.8  1.49.2.7 = 1.49.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/nmbd.8.diff?r1=1.49.2.7r2=1.49.2.8
nmblookup.1 1.16.2.6 = 1.16.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/nmblookup.1.diff?r1=1.16.2.6r2=1.16.2.7
ntlm_auth.1 1.3.4.2 = 1.3.4.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/ntlm_auth.1.diff?r1=1.3.4.2r2=1.3.4.3
pdbedit.8   1.4.4.10 = 1.4.4.11

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/pdbedit.8.diff?r1=1.4.4.10r2=1.4.4.11
rpcclient.1 1.13.2.8 = 1.13.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/rpcclient.1.diff?r1=1.13.2.8r2=1.13.2.9
smb.conf.5  1.119.2.19 = 1.119.2.20

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/smb.conf.5.diff?r1=1.119.2.19r2=1.119.2.20
smbcacls.1  1.11.2.5 = 1.11.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/smbcacls.1.diff?r1=1.11.2.5r2=1.11.2.6
smbclient.1 1.48.2.9 = 1.48.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/smbclient.1.diff?r1=1.48.2.9r2=1.48.2.10
smbcquotas.11.3.4.2 = 1.3.4.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/smbcquotas.1.diff?r1=1.3.4.2r2=1.3.4.3
smbd.8  1.48.2.9 = 1.48.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/smbd.8.diff?r1=1.48.2.9r2=1.48.2.10
smbsh.1 1.10.2.7 = 1.10.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/smbsh.1.diff?r1=1.10.2.7r2=1.10.2.8
smbstatus.1 1.42.2.5 = 1.42.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/smbstatus.1.diff?r1=1.42.2.5r2=1.42.2.6
smbtree.1   1.3.4.2 = 1.3.4.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/smbtree.1.diff?r1=1.3.4.2r2=1.3.4.3
swat.8  1.14.2.5 = 1.14.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/swat.8.diff?r1=1.14.2.5r2=1.14.2.6
testparm.1  1.42.2.5 = 1.42.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/testparm.1.diff?r1=1.42.2.5r2=1.42.2.6
vfstest.1   1.1.2.7 = 1.1.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/vfstest.1.diff?r1=1.1.2.7r2=1.1.2.8
wbinfo.11.11.2.8 = 1.11.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/wbinfo.1.diff?r1=1.11.2.8r2=1.11.2.9
winbindd.8  1.17.2.9 = 1.17.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/docs/manpages/winbindd.8.diff?r1=1.17.2.9r2=1.17.2.10


CVS update: samba/examples/LDAP

2003-09-23 Thread jerry

Date:   Tue Sep 23 19:50:28 2003
Author: jerry

Update of /data/cvs/samba/examples/LDAP
In directory dp.samba.org:/tmp/cvs-serv20892

Added Files:
  Tag: SAMBA_3_0_RELEASE
samba.schema.at.IBM-DS samba.schema.oc.IBM-DS 
Log Message:
merging IBM DS schema from 3.0

Revisions:
samba.schema.at.IBM-DS  NONE = 1.2.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/samba.schema.at.IBM-DS?rev=1.2.2.1
samba.schema.oc.IBM-DS  NONE = 1.2.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/samba.schema.oc.IBM-DS?rev=1.2.2.1


CVS update: samba/packaging/Debian/debian

2003-09-23 Thread jerry

Date:   Tue Sep 23 19:52:33 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
README.build-upstream changelog rules 
Log Message:
sync debian package from rc4

Revisions:
README.build-upstream   1.1.6.6 = 1.1.6.7

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/README.build-upstream.diff?r1=1.1.6.6r2=1.1.6.7
changelog   1.2.4.8 = 1.2.4.9

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

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/rules.diff?r1=1.2.4.7r2=1.2.4.8


CVS update: samba/packaging/Debian

2003-09-23 Thread jerry

Date:   Tue Sep 23 19:52:33 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
README 
Log Message:
sync debian package from rc4

Revisions:
README  1.2.2.8 = 1.2.2.9

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


CVS update: samba/source/bin

2003-09-23 Thread jerry

Date:   Tue Sep 23 20:27:05 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
.cvsignore 
Log Message:
sync from 3.0

Revisions:
.cvsignore  1.37.2.2 = 1.37.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/bin/.cvsignore.diff?r1=1.37.2.2r2=1.37.2.3


CVS update: samba/source/lib

2003-09-23 Thread jra

Date:   Tue Sep 23 20:28:08 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
afs.c util_sec.c 
Log Message:
Merge in Volker's AFS fix.
Jeremy.


Revisions:
afs.c   1.1.4.1 = 1.1.4.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/afs.c.diff?r1=1.1.4.1r2=1.1.4.2
util_sec.c  1.18 = 1.18.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/util_sec.c.diff?r1=1.18r2=1.18.2.1


CVS update: samba/source/smbd

2003-09-23 Thread jra

Date:   Tue Sep 23 20:28:09 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
service.c 
Log Message:
Merge in Volker's AFS fix.
Jeremy.


Revisions:
service.c   1.122.2.6 = 1.122.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/service.c.diff?r1=1.122.2.6r2=1.122.2.7


CVS update: samba/source/param

2003-09-23 Thread jra

Date:   Tue Sep 23 20:28:09 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
loadparm.c 
Log Message:
Merge in Volker's AFS fix.
Jeremy.


Revisions:
loadparm.c  1.509.2.11 = 1.509.2.12

http://www.samba.org/cgi-bin/cvsweb/samba/source/param/loadparm.c.diff?r1=1.509.2.11r2=1.509.2.12


CVS update: samba/source/utils

2003-09-23 Thread jra

Date:   Tue Sep 23 20:28:09 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
net.c 
Log Message:
Merge in Volker's AFS fix.
Jeremy.


Revisions:
net.c   1.83.2.7 = 1.83.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net.c.diff?r1=1.83.2.7r2=1.83.2.8


CVS update: samba/docs/docbook/smbdotconf/misc

2003-09-23 Thread jra

Date:   Tue Sep 23 20:29:52 2003
Author: jra

Update of /data/cvs/samba/docs/docbook/smbdotconf/misc
In directory dp.samba.org:/tmp/cvs-serv25170

Added Files:
  Tag: SAMBA_3_0_RELEASE
afsshare.xml afsusernamemap.xml 
Log Message:
Merge in the docs for Volker's new params.
Jeremy.


Revisions:
afsshare.xmlNONE = 1.1.4.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/misc/afsshare.xml?rev=1.1.4.1
afsusernamemap.xml  NONE = 1.1.4.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/misc/afsusernamemap.xml?rev=1.1.4.1


CVS update: samba/examples/LDAP/smbldap-tools

2003-09-23 Thread jerry

Date:   Tue Sep 23 20:39:22 2003
Author: jerry

Update of /data/cvs/samba/examples/LDAP/smbldap-tools
In directory dp.samba.org:/tmp/cvs-serv26080

Modified Files:
  Tag: SAMBA_3_0
smbldap-groupadd.pl smbldap-groupdel.pl smbldap-groupmod.pl 
smbldap-groupshow.pl smbldap-migrate-accounts.pl 
smbldap-migrate-groups.pl smbldap-passwd.pl 
smbldap-populate.pl smbldap-useradd.pl smbldap-userdel.pl 
smbldap-usermod.pl smbldap-usershow.pl smbldap_conf.pm 
smbldap_tools.pm 
Removed Files:
  Tag: SAMBA_3_0
AUTHORS NEWS 
Log Message:
update smbldap-tool sscripts from Jérôme Tournier

Revisions:
smbldap-groupadd.pl 1.1.6.1 = 1.1.6.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-groupadd.pl.diff?r1=1.1.6.1r2=1.1.6.2
smbldap-groupdel.pl 1.1.6.1 = 1.1.6.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-groupdel.pl.diff?r1=1.1.6.1r2=1.1.6.2
smbldap-groupmod.pl 1.1.6.4 = 1.1.6.5

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-groupmod.pl.diff?r1=1.1.6.4r2=1.1.6.5
smbldap-groupshow.pl1.1.6.1 = 1.1.6.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-groupshow.pl.diff?r1=1.1.6.1r2=1.1.6.2
smbldap-migrate-accounts.pl 1.1.6.2 = 1.1.6.3

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-migrate-accounts.pl.diff?r1=1.1.6.2r2=1.1.6.3
smbldap-migrate-groups.pl   1.1.6.1 = 1.1.6.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-migrate-groups.pl.diff?r1=1.1.6.1r2=1.1.6.2
smbldap-passwd.pl   1.1.6.2 = 1.1.6.3

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-passwd.pl.diff?r1=1.1.6.2r2=1.1.6.3
smbldap-populate.pl 1.1.6.2 = 1.1.6.3

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-populate.pl.diff?r1=1.1.6.2r2=1.1.6.3
smbldap-useradd.pl  1.1.6.2 = 1.1.6.3

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-useradd.pl.diff?r1=1.1.6.2r2=1.1.6.3
smbldap-userdel.pl  1.1.6.2 = 1.1.6.3

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-userdel.pl.diff?r1=1.1.6.2r2=1.1.6.3
smbldap-usermod.pl  1.1.6.2 = 1.1.6.3

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-usermod.pl.diff?r1=1.1.6.2r2=1.1.6.3
smbldap-usershow.pl 1.1.6.1 = 1.1.6.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-usershow.pl.diff?r1=1.1.6.1r2=1.1.6.2
smbldap_conf.pm 1.1.6.2 = 1.1.6.3

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap_conf.pm.diff?r1=1.1.6.2r2=1.1.6.3
smbldap_tools.pm1.1.6.2 = 1.1.6.3

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap_tools.pm.diff?r1=1.1.6.2r2=1.1.6.3
AUTHORS 1.1.6.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/AUTHORS?rev=1.1.6.1
NEWS1.1.6.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/NEWS?rev=1.1.6.1


CVS update: samba/examples/LDAP/smbldap-tools

2003-09-23 Thread jerry

Date:   Tue Sep 23 20:42:29 2003
Author: jerry

Update of /data/cvs/samba/examples/LDAP/smbldap-tools
In directory dp.samba.org:/tmp/cvs-serv26631

Modified Files:
  Tag: SAMBA_3_0_RELEASE
smbldap-groupadd.pl smbldap-groupdel.pl smbldap-groupmod.pl 
smbldap-groupshow.pl smbldap-migrate-accounts.pl 
smbldap-migrate-groups.pl smbldap-passwd.pl 
smbldap-populate.pl smbldap-useradd.pl smbldap-userdel.pl 
smbldap-usermod.pl smbldap-usershow.pl smbldap_conf.pm 
smbldap_tools.pm 
Removed Files:
  Tag: SAMBA_3_0_RELEASE
AUTHORS NEWS 
Log Message:
update smbldap-tool sscripts from Jérôme Tournier

Revisions:
smbldap-groupadd.pl 1.1.8.1 = 1.1.8.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-groupadd.pl.diff?r1=1.1.8.1r2=1.1.8.2
smbldap-groupdel.pl 1.1.8.1 = 1.1.8.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-groupdel.pl.diff?r1=1.1.8.1r2=1.1.8.2
smbldap-groupmod.pl 1.1.8.3 = 1.1.8.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-groupmod.pl.diff?r1=1.1.8.3r2=1.1.8.4
smbldap-groupshow.pl1.1.8.1 = 1.1.8.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-groupshow.pl.diff?r1=1.1.8.1r2=1.1.8.2
smbldap-migrate-accounts.pl 1.1.8.1 = 1.1.8.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-migrate-accounts.pl.diff?r1=1.1.8.1r2=1.1.8.2
smbldap-migrate-groups.pl   1.1.8.1 = 1.1.8.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-migrate-groups.pl.diff?r1=1.1.8.1r2=1.1.8.2
smbldap-passwd.pl   1.1.8.1 = 1.1.8.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-passwd.pl.diff?r1=1.1.8.1r2=1.1.8.2
smbldap-populate.pl 1.1.8.1 = 1.1.8.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-populate.pl.diff?r1=1.1.8.1r2=1.1.8.2
smbldap-useradd.pl  1.1.8.1 = 1.1.8.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-useradd.pl.diff?r1=1.1.8.1r2=1.1.8.2
smbldap-userdel.pl  1.1.8.1 = 1.1.8.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-userdel.pl.diff?r1=1.1.8.1r2=1.1.8.2
smbldap-usermod.pl  1.1.8.1 = 1.1.8.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-usermod.pl.diff?r1=1.1.8.1r2=1.1.8.2
smbldap-usershow.pl 1.1.8.1 = 1.1.8.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-usershow.pl.diff?r1=1.1.8.1r2=1.1.8.2
smbldap_conf.pm 1.1.8.1 = 1.1.8.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap_conf.pm.diff?r1=1.1.8.1r2=1.1.8.2
smbldap_tools.pm1.1.8.1 = 1.1.8.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap_tools.pm.diff?r1=1.1.8.1r2=1.1.8.2
AUTHORS 1.1.8.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/AUTHORS?rev=1.1.8.1
NEWS1.1.8.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/NEWS?rev=1.1.8.1


CVS update: samba

2003-09-23 Thread jerry

Date:   Tue Sep 23 20:50:20 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
WHATSNEW.txt 
Log Message:
working on release notes for 3.0.0

Revisions:
WHATSNEW.txt1.57.2.36 = 1.57.2.37

http://www.samba.org/cgi-bin/cvsweb/samba/WHATSNEW.txt.diff?r1=1.57.2.36r2=1.57.2.37


CVS update: samba/source

2003-09-23 Thread jerry

Date:   Tue Sep 23 20:50:47 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
VERSION 
Log Message:
updating version for 3.0.0

Revisions:
VERSION 1.1.4.7 = 1.1.4.8

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


CVS update: samba/docs/htmldocs

2003-09-23 Thread Jelmer Vernooij

Date:   Tue Sep 23 21:15:41 2003
Author: jelmer

Update of /home/cvs/samba/docs/htmldocs
In directory dp.samba.org:/tmp/cvs-serv30336

Modified Files:
  Tag: SAMBA_3_0
Samba-Developers-Guide.html Samba-HOWTO-Collection.html 
findsmb.1.html lmhosts.5.html net.8.html nmbd.8.html 
nmblookup.1.html ntlm_auth.1.html pdbedit.8.html 
rpcclient.1.html samba.7.html smb.conf.5.html smbcacls.1.html 
smbclient.1.html smbcontrol.1.html smbcquotas.1.html 
smbd.8.html smbmnt.8.html smbmount.8.html smbpasswd.5.html 
smbpasswd.8.html smbsh.1.html smbspool.8.html smbstatus.1.html 
smbtar.1.html smbtree.1.html smbumount.8.html swat.8.html 
testparm.1.html testprns.1.html vfstest.1.html wbinfo.1.html 
winbindd.8.html 
Removed Files:
  Tag: SAMBA_3_0
AccessControls.html AdvancedNetworkManagement.html 
Appendixes.html Backup.html CUPS-printing.html 
ClientConfig.html DNSDHCP.html FastStart.html 
Further-Resources.html InterdomainTrusts.html IntroSMB.html 
NT4Migration.html NetworkBrowsing.html Other-Clients.html 
PolicyMgmt.html Portability.html ProfileMgmt.html SWAT.html 
SambaHA.html ServerType.html StandAloneServer.html VFS.html 
bugreport.html compiling.html diagnosis.html 
domain-member.html groupmapping.html install.html 
integrate-ms-networks.html introduction.html ix01.html 
locking.html migration.html msdfs.html optional.html pam.html 
passdb.html pr01.html pr02.html printing.html problems.html 
samba-bdc.html samba-doc.html samba-pdc.html 
securing-samba.html speed.html troubleshooting.html type.html 
unicode.html upgrading-to-3.0.html winbind.html 
Log Message:
Regenerate

Revisions:
Samba-Developers-Guide.html 1.2.2.9 = 1.2.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/Samba-Developers-Guide.html.diff?r1=1.2.2.9r2=1.2.2.10
Samba-HOWTO-Collection.html 1.12.2.11 = 1.12.2.12

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/Samba-HOWTO-Collection.html.diff?r1=1.12.2.11r2=1.12.2.12
findsmb.1.html  1.4.2.4 = 1.4.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/findsmb.1.html.diff?r1=1.4.2.4r2=1.4.2.5
lmhosts.5.html  1.9.2.3 = 1.9.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/lmhosts.5.html.diff?r1=1.9.2.3r2=1.9.2.4
net.8.html  1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/net.8.html.diff?r1=1.1.2.6r2=1.1.2.7
nmbd.8.html 1.13.2.8 = 1.13.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/nmbd.8.html.diff?r1=1.13.2.8r2=1.13.2.9
nmblookup.1.html1.11.2.6 = 1.11.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/nmblookup.1.html.diff?r1=1.11.2.6r2=1.11.2.7
ntlm_auth.1.html1.2.4.4 = 1.2.4.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/ntlm_auth.1.html.diff?r1=1.2.4.4r2=1.2.4.5
pdbedit.8.html  1.2.4.11 = 1.2.4.12

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/pdbedit.8.html.diff?r1=1.2.4.11r2=1.2.4.12
rpcclient.1.html1.10.2.9 = 1.10.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/rpcclient.1.html.diff?r1=1.10.2.9r2=1.10.2.10
samba.7.html1.10.2.6 = 1.10.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/samba.7.html.diff?r1=1.10.2.6r2=1.10.2.7
smb.conf.5.html 1.29.2.17 = 1.29.2.18

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/smb.conf.5.html.diff?r1=1.29.2.17r2=1.29.2.18
smbcacls.1.html 1.7.2.6 = 1.7.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/smbcacls.1.html.diff?r1=1.7.2.6r2=1.7.2.7
smbclient.1.html1.14.2.7 = 1.14.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/smbclient.1.html.diff?r1=1.14.2.7r2=1.14.2.8
smbcontrol.1.html   1.9.2.7 = 1.9.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/smbcontrol.1.html.diff?r1=1.9.2.7r2=1.9.2.8
smbcquotas.1.html   1.2.4.4 = 1.2.4.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/smbcquotas.1.html.diff?r1=1.2.4.4r2=1.2.4.5
smbd.8.html 1.16.2.9 = 1.16.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/smbd.8.html.diff?r1=1.16.2.9r2=1.16.2.10
smbmnt.8.html   1.5.2.4 = 1.5.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/smbmnt.8.html.diff?r1=1.5.2.4r2=1.5.2.5
smbmount.8.html 1.5.2.7 = 1.5.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/smbmount.8.html.diff?r1=1.5.2.7r2=1.5.2.8
smbpasswd.5.html1.7.2.6 = 1.7.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/smbpasswd.5.html.diff?r1=1.7.2.6r2=1.7.2.7
smbpasswd.8.html1.11.2.6 = 1.11.2.7

CVS update: samba/docs/htmldocs

2003-09-23 Thread Jelmer Vernooij

Date:   Tue Sep 23 21:24:11 2003
Author: jelmer

Update of /home/cvs/samba/docs/htmldocs
In directory dp.samba.org:/tmp/cvs-serv31323

Added Files:
  Tag: SAMBA_3_0
AccessControls.html AdvancedNetworkManagement.html 
Appendixes.html Backup.html CUPS-printing.html 
ClientConfig.html DNSDHCP.html FastStart.html 
Further-Resources.html InterdomainTrusts.html IntroSMB.html 
NT4Migration.html NetworkBrowsing.html Other-Clients.html 
PolicyMgmt.html Portability.html ProfileMgmt.html SWAT.html 
SambaHA.html ServerType.html StandAloneServer.html VFS.html 
bugreport.html compiling.html diagnosis.html 
domain-member.html groupmapping.html index.html install.html 
integrate-ms-networks.html introduction.html ix01.html 
locking.html migration.html msdfs.html optional.html pam.html 
passdb.html pr01.html pr02.html printing.html problems.html 
samba-bdc.html samba-pdc.html securing-samba.html speed.html 
troubleshooting.html type.html unicode.html 
upgrading-to-3.0.html winbind.html 
Log Message:
regenerate

Revisions:
AccessControls.html 1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/AccessControls.html.diff?r1=1.1.2.6r2=1.1.2.7
AdvancedNetworkManagement.html  1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/AdvancedNetworkManagement.html.diff?r1=1.1.2.6r2=1.1.2.7
Appendixes.html 1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/Appendixes.html.diff?r1=1.1.2.6r2=1.1.2.7
Backup.html 1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/Backup.html.diff?r1=1.1.2.6r2=1.1.2.7
CUPS-printing.html  1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/CUPS-printing.html.diff?r1=1.1.2.6r2=1.1.2.7
ClientConfig.html   1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/ClientConfig.html.diff?r1=1.1.2.6r2=1.1.2.7
DNSDHCP.html1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/DNSDHCP.html.diff?r1=1.1.2.6r2=1.1.2.7
FastStart.html  1.1.2.5 = 1.1.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/FastStart.html.diff?r1=1.1.2.5r2=1.1.2.6
Further-Resources.html  1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/Further-Resources.html.diff?r1=1.1.2.6r2=1.1.2.7
InterdomainTrusts.html  1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/InterdomainTrusts.html.diff?r1=1.1.2.6r2=1.1.2.7
IntroSMB.html   1.1.2.5 = 1.1.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/IntroSMB.html.diff?r1=1.1.2.5r2=1.1.2.6
NT4Migration.html   1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/NT4Migration.html.diff?r1=1.1.2.6r2=1.1.2.7
NetworkBrowsing.html1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/NetworkBrowsing.html.diff?r1=1.1.2.6r2=1.1.2.7
Other-Clients.html  1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/Other-Clients.html.diff?r1=1.1.2.6r2=1.1.2.7
PolicyMgmt.html 1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/PolicyMgmt.html.diff?r1=1.1.2.6r2=1.1.2.7
Portability.html1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/Portability.html.diff?r1=1.1.2.6r2=1.1.2.7
ProfileMgmt.html1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/ProfileMgmt.html.diff?r1=1.1.2.6r2=1.1.2.7
SWAT.html   1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/SWAT.html.diff?r1=1.1.2.6r2=1.1.2.7
SambaHA.html1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/SambaHA.html.diff?r1=1.1.2.6r2=1.1.2.7
ServerType.html 1.1.2.5 = 1.1.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/ServerType.html.diff?r1=1.1.2.5r2=1.1.2.6
StandAloneServer.html   1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/StandAloneServer.html.diff?r1=1.1.2.6r2=1.1.2.7
VFS.html1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/VFS.html.diff?r1=1.1.2.6r2=1.1.2.7
bugreport.html  1.3.2.10 = 1.3.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/bugreport.html.diff?r1=1.3.2.10r2=1.3.2.11
compiling.html  1.8.4.6 = 1.8.4.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/htmldocs/compiling.html.diff?r1=1.8.4.6r2=1.8.4.7
diagnosis.html  1.3.2.10 = 1.3.2.11


CVS update: samba/docs

2003-09-23 Thread Jelmer Vernooij

Date:   Tue Sep 23 21:43:39 2003
Author: jelmer

Update of /home/cvs/samba/docs
In directory dp.samba.org:/home/jelmer/samba/docs

Modified Files:
  Tag: SAMBA_3_0
Samba-HOWTO-Collection.pdf 
Log Message:
regenerate

Revisions:
Samba-HOWTO-Collection.pdf  1.14.2.17 = 1.14.2.18

http://www.samba.org/cgi-bin/cvsweb/samba/docs/Samba-HOWTO-Collection.pdf.diff?r1=1.14.2.17r2=1.14.2.18


CVS update: samba

2003-09-23 Thread jerry

Date:   Wed Sep 24 01:00:33 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
WHATSNEW.txt 
Log Message:
adding some changes recommended by Steve

Revisions:
WHATSNEW.txt1.57.2.37 = 1.57.2.38

http://www.samba.org/cgi-bin/cvsweb/samba/WHATSNEW.txt.diff?r1=1.57.2.37r2=1.57.2.38


CVS update: samba/source/nsswitch

2003-09-23 Thread jerry

Date:   Wed Sep 24 01:22:59 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
winbindd_pam.c 
Log Message:
fixing a bug in the retry loop for winbindd_pam_auth[_crap]()

Revisions:
winbindd_pam.c  1.44.2.27 = 1.44.2.28

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_pam.c.diff?r1=1.44.2.27r2=1.44.2.28


CVS update: samba/source/nsswitch

2003-09-23 Thread jerry

Date:   Wed Sep 24 01:24:13 2003
Author: jerry

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

Modified Files:
winbindd_pam.c 
Log Message:
fixing a bug in the retry loop for winbindd_pam_auth[_crap]()

Revisions:
winbindd_pam.c  1.67 = 1.68

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_pam.c.diff?r1=1.67r2=1.68


CVS update: samba/source/script

2003-09-23 Thread tpot

Date:   Wed Sep 24 01:27:39 2003
Author: tpot

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

Added Files:
  Tag: SAMBA_3_0
installmsg.sh 
Log Message:
Fix bug #456 for 3.0.0 release.  

More work on SWAT i18n support to appear in later releases.


Revisions:
installmsg.sh   NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/script/installmsg.sh?rev=1.1.2.1


CVS update: samba/source

2003-09-23 Thread tpot

Date:   Wed Sep 24 01:27:39 2003
Author: tpot

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

Modified Files:
  Tag: SAMBA_3_0
Makefile.in 
Log Message:
Fix bug #456 for 3.0.0 release.  

More work on SWAT i18n support to appear in later releases.


Revisions:
Makefile.in 1.468.2.179 = 1.468.2.180

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


  1   2   >