Re: [Samba] [EXPERIENCES] with OpenLDAP and Samba and Redundancy ??? [SOLVED]

2004-06-22 Thread Michael Gasch
okay, this is what i did after your recommendations:
PDC owns/hosts LDAP MASTER
BDC owns/hosts LDAP SLAVE
created manager account for SAMBA (uid=sambamanager) - all changes on 
MASTER are done under this identity
cn=manager is used very seldom just for administrative tasks on the 
directory (like replication)

slurpd is responsible for replication to slave
changes are done only on MASTER
if owe of the LDAP SERVERs dies, samba processes and NSS are configured 
to fall back to another one
samba redundancy is done by PDC/BDC processes

ACLs on SLAVE deny changes by uid=sambamanager
only cn=manager can write
by this way, no SAMBA/NSS process can change the SLAVE directory if 
MASTER is dead
this doesn't solve the problem of changing machine account passwords but 
ensures a consistent directory

thanks to all for pointing me to the right direction
greez
--
 Matrix - more than a vision
**
 Michael Gasch
   - Central IT Department -
Max Planck Institute for Evolutionary Anthropology
Deutscher Platz 6
04103 Leipzig
Germany
**
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Wrong Security Information?

2004-06-22 Thread DJockheck
Hi,

I'm using Samba 2.2.6 on HPUX 10.20. The name of this Maschine is server.
My Samba is member of on NT-Domain with an NT PDC (Name pdc). The Name of
the NT-Domain is domain. When I take a look (from the PDC) at the
security information of a file on the samba-server it says that it belongs
to user x of Domain server. What's going on there? I think it should be
user x of Domain domain. Do I have a problem in my configuration or is
this a well known bug in 2.2.6?

regards
Detlef Jockheck
--
##
# Detlef Jockheck
# [EMAIL PROTECTED]
##

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


[Samba] Offline Files with W2K - Samba 3 Problem

2004-06-22 Thread Wolfgang . Halbartschlager
Dear Samba Team !

First of all I want to say, that now we use Samba 3 in our company since
August 2003 and we are very pleased. But there is one thing, that doesn't
work all the time and this thing is very important for our company.

The offline files function of W2K works fine with Samba 3. But if you
change an offline synched file in the OFFLINE MODE and you like to sync it
back to the file server, you can't synchronize it, because the FILE
permissions are incorrect. I think, that W2K first wants to put an 0KB File
on the Server and fill it then up with its Data. After this process the old
file should be deleted and the new filled up file should be renamed into
the old file's name.

I hope you could unterstand me and also I hope you'll give me an answer.

Thanks !

With best regards...
Wolfgang Halbartschlager

Rembrandtin Lack Ges.m.b.H.
Network Operator
http://www.rembrandtin.com


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


[Samba] posix locking - what does it do?

2004-06-22 Thread Rudolf Polzer
What exactly does the POSIX locking option do?

I know what it does NOT do: flock() the files a Windows machine has
locked. When for example a file is locked on server side (Linux,  I
tried all three Debian samba releases from stable, testing and
unstable), notepad on Windows still opens it. If it however is locked by
a Windows application on another computer, notepad refuses.

Does posix locking perhaps map SMB locks to something else than
flock()?


-- 
A pumpkin, an eggplant and a tomato are on a truck.
What will fall on a sharp curve?
-- Gur fcrrq.
  http://www.ccc-offenbach.org 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba 3 PDC ldap pam_mount

2004-06-22 Thread Juan Ferrer Junior
Hi:
I've configured a PDC Samba 3 with ldap, my clients w2k mount theirs home 
auto, somebody said me that pam_mount do the same but I can to do work.

I think that is the order modules.   somebody know? HELP
Im a newbie and is my first project
_
Horóscopo, tarot, numerología... Escucha lo que te dicen los astros. 
http://astrocentro.msn.es/

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


[Samba] Automounting Samba Shares

2004-06-22 Thread Markus Klimke
Hi all,
I'm trying to (auto)mount the home directories of my users via samba3 to 
cut down nfs if it works. If I add an entry to the fstab, root is able 
to mount the share, if the appropriate kerberos ticket is available. But 
I can't mount it as a usual user, just works, if I mount it into the 
home directory. But I want to mount the home directory and don't want to 
create a temporary one to mount the real one there. So I've chowned to 
the user which shall have it... and it works. But I can't unmount it (???)

With autofs it doesn't work either, telling me:
do_mount //samba/user /mnt/autofs/samba type smbfs options krb using 
module generic
mount(generic): calling mkdir /mnt/autofs/samba
mount(generic): calling mount -t smbfs -s -o krb //samba/user 
/mnt/autofs/samba
 7422: tree connect failed: ERRDOS - ERRnoaccess (Access denied).
 SMB connection failed

Every homedir can be accessed via //samba/USERNAME
Has anyone a hint?
-markus
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Offline Files with W2K - Samba 3 Problem

2004-06-22 Thread RRuegner
[EMAIL PROTECTED] schrieb:
Dear Samba Team !
First of all I want to say, that now we use Samba 3 in our company since
August 2003 and we are very pleased. But there is one thing, that doesn't
work all the time and this thing is very important for our company.
The offline files function of W2K works fine with Samba 3. But if you
change an offline synched file in the OFFLINE MODE and you like to sync it
back to the file server, you can't synchronize it, because the FILE
permissions are incorrect. I think, that W2K first wants to put an 0KB File
on the Server and fill it then up with its Data. After this process the old
file should be deleted and the new filled up file should be renamed into
the old file's name.
I hope you could unterstand me and also I hope you'll give me an answer.
Thanks !
With best regards...
Wolfgang Halbartschlager
Rembrandtin Lack Ges.m.b.H.
Network Operator
http://www.rembrandtin.com

Hi, this sound like the Problem which exists for office files too,
the workaround should be allow users/group to change the wanted files
via  force parameters to the share
force create mode = 0660
force directory mode = 0770
 http://www.samba.org/samba/docs/man/howto/AccessControls.html#id2540044
i hope this helps you around,
but your question should be answered by the smb coders too, cause i cant 
remember to some how to for this function
Regards
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] two problems with pam authentication

2004-06-22 Thread 31sahibzada
Hi,


   my etc/pam.d/login file is given at the end.

 i am using winbind and single sign on is working now. on the fly
directory creation also works.

 when i check the /var/log/messages  i have this error in there

1.Jun 23 05:40:46 niit158VM pam_winbind[1696]: user 'linwin/zubair'granted
 acces

2.Jun 23 05:40:46 niit158VM pam_winbind[1696]: user 'linwin/zubair'
granted acces

3.Jun 23 05:40:46 niit158VM PAM-mkhomedir[1696]: unknown option; /etc/skel/

4.Jun 23 05:40:46 niit158VM  -- LINWIN/zubair[1696]: LOGIN ON tty1 BY
LINWIN/zubair


now why is winbind being called twice?i have it only once in the
authentication section of the login file. i do have it in others sections
too.

secondly why is it giving this unknown option error. every time a new user
logings the directory is created on the fly.so where is this error coming
from.


ok this was the first problem.

now the second problem is when the root logins.

here is what the /var/log/messages have for us

Jun 23 06:00:37 niit158VM pam_winbind[1834]: request failed: No such user,
PAM error was 10, NT error was NT_STATUS_NO_SUCH_USER
Jun 23 06:00:37 niit158VM pam_winbind[1834]: user 'root' granted acces
Jun 23 06:00:37 niit158VM PAM-mkhomedir[1834]: unknown option; /etc/skel/
Jun 23 06:00:37 niit158VM  -- root[1834]: ROOT LOGIN ON tty1


now look at this. first winbind tries it for user root and fails.

and in the second line again winbind tries and user root is granted
access. there is no user named root in active directory. how is winbind
being able to authenticate root?

here is my login file

#%PAM-1.0
auth   required pam_env.so
auth   required pam_securetty.so
auth   sufficient   pam_winbind.so
auth   required pam_pwdb.so shadow use_first_pass


accountsufficient   pam_winbind.so
accountrequired pam_stack.so service=system-auth

password   sufficient   pam_winbind.so
password   required pam_stack.so service=system-auth


sessionsufficient   pam_mkhomedir.so skel= /etc/skel/ umask=0022
sessionrequired pam_stack.so service=system-auth




Sahibzada Junaid Noor
Ph#(+92) (051) 5950 940
Cell#(+92) (0333) 5223586
Qazi plaza,Third Floor,Commerical Market,
Chaklala Scheme 3,
Rawalpindi
Islamic Republic of Pakistan

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


Re: [Samba] how to joinning nt workstation to samba domain

2004-06-22 Thread Paul Gienger
andry wrote:
i 've nt and w2k workstation and samba 2.2.1a as a omain, shen i want 
to join my nt into samba error message appear  the credentials 
supplied with and existing set of credentials 
This is caused by trying to connect to the server with a different name 
than the one you already authenticated to the server with.  Make sure 
that you haven't browsed to the server and had to enter your password, 
and that you don't have any drives mapped to the server when you try to 
join.   Also, try to join immediately after logging in.

any one can resolve my problem
btw how to create nt_mchine_name into samba..?
thanks
=== 

Gabung INSTANIA, dapatkan XENIA. Daftar di www.telkomnetinstan.com, 
langsung dapat akses Internet Gratis..
Dan ..ikuti Instan Smile berhadiah Xenia,Tour S'pore, Komputer,dll, 
info hub : TELKOM Jatim 0-800-1-467826 
=== 


--
Paul Gienger Office:701-281-1884
Applied Engineering Inc. Cell:  701-306-6254
Information Systems Consultant   Fax:   701-281-1322
URL: www.ae-solutions.commailto:[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 net groupmap

2004-06-22 Thread nasher
I followed the howto on samba with the net groupmap section but i cant get out.


the problem is that i cant give a user admin rights so its a 'normal' user 
under xp.

i tried to do the net groupmap and modified the stuff

System Operators (S-1-5-32-549) - -1
Replicators (S-1-5-32-552) - -1
Guests (S-1-5-32-546) - -1
Power Users (S-1-5-32-547) - -1
Print Operators (S-1-5-32-550) - -1
Administrators (S-1-5-32-544) - -1
Domain Admins (S-1-5-21-585678821-3840919660-2487258650-512) - wheel
Account Operators (S-1-5-32-548) - -1
Domain Guests (S-1-5-21-585678821-3840919660-2487258650-514) - nobody
Domain Users (S-1-5-21-585678821-3840919660-2487258650-513) - users
Backup Operators (S-1-5-32-551) - -1
Users (S-1-5-32-545) - -1

what do i wrong?

when i use samba 2.2 and add a group to the domain admin group it does work.


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


[Samba] File locking from Mac OS X 10.3 (Panther)

2004-06-22 Thread P. K. Chan, Esq.
Dear list,

My system administrator at office runs a SMB server for us all to
share files at smb://server/share/ , on which we share mainly MS
Office/OpenOffice.org documents. I have recently switched to iBook G4 with
Panther. After the switching, I can connect to the SMB server using
Panther's built in SMB capability (under Finder). But then we discover
that when I open a file on smb://server/share, I am unable to lock that
file so that other users can still open the same document read-write and
save something to that document. This creates a dangerous situation for
our file sharing system on SMB. (But if other users open some document on
share, I can only open it from my iBook in read-only mode: their lock is
still ok.)

For your information, I am now using OpenOffice.org 1.0.3 to open
those files on share. Other users at my office use MS Windows XP and
OpenOffice.org 1.1.

So, is this a problem of my iBook/OpenOffice.org or a problem of
the SMB server? Either way, how can we solve this to make my access to the
files on share create proper file locks?

Yours,

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


Re: [Samba] Unable to join Windows 2k AD NT_STATUS_ACCESS_DENIED

2004-06-22 Thread Daniel Ramaley
What was the output of the net ads join command?

On Monday 21 June 2004 11:47 pm, Elliot Mackenzie wrote:
I am having horrendous issues with trying to get Samba 3.0.4 to join
 to a Windows 2000 AD (patched to current).  As this one is hurting a
 bit and needs to be fixed soon, I was hoping I may find salvation in
 this list from someone here who may be able to shed some useful light
 on this issue.  I am using the latest gentoo mit-krb5 build.



Net join always results in NT_STATUS_ACCESS_DENIED - this is bizarre
 as I am using the same administrative account I use to join Windows
 workstations to the domain.  Klist shows me a Kerberos ticket that
 appears to be valid.  I have wiped Kerberos tickets with kdestroy
 then recreated one with kinit as that administrative account.  Net
 join and still no gold.



Unfortunately the Windows logs are not particularly verbose and I
haven't been able to gain any further information.



Google is full of these sorts of errors, but they are not usually
accompanied by any solutions - most of which seem to be password
 issues.



Any ideas?



Cheers,

Elliot.





mail log # net rpc join -S IOR-SRV-Z6 -d3 -U Administrator

[2004/06/22 13:18:34, 3] param/loadparm.c:lp_load(3877)

  lp_load: refreshing parameters

[2004/06/22 13:18:34, 3] param/loadparm.c:init_globals(1307)

  Initialising global parameters

[2004/06/22 13:18:34, 3] param/params.c:pm_process(566)

  params.c:pm_process() - Processing configuration file
/etc/samba/smb.conf

[2004/06/22 13:18:34, 3] param/loadparm.c:do_section(3375)

  Processing section [global]

[2004/06/22 13:18:34, 2] lib/interface.c:add_interface(79)

  added interface ip=203.x.x.x bcast=203.x.x.255 nmask=255.255.255.0

[2004/06/22 13:18:34, 2] lib/interface.c:add_interface(79)

  added interface ip=192.x.x.x bcast=192.x.x.255 nmask=255.255.255.0

[2004/06/22 13:18:34, 3]
 libsmb/cliconnect.c:cli_start_connection(1373)

  Connecting to host=IOR-SRV-Z6

[2004/06/22 13:18:34, 3] lib/util_sock.c:open_socket_out(735)

  Connecting to 203.x.x.x at port 445

[2004/06/22 13:18:34, 1] libsmb/cliconnect.c:cli_full_connection(1473)

  failed tcon_X with NT_STATUS_ACCESS_DENIED

[2004/06/22 13:18:34, 1] utils/net.c:connect_to_ipc_anonymous(191)

  Cannot connect to server (anonymously).  Error was
NT_STATUS_ACCESS_DENIED

Password:

[2004/06/22 13:18:39, 3]
 libsmb/cliconnect.c:cli_start_connection(1373)

  Connecting to host=IOR-SRV-Z6

[2004/06/22 13:18:39, 3] lib/util_sock.c:open_socket_out(735)

  Connecting to 203.x.x.x at port 445

[2004/06/22 13:18:39, 3]
libsmb/cliconnect.c:cli_session_setup_spnego(705)

  Doing spnego session setup (blob length=119)

[2004/06/22 13:18:39, 3]
libsmb/cliconnect.c:cli_session_setup_spnego(730)

  got OID=1 2 840 48018 1 2 2

[2004/06/22 13:18:39, 3]
libsmb/cliconnect.c:cli_session_setup_spnego(730)

  got OID=1 2 840 113554 1 2 2

[2004/06/22 13:18:39, 3]
libsmb/cliconnect.c:cli_session_setup_spnego(730)

  got OID=1 2 840 113554 1 2 2 3

[2004/06/22 13:18:39, 3]
libsmb/cliconnect.c:cli_session_setup_spnego(730)

  got OID=1 3 6 1 4 1 311 2 2 10

[2004/06/22 13:18:39, 3]
libsmb/cliconnect.c:cli_session_setup_spnego(737)

  got [EMAIL PROTECTED]

[2004/06/22 13:18:39, 3]
 libsmb/ntlmssp.c:ntlmssp_client_challenge(878)

  Got challenge flags:

[2004/06/22 13:18:39, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(62)

  Got NTLMSSP neg_flags=0x62890215

[2004/06/22 13:18:39, 3]
 libsmb/ntlmssp.c:ntlmssp_client_challenge(900)

  NTLMSSP: Set final flags:

[2004/06/22 13:18:39, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(62)

  Got NTLMSSP neg_flags=0x60080215

[2004/06/22 13:18:39, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(319)

  NTLMSSP Sign/Seal - Initialising with flags:

[2004/06/22 13:18:39, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(62)

  Got NTLMSSP neg_flags=0x60080215

[2004/06/22 13:18:39, 3] rpc_parse/parse_lsa.c:lsa_io_sec_qos(181)

  lsa_io_sec_qos: length c does not match size 8

[2004/06/22 13:18:39, 3]
 libsmb/cliconnect.c:cli_start_connection(1373)

  Connecting to host=IOR-SRV-Z6

[2004/06/22 13:18:39, 3] lib/util_sock.c:open_socket_out(735)

  Connecting to 203.x.x.x at port 445

[2004/06/22 13:18:39, 1] libsmb/cliconnect.c:cli_full_connection(1473)

  failed tcon_X with NT_STATUS_ACCESS_DENIED

[2004/06/22 13:18:39, 1] utils/net.c:connect_to_ipc_anonymous(191)

  Cannot connect to server (anonymously).  Error was
NT_STATUS_ACCESS_DENIED

Unable to join domain BRISBANE.

[2004/06/22 13:18:39, 2] utils/net.c:main(792)

  return code = 1

-- 

Dan Ramaley
Digital Media Library Specialist
(515) 271-1934
Cowles Library 140, Drake University

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


Re: [Samba] Samba 3 as Both PDC and File Server

2004-06-22 Thread RRuegner
Donna and/or Kenneth Russell schrieb:
Can Samba 3 be configured to serve simultaneously as as a Primary Domain Controller 
and as a file server?  I just installed SuSE Linus 9.1 Pro and its Samba setup system 
allows only a choice of EITHER a PDC or file server but not both.
If it can serve as both, does either your Guide or How-To document show how to set 
up the Samba configuration file?
Thank you very much for your help.
Kenneth Russell
samba can act as pdc, bdc , member ,standalone server
file printserver are possible in every setup and every constellation
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] A question about samba printer

2004-06-22 Thread RRuegner
Weimin He schrieb:
Hi,
 
I have a Linux server and a Windows XP computer that shares the server's printer through samba.
 
Now I encounter a problem when I print on Windows XP computer.
 
After I issue a printing command, I have to wait for about 10 minutes before I can issue a printing command. Otherwise, the second printing job is ignored and not printed.
 
If I print on Linux server directly, there is no such problem.
 
I have tried to restart the server and printer, but it didn't work.
 
Could anybody help me figure it out?
 
Thanks a lot
 


-
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
do you use the windows drivers ?
they might be buggy,
there are so many ways which you can setup printers with linux samba 
windows cups and so on ,so you have to write more of your setup to get a 
qualified help
Regards
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba 3 as Both PDC and File Server

2004-06-22 Thread Paul Gienger

If it can serve as both, does either your Guide or How-To document show how to set up the Samba configuration file?
 

All you really need to do to configure as a file server is to add some 
share definitions to the smb.conf file.  There are far too many options 
to go into detail about, but what you need, basically, is the following

[sharename]
   path = /path/to/files
Add more parameters to suit your purpose.  If you're using SWAT you can 
simply use the 'shares' page to create the share definitions and to see 
help on the parameters.

Thank you very much for your help.
Kenneth Russell
 

--
Paul Gienger Office:701-281-1884
Applied Engineering Inc. Cell:  701-306-6254
Information Systems Consultant   Fax:   701-281-1322
URL: www.ae-solutions.commailto:[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] Bug tracking for 2.2

2004-06-22 Thread Jeremy Allison
On Mon, Jun 21, 2004 at 11:48:32PM -0400, Bob Hansen wrote:
 Are you still tracking bugs for 2.2?  I think I've isolated a case that 
 fails under 2.2, but there's no way to report it under bugzilla.
 
 Where should that information go?

If it's a security problem send it to [EMAIL PROTECTED] We're not
doing any more 2.2.x releases other than for security problems, so
a general bug won't get fixed unless it's still a problem in 3.0.x,
sorry.

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


Re: [Samba] Converting local user account(LDAP) to samba account

2004-06-22 Thread Paul Gienger
Yunus wrote:
hi all,
  I have got a redhat 9 linux machine with all user account maintained in
ldap.   
  Now I plan to install a samba pdc with ldap as backend.
  
  Can anyone in this list guide me how to migrate all current user account
  (posixAccount) maintain in ldap to samba account.
 

For getting your posix data in, you should really be asking the LDAP 
lists. 

For getting your samba data from the smbpasswd file to ldap, use the 
pdbedit command: 

pdbedit --import=smbpasswd:/path/to/smbpasswd --export=ldap

thanks in advance.
 

--
Paul Gienger Office:701-281-1884
Applied Engineering Inc. Cell:  701-306-6254
Information Systems Consultant   Fax:   701-281-1322
URL: www.ae-solutions.commailto:[EMAIL PROTECTED]
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Very dumb question

2004-06-22 Thread Mário Gamito
Hi,

Maybe this is crayziness, but...
is there a way through some smb.conf script, or any other mean than
installing a graphical interface in the server, as my users are lobying me
:P, to a user of a domain records a data CD with data from the Samba
shares ?

Warm regards,
Mário Gamito

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


[Samba] Samba PDC problem - error_packet

2004-06-22 Thread Piotr Brudny
Hi;
I'heve got a strange problem with samba 3.0.4. It's configured as PDC, 
It functions joining a computer with w2k/XP to domain, logging-in, 
mapping disk. The problem appears by copying data to the mapped disk or 
to another resource of server. In windows the indicator or progress 
stays in one place, after same time a message appears Network path 
can't be found and in the logs there is a information:

[2004/06/22 15:02:20, 3] smbd/dosmode.c:unix_mode(111)
unix_mode(test4/ntuser.man) returning 0600
[2004/06/22 15:02:20, 3] smbd/open.c:open_file(173)
Error opening file test4/ntuser.man (No such file or directory) 
(local_flags=0) (flags=0)
[2004/06/22 15:02:20, 3] smbd/error.c:error_packet(94)
error string = No such file or directory
[2004/06/22 15:02:20, 3] smbd/error.c:error_packet(118)
error packet at smbd/trans2.c(2219) cmd=162 (SMBntcreateX) 
NT_STATUS_OBJECT_NAME_NOT_FOUND

Similary, during logging-out of the user from the domain.
Unfortunately, I coundn't it manage it even using the search machine 
google. I don't have any idea how to change config file to be good. 
For sure the problem isn't found i network infastructure ora my 
operating system - slackware 9.1. I've checked it many times.

My system on the server: linux slackware 9.1 kernel 2.4.22, samba 3.0.4
domain clients: win 2k or xp professional
My config file: smb.conf
[global]
  workgroup = PRACOWNIE
  netbios name = Pluton
  time server = yes
  server string = Samba Server
  announce as = NT Server
  hosts deny = 0.0.0.0/0
  hosts allow = 192.168.1.0/26 192.168.2. 127.
   ;interfaces = 192.168.1.0/26 192.168.2.0/28
  interfaces = eth0 eth1 lo
  bind interfaces only = yes
  wins support = yes
  log file = /var/log/samba/%I.log
  log level = 3
  max log size = 0
  security = user
  smb passwd file = /etc/samba/private/smbpasswd
  socket options = TCP_NODELAY SO_RCVBUF = 8192 SO_SNDBUF = 8192
  domain logons = yes
  os level = 34
  local master = yes
  preferred master = yes
  domain master = yes
  ;passdb backend = tdbsam
  add user script = /usr/sbin/useradd -m %u
  delete user script =/usr/sbin/userdel -r %u
  add group script =/usr/sbin/groupadd %g
  delete group script =/usr/sbin/groupdel %g
  add user to group script =/usr/sbin/usermod -G %g %u
  add machine script =/usr/sbin/useradd -s /bin/false \
  -d /dev/null %u
  logon path =\\%L\profile\%u
  logon drive = H:
  ;character set = ISO8859-2
  ;client code page = 852
  dos charset = CP852
  ;unix charset = ISO8859-2
  name resolve order = wins bcast
[homes]
  comment = katalogi domowe uzytkownikow
  path = /home/%S
  browseable = no
  writable = yes
  create mode = 0600
  directory mask = 0700
[netlogon]
  comment = katalog logowania domenowego
  path = /home/netlogon
  ;public = no
  writable = no
  browseable = no
  write list = root
[profile]
  comment = profile uzytkownikow
  path = /home/profile
  writable = yes
  browseable = no
  create mask = 0600
  directory mask = 0700
  nt acl support = no
  ;create mode = 0
  ;directory mode = 0777
[publiczny]
  path = /home/publiczny
  public = yes
  browseable = yes
  writable = yes
  nt acl support = no
  create mode = 0777
  directory mode = 0777
  security mask = 0777
  force security mode = 0
  directory security mask = 0777
  force directory security mode = 0
[instrukcje]
  path = /home/instrukcje
;public = yes
  browseable = yes
  writable = no
  readonly = yes
  writelist = root
  nt acl support = no
  security mask = 0755
  force security mode = 0
  directory security mask = 0755
  force directory security mode = 0

[instalator]
  comment = katalog obrazow dyskow - pliki ghost
  path = /home/instalator
  public = no
  browseable = no
  writable = yes
  ;readonly = yes
  create mode = 0700
  directory mode = 0700
  force user = instalator
Than You for all information
Piotr Brudny

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


[Samba] group mapping database

2004-06-22 Thread Susan Evans
I am running Linux Enterprise 3.0 with Samba3.0.2, I am receiving the
following error in my log file:
   Failed to open group mapping database

I have looked in previous post, and only saw one mention of this error.
Does anybody have any ideas, or where I can start looking for the
problem.
Thank You
Susan

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


[Samba] group and user permissions issue.

2004-06-22 Thread Ian Warburton
I have browsed through loads of archive material and cant seem to find
anywhere where this exact issue has been posted.

 am using samba 2.28 set up as an NT domain, there are no problems with
the general configuration. My issue is witb samba not following the
permissons I have set on files in a shared directory.
Purpose: set up a directory for students and teachers where students can
leave files and only edit their own files, teachers can edit all files.

unix permissions for files are like this
-rwxrw1 student1 teachers6 Jun 22 18:22 S1.txt*
-rwxrw1 student3 teachers   17 Jun 22 18:21 S3.txt*
-rwxrw1 student3 teachers8 Jun 22 18:21 student3.txt*

therefore students can edit their own files and teachers in the group
teachers can also edit the files.


I create a share in samba ie:

[Student_GiveWorkIn]
user = %U
path = /home/Give_work_in
create mode = 750
write list = %U
only user = yes
force group = teachers

this works however students using this share can edit each others files. 
if I set the permissions to :

-rwxr-1 student1 teachers2 Jun 22 16:34 S1.txt*
-rwxr-1 student3 teachers8 Jun 22 17:12 S3.txt*
-rwxr-1 student3 teachers0 Jun 22 15:39 student3.txt*

then students can edit their own files and no one elses, but the teachers
group can't  edit them either ie chmod g+w  seems to mean that samba gives
group access to the students as well as the teachers, when only the
teachers should have access.

I am at a loss to explain this behaviour.

Ian



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


[Samba] Fw: Error C000019B

2004-06-22 Thread Henrique
PLEASE!! can somebody help me?
I need much these!

- Original Message - 
From: Henrique [EMAIL PROTECTED]
To: Samba Samba [EMAIL PROTECTED]
Sent: Monday, June 21, 2004 3:35 PM
Subject: Error C19B


 Hi everyone! im having problems with Samba 3.0.4

 My PDC is samba+openldap+nss+pam+smbldaptools

 All work fine (posix account and logins in Win9x workstations)
 I can join in to my domain with WinNT4 but i can't login!

 Im get always this message: The system can not log you on (C19B).
Please
 try again or consult your system administrator.

 I have read the documents about this error around inet but, all docs tell
 about SID changes and/or netbios names. Im have make no changes in SID,
 netbios or domain name, i have setedup my FreeBSD 5.2.1, configured all
fine
 and instaled the apps (samba, ldap, etc...)

 Somebody can help me please?

 it's that appears in my log when i try to login:


 [2004/06/21 15:27:18, 10]
 lib/util_sock.c:read_smb_length_return_keepalive(488)
   got smb length of 356
 [2004/06/21 15:27:18, 6] smbd/process.c:process_smb(889)
   got message type 0x0 of len 0x164
 [2004/06/21 15:27:18, 3] smbd/process.c:process_smb(890)
   Transaction 46 of length 360
 [2004/06/21 15:27:18, 5] lib/util.c:show_msg(456)
 [2004/06/21 15:27:18, 5] lib/util.c:show_msg(466)
   size=356
   smb_com=0x25
   smb_rcls=0
   smb_reh=0
   smb_err=0
   smb_flg=24
   smb_flg2=32771
   smb_tid=1
   smb_pid=14336
   smb_uid=100
   smb_mid=2816
   smt_wct=16
   smb_vwv[ 0]=0 (0x0)
   smb_vwv[ 1]=  272 (0x110)
   smb_vwv[ 2]=0 (0x0)
   smb_vwv[ 3]= 1024 (0x400)
   smb_vwv[ 4]=0 (0x0)
   smb_vwv[ 5]=0 (0x0)
   smb_vwv[ 6]=0 (0x0)
   smb_vwv[ 7]=0 (0x0)
   smb_vwv[ 8]=0 (0x0)
   smb_vwv[ 9]=0 (0x0)
   smb_vwv[10]=   84 (0x54)
   smb_vwv[11]=  272 (0x110)
   smb_vwv[12]=   84 (0x54)
   smb_vwv[13]=2 (0x2)
   smb_vwv[14]=   38 (0x26)
   smb_vwv[15]=30272 (0x7640)
   smb_bcc=289
 [2004/06/21 15:27:18, 10] lib/util.c:dump_data(1864)
   [000] 00 5C 00 50 00 49 00 50  00 45 00 5C 00 00 00 00  .\.P.I.P
.E.\
   [010] 00 05 00 00 03 10 00 00  00 10 01 00 00 07 00 00  

   [020] 00 F8 00 00 00 00 00 02  00 00 7F 14 00 09 00 00  

   [030] 00 00 00 00 00 09 00 00  00 5C 00 5C 00 4D 00 41  
.\.\.M.A
   [040] 00 4D 00 55 00 54 00 45  00 00 00 C9 11 B4 3C 95  .M.U.T.E
...
   [050] 75 06 00 00 00 00 00 00  00 06 00 00 00 54 00 52  u...
.T.R
   [060] 00 41 00 53 00 48 00 00  00 F8 F9 F9 00 7A FF 10  .A.S.H..
.z..
   [070] 81 DC 91 EC 2B CD B7 D6  40 04 FA F9 00 25 6F F6  +...
@%o.
   [080] 77 00 00 14 00 00 00 00  00 01 00 01 00 E4 FC F9  w...

   [090] 00 0A 00 0A 00 AE 40 15  00 00 00 00 00 32 23 00  [EMAIL PROTECTED]
.2#.
   [0A0] 00 00 00 00 00 10 00 10  00 9C 40 15 00 0A 00 0C  
[EMAIL PROTECTED]
   [0B0] 00 38 3F 14 00 5B C9 83  DF 2D 33 D9 A0 85 66 CA  .8?..[..
.-3...f.
   [0C0] 97 65 5E 50 EB 29 3B F3  8E 0A 0B 86 11 10 F1 53  .e^P.);.
...S
   [0D0] A2 FB F0 69 AA 05 00 00  00 00 00 00 00 05 00 00  ...i

   [0E0] 00 4D 00 4F 00 4F 00 56  00 45 00 15 00 08 00 00  .M.O.O.V
.E..
   [0F0] 00 00 00 00 00 08 00 00  00 68 00 65 00 6E 00 72  
.h.e.n.r
   [100] 00 69 00 71 00 75 00 65  00 06 00 00 00 00 00 00  .i.q.u.e

   [110] 00 05 00 00 00 54 00 52  00 41 00 53 00 48 00 03  .T.R
.A.S.H..
   [120] 00.
 [2004/06/21 15:27:18, 3] smbd/process.c:switch_message(685)
   switch message SMBtrans (pid 519)
 [2004/06/21 15:27:18, 4] smbd/uid.c:change_to_user(186)
   change_to_user: Skipping user change - already user
 [2004/06/21 15:27:18, 3] smbd/ipc.c:reply_trans(538)
   trans \PIPE\ data=272 params=0 setup=2
 [2004/06/21 15:27:18, 5] smbd/ipc.c:reply_trans(557)
   calling named_pipe
 [2004/06/21 15:27:18, 3] smbd/ipc.c:named_pipe(334)
   named pipe command on  name
 [2004/06/21 15:27:18, 5] smbd/ipc.c:api_fd_reply(267)
   api_fd_reply
 [2004/06/21 15:27:18, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(1156)
   search for pipe pnum=7640
 [2004/06/21 15:27:18, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(1160)
   pipe name NETLOGON pnum=7640 (pipes_open=1)
 [2004/06/21 15:27:18, 3] smbd/ipc.c:api_fd_reply(296)
   Got API command 0x26 on pipe NETLOGON (pnum 7640)
 [2004/06/21 15:27:18, 10] smbd/ipc.c:api_fd_reply(301)
   api_fd_reply: p:0x8315c00 max_trans_reply: 1024
 [2004/06/21 15:27:18, 6] rpc_server/srv_pipe_hnd.c:write_to_pipe(854)
   write_to_pipe: 7640 name: NETLOGON open: Yes len: 272
 [2004/06/21 15:27:18, 10]
 rpc_server/srv_pipe_hnd.c:write_to_internal_pipe(876)
   write_to_pipe: data_left = 272
 [2004/06/21 15:27:18, 10]
 rpc_server/srv_pipe_hnd.c:process_incoming_data(779)
   process_incoming_data: Start: pdu_received_len = 0, pdu_needed_len = 0,
 incoming data = 272
 [2004/06/21 15:27:18, 10] rpc_server/srv_pipe_hnd.c:fill_rpc_header(401)
   fill_rpc_header: data_to_copy = 272, len_needed_to_complete_hdr = 

[Samba] samba3 PDC+ldap domain logon problem

2004-06-22 Thread David Caplan
Hi,

I've got an issue with a samba 3 PDC with an ldap backend. I get a logon
failure (unknown username or bad password) when trying to add a win2k
box to the domain. I'm using Mandrake with Samba 3.0.2a and openldap 2.1.22. 
I am able to set up the workgroup on the w2k box, and access folders for
users registered in the ldap database, however I am not able to join the
domain with the user Administrator. 

Any ideas on where I can look to find errors or test another way? (I cant find anything
in the ldap logs or the samba logs).

Please CC me any response, as I'm not subscribed to the list.

Thanks.
- David

---Some relevant smb.conf

[global]

...
username map = /etc/samba3/smbusers
obey pam restrictions = No
ldap passwd sync = yes
passdb backend = ldapsam:ldap://127.0.0.1/
unix password sync = yes
pam password change = yes
passwd chat = *New*UNIX*password* %n\n *Retype*new*UNIX*password* %n\n 
*LDAP*password*information*changed*for*dcaplan*\n 
*passwd:*all*authentication*tokens*updated*successfully* 
ldap admin dn = cn=root,dc=cloudraker,dc=com
ldap suffix = dc=cloudraker,dc=com
ldap group suffix = ou=Group
ldap user suffix = ou=People
ldap machine suffix = ou=Hosts
ldap idmap suffix = ou=People
ldap ssl = off 
#ldap ssl = start tls
add user script = /usr/bin/smbldap-useradd3 -m %u
ldap delete dn = Yes
delete user script = /usr/bin/smbldap-userdel3 %u
add machine script = /usr/bin/smbldap-useradd3 -w %u
add group script = /usr/bin/smbldap-groupadd3 -p %g 
#delete group script = /usr/bin/smbldap-groupdel3 %g
add user to group script = /usr/bin/smbldap-groupmod3 -m %u %g
delete user from group script = /usr/bin/smbldap-groupmod3 -x %u %g
set primary group script = /usr/bin/smbldap-usermod3 -g %g %u
os level = 65
security = user
logon path = \\%L\profiles\%U
logon drive = U:
update encrypted = Yes
encrypt passwords = yes
domain master = yes
domain logons = yes
local master = yes
preferred master = yes
guest ok = no
admin users = root Administrator

#wins support = yes
#wins proxy = yes



--
David Caplan david at david.ath.cx
Key fingerprint: AADC 53B6 D5FB 31FE E191  4E9A 8D5D 2952 9358  

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


Re: [Samba] Converting local user account(LDAP) to samba account

2004-06-22 Thread Craig White
On Tue, 2004-06-22 at 09:20, Yunus wrote:
 hi all,
I have got a redhat 9 linux machine with all user account maintained in
 ldap.   
Now I plan to install a samba pdc with ldap as backend.

Can anyone in this list guide me how to migrate all current user account
(posixAccount) maintain in ldap to samba account.
 
 thanks in advance.
-
see migration tools in /usr/share/doc/openldap-YOUR-VERSION

Craig

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


[Samba] Bizarre LDAP behaviour

2004-06-22 Thread Scott Wunsch
I'm trying to get Samba set up to read all account information from my
existing LDAP directory.  I have nss_ldap set up and working correctly. 
I'm using Mandrake 10.0, and the problem occurs both with their Samba
3.0.2a packages and the Samba 3.0.4 RPMs from samba.org.

When Samba queries the LDAP server, it seems to be using the admin DN as
the *search base*, rather than using the suffix configured in smb.conf.

The appropriate bit of my smb.conf (with the organization name
removed, obviously) looks like this:

passdb backend = ldapsam:ldap://ldap.fakeorgname.dom
ldap admin dn = cn=Manager,o=Organization Name
ldap delete dn = no
ldap filter = ((uid=%u)(objectclass=sambaSamAccount))
ldap group suffix = cat=Groups
ldap machine suffix = cat=Computers
ldap passwd sync = yes
ldap ssl = off
ldap suffix = o=Organization Name
ldap user suffix = cat=Staff

When I sniff the LDAP queries or look at log.smbd, I see that the base DN
being used for the queries is cn=Manager,o=Organization Name or even
cat=Groups,cn=Manager,o=Organization Name.  This makes no sense at all
to me.  I even browsed through the code, and I can't see any way that
these two configuration items could possibly get mixed up.

Can anybody suggest any way that this could occur, or anything that I
should check to resolve this?

-- 
Take care,
Scott \\'unsch

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


Re: [Samba] File already in use?

2004-06-22 Thread Andreas Haumer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!

Jeremy Allison wrote:
[...]

 I'd love to know if it fixes the Excel problem Fingers
 crossed :-).


I'm awfully sorry for this late reply, but I just was not
allowed to put the new version on the production server
until now.

But today we had the chance to test the samba version with the
deferred open patch included (Samba 3.0.5pre2-SVN-build-1011)
and the results show, that this version does _not_ solve the
problem: the File already in use error messages still occur
when users are opening their Excel files :-(

But we did another test and we now know it has something to do
with the version of MS Office: the error only occurs with (old)
Excel from Office97, it does not occur with Excel from Office2003!
I can't explain what is going on here, but maybe that's a hint for
others having the same problem

As the move to the new Office version is planned anyway, the
significance of this problem now is much lower and I'm about
to close this issue for now (this is not to say that I'm not
open to try any new idea on this issue... ;-)

Anyway, many thanks for your support!

- - andreas

PS: I did lots of testing with Samba 3.0.5pre2-SVN-build-1011
on our internal test server and I found not a single problem
with this version. I had it running on a Linux-2.4.26 server
as PDC with LDAPSAM backend and more than 1000 user accounts,
OpenLDAP master/slave replication and failover and even had it
running in an active/hot standby cluster configuration with
Heartbeat and DRBD storage - all tests passed, I found no
problem whatsoever. Good work!

- --
Andreas Haumer | mailto:[EMAIL PROTECTED]
*x Software + Systeme  | http://www.xss.co.at/
Karmarschgasse 51/2/20 | Tel: +43-1-6060114-0
A-1100 Vienna, Austria | Fax: +43-1-6060114-71
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFA2HbsxJmyeGcXPhERAhv0AJ90nTPQLexth7GdFXw/aSCoECzQqgCdFPvL
U8O5TBX9A5jA/wXChkn6L+I=
=vpXE
-END PGP SIGNATURE-

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


RE: [Samba] Very dumb question

2004-06-22 Thread mbc
Maybe this is crayziness, but...
is there a way through some smb.conf script, or any other mean than
installing a graphical interface in the server, as my users are lobying me
:P, to a user of a domain records a data CD with data from the Samba
shares ?

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


Recording CDs from Samba shares (was: [Samba] Very dumb question)

2004-06-22 Thread Jonathan Johnson
On Tue, 22 Jun 2004, Mário Gamito wrote:

 Hi,
 
 Maybe this is crayziness, but...
 is there a way through some smb.conf script, or any other mean than
 installing a graphical interface in the server, as my users are lobying me
 :P, to a user of a domain records a data CD with data from the Samba
 shares ?
 
 Warm regards,
 Mário Gamito
 

Mário,

It appears that you have a CD recorder on your Samba server, and you
wish to allow your Samba domain users to record data CDs with data from
Samba shares?

If I understand correctly, you want to avoid having your users work
from the Samba server console.

Please correct me if I have misunderstood.

--Jon Johnson
Sutinen Consulting, Inc.
[EMAIL PROTECTED]

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


[Samba] Re: samba net groupmap

2004-06-22 Thread nasher
Quoting nasher [EMAIL PROTECTED]:

 I followed the howto on samba with the net groupmap section but i cant get
 out. 
 
 
 the problem is that i cant give a user admin rights so its a 'normal' user 
 under xp. 
 
 i tried to do the net groupmap and modified the stuff 
 
 System Operators (S-1-5-32-549) - -1 
 Replicators (S-1-5-32-552) - -1 
 Guests (S-1-5-32-546) - -1 
 Power Users (S-1-5-32-547) - -1 
 Print Operators (S-1-5-32-550) - -1 
 Administrators (S-1-5-32-544) - -1 
 Domain Admins (S-1-5-21-585678821-3840919660-2487258650-512) - wheel 
 Account Operators (S-1-5-32-548) - -1 
 Domain Guests (S-1-5-21-585678821-3840919660-2487258650-514) - nobody 
 Domain Users (S-1-5-21-585678821-3840919660-2487258650-513) - users 
 Backup Operators (S-1-5-32-551) - -1 
 Users (S-1-5-32-545) - -1 
 
 what do i wrong? 
 
 when i use samba 2.2 and add a group to the domain admin group it does work.
 



oh damn i found the problem

i need to use the primary group 
isnt there a way when an user is added to more groups
like users,wheel
and when this one is connecting, the highest group counts?

so the user is in this case , admin?


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


RE: [Samba] group and user permissions issue.

2004-06-22 Thread Aden, Steve
Ian,
You appear to be incorrectly using the force user parameter.

From the smb.conf documentation:

force user (S)
This specifies a UNIX user name that will be assigned as the default
user for all users connecting to this service. This is useful for
sharing files. You should also use it carefully as using it incorrectly
can cause security problems.

This user name only gets used once a connection is established. Thus
clients still need to connect as a valid user and supply a valid
password. Once connected, all file operations will be performed as the
forced user, no matter what username the client connected as. This can
be very useful.


This clearly explains the results you have achieved.

Steve


Privileged/Confidential Information may be contained in this message. If you are not 
the addressee indicated in this message (or responsible for delivery of the message to 
such person), you may not copy or deliver this message to anyone. In such case, you 
should destroy this message and kindly notify the sender by reply email. Opinions, 
conclusions and other information contained in this message that do not relate to 
official business shall be understood as neither given nor endorsed by ITS

-Original Message-
From: Ian Warburton [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 22, 2004 1:37 PM
To: [EMAIL PROTECTED]
Subject: [Samba] group and user permissions issue.


I have browsed through loads of archive material and cant seem to find
anywhere where this exact issue has been posted.

 am using samba 2.28 set up as an NT domain, there are no problems with
the general configuration. My issue is witb samba not following the
permissons I have set on files in a shared directory.
Purpose: set up a directory for students and teachers where students can
leave files and only edit their own files, teachers can edit all files.

unix permissions for files are like this
-rwxrw1 student1 teachers6 Jun 22 18:22 S1.txt*
-rwxrw1 student3 teachers   17 Jun 22 18:21 S3.txt*
-rwxrw1 student3 teachers8 Jun 22 18:21 student3.txt*

therefore students can edit their own files and teachers in the group
teachers can also edit the files.


I create a share in samba ie:

[Student_GiveWorkIn]
user = %U
path = /home/Give_work_in
create mode = 750
write list = %U
only user = yes
force group = teachers

this works however students using this share can edit each others files.

if I set the permissions to :

-rwxr-1 student1 teachers2 Jun 22 16:34 S1.txt*
-rwxr-1 student3 teachers8 Jun 22 17:12 S3.txt*
-rwxr-1 student3 teachers0 Jun 22 15:39 student3.txt*

then students can edit their own files and no one elses, but the
teachers
group can't  edit them either ie chmod g+w  seems to mean that samba
gives
group access to the students as well as the teachers, when only the
teachers should have access.

I am at a loss to explain this behaviour.

Ian



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

_
This message was content-scanned by IXC Shield 
Powered by GatewayDefender - BG0b1bd641.0001.mml
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Fw: Error C000019B

2004-06-22 Thread Thomas Hannan
Henrique,

I had a similar problem under Samba 2.2 (before I upgraded to 3.0).
Basically, I found that I hadn't created my necessary users and groups
with the correct user ID's, RIDs, and GRIDs.

Do a pdbedit listing of your samba users and groups, and compare the
requirements with the requirements in the Samba documentation regarding
RIDs 500,501, 512,513,514,515, as well as your normal users etc

-T

On Tue, 2004-06-22 at 12:39, Henrique wrote:
 PLEASE!! can somebody help me?
 I need much these!
 
 - Original Message - 
 From: Henrique [EMAIL PROTECTED]
 To: Samba Samba [EMAIL PROTECTED]
 Sent: Monday, June 21, 2004 3:35 PM
 Subject: Error C19B
 
 
  Hi everyone! im having problems with Samba 3.0.4
 
  My PDC is samba+openldap+nss+pam+smbldaptools
 
  All work fine (posix account and logins in Win9x workstations)
  I can join in to my domain with WinNT4 but i can't login!
 
  Im get always this message: The system can not log you on (C19B).
 Please
  try again or consult your system administrator.
 
  I have read the documents about this error around inet but, all docs tell
  about SID changes and/or netbios names. Im have make no changes in SID,
  netbios or domain name, i have setedup my FreeBSD 5.2.1, configured all
 fine
  and instaled the apps (samba, ldap, etc...)
 
  Somebody can help me please?
 
  it's that appears in my log when i try to login:
 
 
  [2004/06/21 15:27:18, 10]
  lib/util_sock.c:read_smb_length_return_keepalive(488)
got smb length of 356
  [2004/06/21 15:27:18, 6] smbd/process.c:process_smb(889)
got message type 0x0 of len 0x164
  [2004/06/21 15:27:18, 3] smbd/process.c:process_smb(890)
Transaction 46 of length 360
  [2004/06/21 15:27:18, 5] lib/util.c:show_msg(456)
  [2004/06/21 15:27:18, 5] lib/util.c:show_msg(466)
size=356
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=24
smb_flg2=32771
smb_tid=1
smb_pid=14336
smb_uid=100
smb_mid=2816
smt_wct=16
smb_vwv[ 0]=0 (0x0)
smb_vwv[ 1]=  272 (0x110)
smb_vwv[ 2]=0 (0x0)
smb_vwv[ 3]= 1024 (0x400)
smb_vwv[ 4]=0 (0x0)
smb_vwv[ 5]=0 (0x0)
smb_vwv[ 6]=0 (0x0)
smb_vwv[ 7]=0 (0x0)
smb_vwv[ 8]=0 (0x0)
smb_vwv[ 9]=0 (0x0)
smb_vwv[10]=   84 (0x54)
smb_vwv[11]=  272 (0x110)
smb_vwv[12]=   84 (0x54)
smb_vwv[13]=2 (0x2)
smb_vwv[14]=   38 (0x26)
smb_vwv[15]=30272 (0x7640)
smb_bcc=289
  [2004/06/21 15:27:18, 10] lib/util.c:dump_data(1864)
[000] 00 5C 00 50 00 49 00 50  00 45 00 5C 00 00 00 00  .\.P.I.P
 .E.\
[010] 00 05 00 00 03 10 00 00  00 10 01 00 00 07 00 00  
 
[020] 00 F8 00 00 00 00 00 02  00 00 7F 14 00 09 00 00  
 
[030] 00 00 00 00 00 09 00 00  00 5C 00 5C 00 4D 00 41  
 .\.\.M.A
[040] 00 4D 00 55 00 54 00 45  00 00 00 C9 11 B4 3C 95  .M.U.T.E
 ...
[050] 75 06 00 00 00 00 00 00  00 06 00 00 00 54 00 52  u...
 .T.R
[060] 00 41 00 53 00 48 00 00  00 F8 F9 F9 00 7A FF 10  .A.S.H..
 .z..
[070] 81 DC 91 EC 2B CD B7 D6  40 04 FA F9 00 25 6F F6  +...
 @%o.
[080] 77 00 00 14 00 00 00 00  00 01 00 01 00 E4 FC F9  w...
 
[090] 00 0A 00 0A 00 AE 40 15  00 00 00 00 00 32 23 00  [EMAIL PROTECTED]
 .2#.
[0A0] 00 00 00 00 00 10 00 10  00 9C 40 15 00 0A 00 0C  
 [EMAIL PROTECTED]
[0B0] 00 38 3F 14 00 5B C9 83  DF 2D 33 D9 A0 85 66 CA  .8?..[..
 .-3...f.
[0C0] 97 65 5E 50 EB 29 3B F3  8E 0A 0B 86 11 10 F1 53  .e^P.);.
 ...S
[0D0] A2 FB F0 69 AA 05 00 00  00 00 00 00 00 05 00 00  ...i
 
[0E0] 00 4D 00 4F 00 4F 00 56  00 45 00 15 00 08 00 00  .M.O.O.V
 .E..
[0F0] 00 00 00 00 00 08 00 00  00 68 00 65 00 6E 00 72  
 .h.e.n.r
[100] 00 69 00 71 00 75 00 65  00 06 00 00 00 00 00 00  .i.q.u.e
 
[110] 00 05 00 00 00 54 00 52  00 41 00 53 00 48 00 03  .T.R
 .A.S.H..
[120] 00.
  [2004/06/21 15:27:18, 3] smbd/process.c:switch_message(685)
switch message SMBtrans (pid 519)
  [2004/06/21 15:27:18, 4] smbd/uid.c:change_to_user(186)
change_to_user: Skipping user change - already user
  [2004/06/21 15:27:18, 3] smbd/ipc.c:reply_trans(538)
trans \PIPE\ data=272 params=0 setup=2
  [2004/06/21 15:27:18, 5] smbd/ipc.c:reply_trans(557)
calling named_pipe
  [2004/06/21 15:27:18, 3] smbd/ipc.c:named_pipe(334)
named pipe command on  name
  [2004/06/21 15:27:18, 5] smbd/ipc.c:api_fd_reply(267)
api_fd_reply
  [2004/06/21 15:27:18, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(1156)
search for pipe pnum=7640
  [2004/06/21 15:27:18, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(1160)
pipe name NETLOGON pnum=7640 (pipes_open=1)
  [2004/06/21 15:27:18, 3] smbd/ipc.c:api_fd_reply(296)
Got API command 0x26 on pipe NETLOGON (pnum 7640)
  [2004/06/21 15:27:18, 10] smbd/ipc.c:api_fd_reply(301)
api_fd_reply: p:0x8315c00 

[Samba] join as ADS member

2004-06-22 Thread Zuwei Liu
Hello,
I met a problem when I trying to join a linux client to a Windows 2003 
server. This Windows 2003 server is ADS and PDS, plus DNS. The client is 
Linux RedHat 7.3, installed Samba 3.0.4.

I tried to use
# net ads join -UAdministrator%abcedef
it give me error of
libads/kerberos.c:ads_kinit_password(135)
 kerberos_kinit_password [EMAIL PROTECTED] failed: 
Cannot find KDC for requested realm

I tried to run
# kinit
and also get error of
kinit(v5): Cannot resolve network address for KDC in requested realm 
while getting initial credentials

Does any one know what's wrong or what kind of configuration I missed?
The smb.conf is list below:
netbios name = lisbon
interfaces = 172.22.4.137
bind interfaces only = yes
security = ADS
realm = qa4.neopathnetworks.com
password server = rio.qa4.neopathnetworks.com

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


Re: [Samba] join as ADS member

2004-06-22 Thread Tom Skeren
This is very important when doing things with ADS.  You must either use 
the w2k3 machine as DNS or export the w2k3 DNS settings it writes and 
manually import them into bind9.  Your Samba machine is sending out DNS 
requests for LDAP and Kerberos on the ADS.  If you aren't using a 
properly configured DNS server, those are the errors you will get.

Zuwei Liu wrote:
Hello,
I met a problem when I trying to join a linux client to a Windows 2003 
server. This Windows 2003 server is ADS and PDS, plus DNS. The client 
is Linux RedHat 7.3, installed Samba 3.0.4.

I tried to use
# net ads join -UAdministrator%abcedef
it give me error of
libads/kerberos.c:ads_kinit_password(135)
 kerberos_kinit_password [EMAIL PROTECTED] failed: 
Cannot find KDC for requested realm

I tried to run
# kinit
and also get error of
kinit(v5): Cannot resolve network address for KDC in requested realm 
while getting initial credentials

Does any one know what's wrong or what kind of configuration I missed?
The smb.conf is list below:
netbios name = lisbon
interfaces = 172.22.4.137
bind interfaces only = yes
security = ADS
realm = qa4.neopathnetworks.com
password server = rio.qa4.neopathnetworks.com

Thanks alot
zuwei

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


[Samba] Inconsistant winbind and getent results

2004-06-22 Thread Norman Zhang
Hi,
# wbinfo -t
checking the trust secret via RPC calls succeeded
# wbinfo -u | grep nzhang
nzhang
# wbinfo -a nzhang%testing123
plaintext password authentication succeeded
challenge/response password authentication succeeded
# getent passwd nzhang
The last command displays nothing. Why?
Regards,
Norman
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] smbd hangs when trying to start smb

2004-06-22 Thread Dane Mutters
Hello.  I've been using Samba for several months now at my office and
have recently run into a rather perplexing problem.  Whenever I type
smb start (as root) it will hang indefinitely with the words,
Starting SMB Services: on the screen, and will not start the processes
necessary to enable file sharing.  I don't think I've made any changes
to the system since Samba was last working properly.  Also, I've tried
starting the processes manually by typing, smbd start and nmbd
start.  nmbd starts without any problems, but smbd still hangs
indefinitely. I REALLY like Samba a lot, and I also need to be able to
share files from my Linux box with other Windows computers on the
network.  Do you know why it's doing this?  Any idea of what I can do to
correct it?  I've searched the web for this problem but have come up
blank.

Thanks very much for your help.

--Dane

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


Re: [Samba] Very dumb question

2004-06-22 Thread Alex Laughlin-Dendy
Wouldn't the easiest way to do that be something like running the cd 
burning program from the computer that has the samba share? Although 
this seems a little strange, since putting a cd burner in a server 
doesn't make a lot of sense. . .

Jonathan Johnson wrote:
On Tue, 22 Jun 2004 [EMAIL PROTECTED] wrote:
 

Maybe this is crayziness, but...
is there a way through some smb.conf script, or any other mean than
installing a graphical interface in the server, as my users are lobying me
:P, to a user of a domain records a data CD with data from the Samba
shares ?
 

Huh?
   

I'm sure we'd both be just as unintelligible if we asked a question on
a Portugese newsgroup with nothing but a phrasebook to aid our quest.
:-)
Mr. Gamito may want to consider webCDwriter, more information here:
http://joerghaeger.de/webCDwriter/index.html
--Jon Johnson
Sutinen Consulting, Inc.
[EMAIL PROTECTED]
 

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


[Samba] Problems with nobody processes in Samba 3.0.4

2004-06-22 Thread Matt Wright
Hi,
Hopefully someone can help me with this because its driving me up the 
wall. I admin a Samba PDC which authenticates through an LDAP backend. 
Both the samba server and pam authenticate through the entries in the 
LDAP database.

I recently upgraded to 3.0.4 to combat the M$ hotfix that destroyed 
password changing. Since then things have been squiffy. All runs fine 
(apart from a grouping problem that I shall describe later) until a 
rogue samba thread appears which is owned by nobody.

  PID USER PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME CPU COMMAND
 2639 root  20   0 13844 3832   804 S40.8  1.5  4317m   0 slapd
 7889 nobody15   0  1528  492   372 S 4.9  0.1  76:19   0 smbd
This particular top output is probably a bad example because the nightly 
backups are running at the same time. However the exhaustion of slapd as 
shown above occurs at the same time as this nobody thread appears. 
When the backup is not running the smbd thread usually hits about 40% 
CPU as well leading to a very congested fileserver. At this point the 
network slows to a crawl, killing these processes stops the slapd cpu 
usage but seems then to corrupt peoples smb sessions which seems to 
suggest the process is actually associated with a user.

In trying to track down this bug I've rearranged the entire ldap tree; 
we used to have an ou=smb tree for all samba classes and ou=People 
and ou=Group trees for all the posix classes. These have ow been 
rearranged so that ou=People,ou=Computers and ou=Group exist with both 
their posix and samba attributes in each respective tree.

I would really, really appriciate any help that you people can give. 
I've had success tracking down samba problems in the past but this one 
has me.

--
One other problem which has confused me also exists. Now I don't know if 
this is related to the above or not (hence the line). We map the unix 
group users to Domain Users in windows. The correct entry in 
ou=Group exists

dn: cn=users,ou=Group,dc=kwltd,dc=com
sambaSID: S-1-5-21-661346169-342852810-2564848181-513
gidNumber: 100
displayName: Domain Users
description: Domain Users
objectClass: posixGroup
objectClass: sambaGroupMapping
cn: users
sambaGroupType: 2
memberUid: root,test1645,test2
memberUid: test2711
memberUid: mwright
memberUid: solitaire$
   .
   .
Such that if you run:
[EMAIL PROTECTED] root]# id mwright
uid=1016(mwright) gid=1000(smbadmin) groups=1000(smbadmin),100(users)
[EMAIL PROTECTED] root]#
I am clearly a member of the users group, however I do not show up in 
the Domain Users group in USRMGR. Further if I attempt to add myself I'm 
told I'm already in the group. Any ideas on this one??

Regards,
Matt Wright
Matt Wright Consulting
[EMAIL PROTECTED]
(Bcc: Phil Cooper)
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] BEWARE when compiling with CUPS support

2004-06-22 Thread Richard Bonomo

Dear Folks,

I have been pounding my head against a wall trying
to solve mulitiple problems trying to get SAMBA
to work (Fedora core 2).   Authentication was
taking several minutes, and CUPS printing was
problematic. 

I finally removed the Fedora distribution
SAMBA binary, and installed the source (from
the distribution).

Recompiling solved the authentication problem
(by excluding the PAM handles).  I discovered
an annoying problem with CUPS support.

If you configure with the --enable-cups option,
but do not have the cups-devel package installed
(in addition to simply cups), the binaries
eventually produced simply will not work with
CUPS, but the configure and make process does
not complain.  

After scratching my head after seeing that SAMBA
was not even acknowledging the printers' existence,
I finally went through the config.log
file and saw that it tested for cups-devel, but
there was no comment or failure when it did not
find it; it just hummed along.

I decided to install the cups-devel package,
re-configured and re-made SAMBA, and voila!
there they were.   

The test pages even printed out!  (The cups
files had already been modified to pass raw
data.)

Rich

-- 

Richard Bonomo
UW Space Astronomy Laboratory
ph: (608) 263-4683 telefacsimile: (608) 263-0361
SAL-related email: [EMAIL PROTECTED]
all other email: [EMAIL PROTECTED]
web page URL: http://www.cae.wisc.edu/~bonomo


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


[Samba] FIXED: samba3 PDC+ldap domain logon problem

2004-06-22 Thread David Caplan
Once again, I'm using samba 3.0.2a.
The line in smb.conf that reads: 
ldap machine suffix = ou=Hosts (or it can be ou=Computers)
has basically no effect. I think samba doesnt take it into account. When
it looks for the registered computers in the domain, it was looking in
the People group, not the computers group... so, if you are using the
IDEALX scripts, and this version of samba, make sure that in
smbldap_conf.pm has $computersou = q(People);
Also, just in case, I made the ldap machine suffix  line in smb.conf =
to ou=People.

It seems to work! :)

Does anybody here know if this is a bug? or if its fixed in the latest
versions?

- David



--
David Caplan david at david.ath.cx
Key fingerprint: AADC 53B6 D5FB 31FE E191  4E9A 8D5D 2952 9358  

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


[Samba] specified user doesnt exist

2004-06-22 Thread andry
when i want to try joining win2k workstation into samba 
2.2.1a error message occured specified user doesnt exist, 
but in win 9x and nt there is no problem ,does any know 
what should i do ?

===
Gabung INSTANIA, dapatkan XENIA. Daftar di www.telkomnetinstan.com, langsung dapat 
akses Internet Gratis..
Dan ..ikuti Instan Smile berhadiah Xenia,Tour S'pore, Komputer,dll, info hub : TELKOM 
Jatim 0-800-1-467826 
===
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Slow response when using Msoffice

2004-06-22 Thread steven . tse
Hi,
 
Everytime I use MSoffice product such as Excel, Word and Powerpoint to open
file in Samba share, it takes very long time (at least 1 min) to browse, but
it has no problem on windows explorer, I guess it is waiting for some kind
of time out as it has no usage on the user CPU power.  But not all of the
user got the same problem, and it seems most of the case are happened on
winXP.  Any idea?
 
config
=
Samba 3.0.4
Redhat 8.0
Kernel 2.4.20-28
 
[global]
 workgroup = PBE
 server string = Central File Server
 security = DOMAIN
 log file = /var/log/samba/%m.log
 wins server = 192.168.1.9, 192.168.1.55  ldap ssl = no  idmap uid =
1-2  idmap gid = 1-2  template homedir = /public/home/%U
template shell = /bin/bash  winbind cache time = 5  veto oplock files =
|.xls|.XLS|

Please help, thankyou very much.
 
 
Best Regards,
Steven Tse
Network Engineer - IT Department
Possehl Electronics (HongKong) Ltd
Tel: (852) 2942 0675 
Email:  mailto:[EMAIL PROTECTED]
[EMAIL PROTECTED]
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Process Not Found When Stopping SMB

2004-06-22 Thread Norman Zhang
Hi,
When I tried to stop smb in LM10.0OE, I get the following strange error.
# service smb stop
Shutting down SMB services: /etc/init.d/smb: line 267: kill: (1355) - No 
such process
[  OK  ]
Shutting down NMB services: [  OK  ]

I checked /etc/init.d/smb, there's no line 267. I'm using 
samba-server-3.0.5.pre1.mdk from cooker.

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


Re: RE : Convert DS20 from Tru64 to VMS

2004-06-22 Thread Denison Rich
Hello,
considering that the source system was a turbochannel box, its not strange. I have a 
similar machine. At the console, only one string of disks is visible to a  sho dev 
command.  _after booting_, the remianing 2 strings show up, and the controller 
lettering (ie dkA or dkB...) has changed.
 
Turbo channel is wierdwhich may explain why PCI became the industry standard.
 
regards,
 
denny

COLLOT Jean-Yves [EMAIL PROTECTED] wrote:
Sounds strange that you see the boot disk and you don't see the other ones,
even the CD drive. Do you see any other device, such as the Ethernet
adapter(s) ? If you don't, could you check the value of your STARTUP_P1
SYSGEN parameter ?

JYC

-Message d'origine-
De : Claude Marinier [mailto:[EMAIL PROTECTED] 
Envoyé : lundi 21 juin 2004 18:50
À : [EMAIL PROTECTED]
Objet : Convert DS20 from Tru64 to VMS

Greetings,

Appologies for asking a question which is off-topic.

I want to retire the old DEC 3000 Model 400. I thought that I could just
copy the VMS files to a pair of larger disks, attach them to the DS20 (got
it from a project that ended), change a few settings at the console, and
boot. VMS runs but the SCSI devices that are visible from the console
before booting are not visible from VMS (I cannot even see the CD-ROM
drive, only the boot disk is visible).

For the last few years, the other systems (Solaris, Linux, and Windows)
have taken all my time and I have not done much on the VMS systems. I have
forgotten too much and I am stuck.

Could someone point me to a VMS/Alpha mailing list where I can get help?

Yes, I tried Google but have not found anything useful. What I have seen
leads me to think that this may be more difficult than I thought.

Thank you.

-- 
Claude Marinier, Information Technology
Defence Research  Development Canada (Ottawa)
[EMAIL PROTECTED]
http://www.ottawa.drdc-rddc.gc.ca
Telephone: (613) 596-3103
PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html
PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html
PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

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


svn commit: lorikeet r14 - trunk/openldap_ldb/back-ldb

2004-06-22 Thread idra
Author: idra
Date: 2004-06-22 07:20:44 + (Tue, 22 Jun 2004)
New Revision: 14

Modified:
   trunk/openldap_ldb/back-ldb/Makefile
   trunk/openldap_ldb/back-ldb/modify.c
Log:
modify now works properly for basic things

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


svn commit: samba r1216 - branches/tmp/SAMBA_3_2_MERGE/source

2004-06-22 Thread jelmer
Author: jelmer
Date: 2004-06-22 11:47:16 + (Tue, 22 Jun 2004)
New Revision: 1216

Modified:
   branches/tmp/SAMBA_3_2_MERGE/source/Makefile.in
Log:
Put 'all' as highest target in the Makefile, so it's the default


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


svn commit: samba r1217 - in branches/tmp/SAMBA_3_2_MERGE/source: . client lib smbd utils

2004-06-22 Thread jelmer
Author: jelmer
Date: 2004-06-22 17:53:00 + (Tue, 22 Jun 2004)
New Revision: 1217

Modified:
   branches/tmp/SAMBA_3_2_MERGE/source/Makefile.in
   branches/tmp/SAMBA_3_2_MERGE/source/client/smbspool.c
   branches/tmp/SAMBA_3_2_MERGE/source/lib/access.c
   branches/tmp/SAMBA_3_2_MERGE/source/lib/util_sock.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/conn.c
   branches/tmp/SAMBA_3_2_MERGE/source/utils/net.c
Log:
smbspool in Samba 3.1 works (compiles and runs) now :-)
Still a couple of things to fix:
 - util_sock.c contains some evil code (had to comment out something)
 - The Makefile is broken


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


svn commit: samba r1218 - branches/tmp/SAMBA_3_2_MERGE/source

2004-06-22 Thread jelmer
Author: jelmer
Date: 2004-06-22 18:07:18 + (Tue, 22 Jun 2004)
New Revision: 1218

Modified:
   branches/tmp/SAMBA_3_2_MERGE/source/Makefile.in
Log:
Make sure BASIC_OBJ from Samba 3.2 and SUBSYSTEM_LIBBASIC_OBJ from 
Samba 4 contain (mostly) the same objects.



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


svn commit: samba r1219 - branches/SAMBA_3_0/source

2004-06-22 Thread jelmer
Author: jelmer
Date: 2004-06-22 18:46:27 + (Tue, 22 Jun 2004)
New Revision: 1219

Modified:
   branches/SAMBA_3_0/source/Makefile.in
Log:
Don't make proto parallel

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


svn commit: samba r1220 - branches/SAMBA_3_0/source

2004-06-22 Thread jelmer
Author: jelmer
Date: 2004-06-22 18:51:55 + (Tue, 22 Jun 2004)
New Revision: 1220

Modified:
   branches/SAMBA_3_0/source/Makefile.in
Log:
Revert last change. Apparently, NOTPARALLEL blocks all parallel builds

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


svn commit: samba-web r105 - trunk/support

2004-06-22 Thread deryck
Author: deryck
Date: 2004-06-22 21:02:48 + (Tue, 22 Jun 2004)
New Revision: 105

Removed:
   trunk/support/poland.html
   trunk/support/puerto-rico.html
Modified:
   trunk/support/countries.html
   trunk/support/newzealand.html
   trunk/support/romania.html
   trunk/support/singapore.html
   trunk/support/slovakia.html
   trunk/support/slovenia.html
   trunk/support/southafrica.html
   trunk/support/spain.html
   trunk/support/sweden.html
   trunk/support/turkey.html
   trunk/support/uk.html
   trunk/support/venezuela.html
Log:
Support clean up, which includes: delete non-replying companies from list and 
countries.html header, update records for those who replied, and general text/html 
formatting corrections.

WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=samba-webpath=/rev=105nolog=1


Re: svn commit: samba-web r105 - trunk/support

2004-06-22 Thread Rafal Szczesniak
On Tue, Jun 22, 2004 at 09:02:48PM +, [EMAIL PROTECTED] wrote:
 Author: deryck
 Date: 2004-06-22 21:02:48 + (Tue, 22 Jun 2004)
 New Revision: 105
 
 Removed:
trunk/support/poland.html

Absolutely no one replied in Poland ???


cheers,
-- 
Rafal Szczesniak
Samba Team member  http://www.samba.org



signature.asc
Description: Digital signature


Re: svn commit: samba-web r105 - trunk/support

2004-06-22 Thread Christopher R. Hertel
On Tue, Jun 22, 2004 at 11:21:23PM +0200, Rafal Szczesniak wrote:
 On Tue, Jun 22, 2004 at 09:02:48PM +, [EMAIL PROTECTED] wrote:
  Author: deryck
  Date: 2004-06-22 21:02:48 + (Tue, 22 Jun 2004)
  New Revision: 105
  
  Removed:
 trunk/support/poland.html
 
 Absolutely no one replied in Poland ???

Time to set up shop and list yourself.  :)

Chris -)-

-- 
Implementing CIFS - the Common Internet FileSystem ISBN: 013047116X
Samba Team -- http://www.samba.org/ -)-   Christopher R. Hertel
jCIFS Team -- http://jcifs.samba.org/   -)-   ubiqx development, uninq.
ubiqx Team -- http://www.ubiqx.org/ -)-   [EMAIL PROTECTED]
OnLineBook -- http://ubiqx.org/cifs/-)-   [EMAIL PROTECTED]


svn commit: samba r1221 - in branches/SAMBA_3_0/source: libads utils

2004-06-22 Thread jra
Author: jra
Date: 2004-06-22 21:58:35 + (Tue, 22 Jun 2004)
New Revision: 1221

Modified:
   branches/SAMBA_3_0/source/libads/kerberos_keytab.c
   branches/SAMBA_3_0/source/utils/net_ads.c
Log:
Added the last of the system keytab patch from Dan Perry [EMAIL PROTECTED],
fixed valgrind detected mem corruption in libads/kerberos_keytab.c.
Jeremy.


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


Re: svn commit: samba-web r105 - trunk/support

2004-06-22 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Rafal Szczesniak wrote:
| On Tue, Jun 22, 2004 at 09:02:48PM +, [EMAIL PROTECTED] wrote:
|
|Author: deryck
|Date: 2004-06-22 21:02:48 + (Tue, 22 Jun 2004)
|New Revision: 105
|
|Removed:
|   trunk/support/poland.html
|
|
| Absolutely no one replied in Poland ???
|
Sorry, but it's true.  No one replied.  I had two companies listed, and
both never responded to my attempts to contact.
- -- deryck
- --
Deryck Hodge   http://www.devurandom.org/
Cataloging Department  http://www.lib.auburn.edu/
Web Editor, Samba Team  http://www.samba.org/
GnuPG Keyhttp://www.devurandom.org/gpg_pubkey.asc
x.tract the lectric.
sub].[-m-][mersing yr head in visceral.
--Mez, from Vehicular Datatraffic(2001)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFA2Kgr4glRK0DaE8gRAkLwAKDOtchyZ/3jdqfw3X4z2aCstqHgVgCgiZgi
mGZGDPX/GrC5PSr9vz9nFng=
=Kq0w
-END PGP SIGNATURE-


svn commit: samba r1222 - in branches/SAMBA_3_0/source: libads libsmb utils

2004-06-22 Thread jra
Author: jra
Date: 2004-06-23 00:20:31 + (Wed, 23 Jun 2004)
New Revision: 1222

Modified:
   branches/SAMBA_3_0/source/libads/kerberos_keytab.c
   branches/SAMBA_3_0/source/libads/krb5_setpw.c
   branches/SAMBA_3_0/source/libads/ldap.c
   branches/SAMBA_3_0/source/libsmb/clikrb5.c
   branches/SAMBA_3_0/source/utils/net_ads.c
Log:
Valgrind memory leak fixes. Still tracking down a strange one...
Can't fix the krb5 memory leaks inside that library :-(.
Jeremy.


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


svn commit: samba r1225 - trunk/source/param

2004-06-22 Thread jra
Author: jra
Date: 2004-06-23 02:04:40 + (Wed, 23 Jun 2004)
New Revision: 1225

Modified:
   trunk/source/param/loadparm.c
Log:
Fix longstanding memleak bug with logfile name being set before lp_load()
loads the initial config file and overwrites the written logfile name with
zeros in init_globals(). Ensure we do a string_free() on Globals.szLogFile
if it isn't NULL.
Jeremy.


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


svn commit: samba-web r106 - in branches/tmp.samba.org: . images

2004-06-22 Thread deryck
Author: deryck
Date: 2004-06-23 02:26:35 + (Wed, 23 Jun 2004)
New Revision: 106

Removed:
   branches/tmp.samba.org/images/bgpx.gif
Modified:
   branches/tmp.samba.org/header.html
   branches/tmp.samba.org/samba-style.css
   branches/tmp.samba.org/samba.html
Log:
Toned down the yellow and used it as an accent to links, borders, etc.  Tightened 
things closer together.  Brough out the red from the logo in headings.

This is not complete, but I wanted to get some minor things done before starting on 
navigation menu and page hierarchy tomorrow night.

WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=samba-webpath=/branches/tmp.samba.orgrev=106nolog=1


svn commit: samba-docs r155 - trunk/manpages

2004-06-22 Thread jht
Author: jht
Date: 2004-06-23 02:43:28 + (Wed, 23 Jun 2004)
New Revision: 155

Modified:
   trunk/manpages/tdbbackup.8.xml
Log:
Fix tdbbackup documentation per Andrew Tridgell feedback.

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