Re: [Samba] Setting up samba so XP will login in to a linux box

2003-01-21 Thread Marian Mlcoch, Ing
First you and everybody must write version of XP you use? HOME (not use domains!!!) or PRO? Second when you need use samba as user XXX must create this user on linux and samba conf files! sh: useradd XXX smbpasswd -a XXX and then login to XP as XXX with pass from linux

VS: [Samba] Samba BDCs and machine trust account passwords

2003-01-21 Thread Mikko Kortelainen
IIRC the client should contact the PDC (domain0x1b). But can you check the logs and see if the clients are trying to change it on domain0x1c (any DC)? Thanks. Can you give me any hints on how to find such information in the log files? My log level is 5, and I can find some password change

[Samba] Fw: smbpasswd sync please help

2003-01-21 Thread Keith Fernandez
Hi, I am using smbpasswd = yes in my smb.conf file, so that I can use encrypted passwords in windows 2000 I am using samba 2.2.5-10 the default which comes with redhat 8.0. So far everything works fine, till I change my smbpasswd, it dosent reflect in /etc/passwd I just wanted to know how

[Samba] I am out of the office.

2003-01-21 Thread brian . casey
I will be out of the office starting 01/21/2003 and will not return until 01/28/2003. I will respond to your message when I return. If you have questions regarding product licensing, please contact Natalie Rezek, at 323-259-4910; for any other issues requiring immediate attention, please

[Samba] confusing windows terms?

2003-01-21 Thread akshaysalkar
Netbios Name Servers - NBNS Primary Domain Controler - PDC Domain Master Browser - DMB well what i wanted is to know if NBNS is the same as PDC what bout DMB is DMB the same as PDC or DNS? Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com Buy the best in Movies at

[Samba] Question Use of a domain control with windows XP prof

2003-01-21 Thread Jurgen Dekie
Title: Bericht Dear, I have a question I am new toSamba but I want to create a windows domain controler in Samba. It works finein combination with windows 2000 server and windows 2000 professional. I could join the domain and log on to the domain in combination with the windows 2000

Re: [Samba] Borland Paradox Databases on a samba share

2003-01-21 Thread Paul Cochrane
On 20 Jan 2003 at 15:49, Nose Bear wrote: i tryed to use samba to share a paradox database which comes with a special trade programs. On a novell server it works fine. But on the samba share I get a corrupted database after some minutes of multi user access. I've tryed some entries in the

[Samba] linux workstations on NT Server ??

2003-01-21 Thread akshaysalkar
I would like to add linux workstations on my existing Windows NT network. is this possible? one Win NT server is acting as my PDC. is the settings for smb.conf WORKGROUP = xyz the only thing required to make linux workstation act as a client and add it to the network? -- Get Your

[Samba] Linux (X) Clients and NT Server ?

2003-01-21 Thread akshaysalkar
Well I want to know if its possible to sharing of files in with w2k clients and X clients. eg. I have 1 server that is a windows 2000 server with clients of w2k 2000 professional now i have decided to add linux X clients. (ie. Xwindows clients) but how to enable file sharing?? is it required

[Samba] oplocks

2003-01-21 Thread Marcel Beltz
hello, how is it possible to unlock a file, which is locked by a oplock, without restart the samba server? ( sorry my english ) i use: samba 2.2.7 linux regards marcel beltz -- To unsubscribe from this list go to the following URL and read the instructions:

[Samba] Re: [CLUG-tech] odd samba error

2003-01-21 Thread Chris Nash
So this is my problem: Samba works but not as a domain controller.Well here is the smb.conf file and the testparm dump. I think it ver 2.2.x? Any ideas? extract from the var/log/messages, all from smbd daemon: api_samr_set_userinfo: unable to unmarshall SAMR_Q_SET_USERINFO passdb/pdb_smbpasswd.c:

[Samba] newbie on winbind.. help required.

2003-01-21 Thread akshaysalkar
I would like to know what exactly does winbind do.? (i have read the documentation but i am yet confused) prior to having winbind incorporated in samba,there was smb, nmb doing the authentication using samba server on linux. so samba acted as file and print server + authentcation server for

Re: [Samba] Linux clients + NT server

2003-01-21 Thread Gareth Davies
- Original Message - From: akshaysalkar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 9:59 AM Subject: [Samba] Linux clients + NT server I have a NT Server, acting as my PDC I want all my clients to be Linux workstations connected to the NT Server. Is this

[Samba] security = 'domain' and 'server'

2003-01-21 Thread akshaysalkar
i would like to know whats the difference between security = server security = domain i saw the docs and found that the 'server' does the authentication with and SMB server while 'domain' does an authentication with a NT PDC . am i rite? also isnt it that an NT PDC can act as a SMB server

[Samba] WARNING : no network interfaces found.

2003-01-21 Thread akshaysalkar
i get the following error WARNING : no network interfaces found. when i run smbclient or nmblookup etc. the following is the settings in my computer. workgroup = TRIDENTMUMBAI security = domain password server = 10.160.128.152 netbios name = smbsys interfaces = 192.168.1.225 encrypt passwords

[Samba] Adding Domain users to local Win2k Groups

2003-01-21 Thread Matt Lung
hello, I have a RH 7.1 box running samba-2.2.4-2 acting as a PDC to our LAN. For the most part all our clients are 95/98 and NT 4. The problem I am experiencing is that when I want to add a Domain User to a local group on a Win2k box it gives me the error: unable to lookup user names for

[Samba] I am out of the office.

2003-01-21 Thread brian . casey
I will be out of the office starting 01/21/2003 and will not return until 01/28/2003. I will respond to your message when I return. If you have questions regarding product licensing, please contact Natalie Rezek, at 323-259-4910; for any other issues requiring immediate attention, please

[Samba] sort-of fix for net rpc vampire account creation

2003-01-21 Thread Ronan Waide
This patch allows net rpc vampire to create accounts in the same way that smbpasswd does, i.e. it will attempt to use the appropriate account creation function for the backend in use. From reading the comments on the top of the local_password_change function, either I shouldn't be going this route

Re: [Samba] sort-of fix for net rpc vampire account creation

2003-01-21 Thread Ronan Waide
On January 21, [EMAIL PROTECTED] said: sort of change in status. The only major caveat I've found is that because net rpc vampire does a getpwnam_alloc() immediately after account creation, which fails in my case because I'm using ldap_nua as my backend so getpwnam_alloc() will /always/ fail.

RE: [Samba] Does 3MB/sec seem as fast as

2003-01-21 Thread daniel . jarboe
See https://www.cifs2002.org/conference/program/presentations Might help you a bit. Check out the presentations on performance measurement. Great link! However this one is a 404 Jeremy Allison, Samba Team Samba Printing(pdf, 141k) This presentation is an explaination of how RPC printing

[Samba] Joining other Samba-Servers to Samba-LDAP-PDC

2003-01-21 Thread Matthias Eichler
Hi Everybody, we have a Samba-PDC with LDAP support running with: - Debian Linux 3 - Samba 2.2.7 - LDAP 2.0.36-6 - Hostname: MARLEY-TEST - Workgroup: TEST The fileserver is running with: - SuSE Linux 7.4 - Samba 2.2.1a - Hostname CLAPTON Some time ago - without LDAP support - I've just had to

[Samba] Samba BDC to Windows 2000 PDC

2003-01-21 Thread philip.quinney
Hey All, I was hoping you could give me a little advice on this situation: We have a Windows 2000 PDC (ugghhh) at our main site. We are now adding another server to a remote site. We were hoping to run a Samba server in this position, as it would be nice to have the machine doing both File and

[Samba] RE: xp doesnt log out

2003-01-21 Thread Jonathan Dean
Try forcing users to reboot the xp machines rather than just logging off. On 20 Jan 2003 Sebastian Schinzel wrote: Hi everyone, i have set up a server with samba-2.2.3a-12 (Debian Woody) for a network that is shared with about 100 schools. There are about 50 Clients (WinXP) with only one local

[Samba] Can't add Machine account ( LDAP ) ...

2003-01-21 Thread C.Lee Taylor
Greetings ... Just got bitten in the ass by not been able to join the domain with 2.2.7a Correct me if I am wrong, Jerry did give me a quick explaination. It has to do with usernames and what allowable characters in it for security. Now, I need to fix this, does anybody have a patch/fix

RE: [Samba] newbie on winbind.. help required.

2003-01-21 Thread LaSusa, Dan
I can't answer your questions directly, but how bout thisI tell you how I'm using winbind and see if that helps!? (bear in mind, I think my setup is simple and you CAN do a whole lot more with samba/winbind - but this is what I have setup) Basically, I've got an NT4 Domain, a linux server

RE: [Samba] Winbind Fails to start

2003-01-21 Thread LaSusa, Dan
Maybe try changing Password Server to equal the netbios name instead of the ip address? Dan -Original Message- From: Rob Keeling [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 5:04 AM To: [EMAIL PROTECTED] Subject: [Samba] Winbind Fails to start Help! I have configured

[Samba] Re: Can't add Machine account ( LDAP ) ...

2003-01-21 Thread C.Lee Taylor
Just got bitten in the ass by not been able to join the domain with 2.2.7a Correct me if I am wrong, Jerry did give me a quick explaination. It has to do with usernames and what allowable characters in it for security. Now, I need to fix this, does anybody have a patch/fix or tell

[Samba] Re: [CLUG-tech] odd samba error

2003-01-21 Thread Buchan Milne
Chris Nash wrote: So this is my problem: Samba works but not as a domain controller.Well here is the smb.conf file and the testparm dump. I think it ver 2.2.x? Any ideas? extract from the var/log/messages, all from smbd daemon: api_samr_set_userinfo: unable to unmarshall

[Samba] Re: server list question?

2003-01-21 Thread Adnan Olia
Thanks to Herb.this is exactly what I was looking for Adnan - Original Message - From: Herb Lewis [EMAIL PROTECTED] To: Adnan Olia [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 10:12 AM Subject: Re: [Samba] server list question? Look at the findsmb script that comes with

[Samba] RE: xp doesnt log out

2003-01-21 Thread Sebastian Schinzel
Try forcing users to reboot the xp machines rather than just logging off. Rebooting does not help. Even shutting down a client and waiting about a hour does not help. I have already tried this a couple of times. What about the link to the server? Do you think i should better use something like

[Samba] pam_smbpasswd fails, HP-UX 11i (revisted)

2003-01-21 Thread Ryan Novosielski
A co-worker of mine (Cliff Green [EMAIL PROTECTED]) managed to get this thing to build. What he changed to get it to do so is the following: configure: Change all of the references to module.so to module.$SHLIBEXT. This, to me, seems to be common sense. Anyone know why this wasn't done?

[Samba] net view work alike

2003-01-21 Thread Barry, Christopher
Hi all, Is there a command that emulates net view? I want to dump a list of all NetBIOS hosts actively on the LAN. Thanks, -- Christopher Barry Manager of Information Systems InfiniCon Systems http://www.infiniconsys.com office:610.233.ISIS (4747) direct:610.233.4870 cell:267.879.8321

[Samba] printing on windows domain printer

2003-01-21 Thread Cristian Livadaru
Hi, I have set up a red hat linux box and used winbind to connect it to the existing windows NT domain of our company. well everything works fine, user can log in and mkhomedir creates a home directory at the first login. but I still have one problem how can I manage it that the user can print

[Samba] login from winxp machine

2003-01-21 Thread Jalene Joyner
I have two servers running samba 2.2.27 on redhat 7.3 os. I have configured the servers identically with the exception of having different netbios names in order to differentiate the servers when looking at them through network neighborhood. One of the machines I have no difficulty logging

[Samba] Re: Borland Paradox Databases on a samba share

2003-01-21 Thread Jim
Yeah! Rebuilding the server is quite easy. Here is how I rebuilt mine for ldap: rpm --rebuild --with ldap samba-2.2.7a-2mdk.src.rpm Discovering what exactly the --with options are'll freakin kill ya, though. ;-) Jim C. ... Oplocks for the share need to be turned off. It will work OK for a

[Samba] Re: users and groups

2003-01-21 Thread Jim
I feel for ya buddy, I really do and that is not sarcasm. A lot of this stuff is bleeding edge and frequently there are no answers or only an incredibly busy select few have them. Perhaps if you elaborate. What exactly is poledit/config.pol? Never heard of it. Jim C. ... wrote: Hi All,

[Samba] Long pauses.

2003-01-21 Thread Thomas Mercer-Hursh, Ph.D.
I have an environment consisting of: * Primary Workstation running Win2KPro * Secondary Workstation runing WinNTSP6a * Local Win2K Advanced Server * Local Solaris 8 system with Samba 2.0.7 * Remote HP-UX system at Site A with Samba 1.9.18p10 connected via VPN * Remote Unixware system at Site B

[Samba] Re: writing to a samba share

2003-01-21 Thread Jim
Tried changeing the mode of the directory in Linux? sandrewz wrote: Just wanted to know how to make a directory writeable. I have used the following variables, but have been unsuccessful to write to a particular samba share using XP: [share] ... writeable = yes write list = username

[Samba] Re: Question !!!

2003-01-21 Thread Jim
I've never done this but I do have some leads for you. If you open the user in directory_administrator you will find a checkbox that is pertinent. ;-) Also I assume that you will require a poplulated ou=Hosts in accordance with http://www.mandrakesecure.net/en/docs/ldap-auth.php and of course

[Samba] Mounting a Windows share in AIX

2003-01-21 Thread Miller, Jason A.
What I would like to do is mount a windows share in AIX. I need to see this as a standard file system from AIX. Any idea how I can achieve this? Jason

[Samba] Unvisible Shares... - problem!

2003-01-21 Thread Michael Hammann
Hello, I have following configuration: SuSE 8.1-server with some partitions FAT32 (formatted with WinXPHome) configured with samba as shares for a WinXPHome- client. Under linux, I can see and handle all files on these partitions. Under Windows I only can see the foldernames and it seems that

[Samba] Re: net view work alike

2003-01-21 Thread Adnan Olia
Does this help?? - Original Message - From: Herb Lewis [EMAIL PROTECTED] To: Adnan Olia [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 10:12 AM Subject: Re: [Samba] server list question? Look at the findsmb script that comes with samba. Adnan Olia wrote: Is there a way to find

[Samba] Repeated Questions

2003-01-21 Thread Kristyan Osborne
Hi, Many of you are wondering why your questions do not get answered. This is because I expect your question has been asked hundreds of times before in the past and people are fed up of answering the same question. Before you post you should look at the searchable archives to see if your

RE: [Samba] Second Posting! Please reply - Need HELP!!

2003-01-21 Thread Kristyan Osborne
I like this, I'm going to keep it as an example of what not to send to a mailing list :-) -Original Message- From: issue qad [mailto:[EMAIL PROTECTED]] Sent: Mon 20/01/2003 16:52 To: [EMAIL PROTECTED] Cc: Subject: [Samba] Second

[Samba] I am out of the office.

2003-01-21 Thread brian . casey
I will be out of the office starting 01/21/2003 and will not return until 01/28/2003. I will respond to your message when I return. If you have questions regarding product licensing, please contact Natalie Rezek, at 323-259-4910; for any other issues requiring immediate attention, please

[Samba] Self-locking files...

2003-01-21 Thread C. Cau
Hi, I've set up a samba server (2.2.7) on a Mandrake 9 (2.4.16xxx on X86); everything works fine, except a little recurring problem: *very* often, clients are forbidden to save the document(s) they've open (locked file); it's enough to modify one char of the filename and the save goes fine,

RE: [Samba] net view work alike

2003-01-21 Thread Barry, Christopher
Kevin, Thanks for your reply. I'm running 2.2.7a on a production system. Is there no tool native to that release? Thanks, -- Christopher Barry Manager of Information Systems InfiniCon Systems http://www.infiniconsys.com office:610.233.ISIS (4747) direct:610.233.4870 cell:267.879.8321

Re: [Samba] writing to a samba share

2003-01-21 Thread Joel Hammer
Can you write to a share if you leave off the write list? BTW, you don't need the writeable parameter if you have a write list. There is also the question of the permissions on the directory itself. samba cannot override them. Joel On Tue, Jan 21, 2003 at 09:06:58AM -0800, sandrewz wrote:

Re: [Samba] Self-locking files...

2003-01-21 Thread Joel Hammer
Try getting rid of oplocks. Joel On Wed, Jan 22, 2003 at 12:14:55AM +0100, C. Cau wrote: Hi, I've set up a samba server (2.2.7) on a Mandrake 9 (2.4.16xxx on X86); everything works fine, except a little recurring problem: *very* often, clients are forbidden to save the document(s)

[Samba] Samba 3.0 + AD + OpenLDAP

2003-01-21 Thread Ron McKown
Hi everyone! I've already deployed samba-2.2.7a-2 and enabled openLDAP support. I now have a machine configured as a domain controller authenticating all windows users via openLDAP. openLDAP is also authenticating all of our linux users. I would like to install Exchange2000 on a windows2000

[Samba] Authoring a HOWTO

2003-01-21 Thread Jim
I am in the process of authoring a Samba-LDAP-PDC HOWTO for Mandrake users that will allow cross platform ( Linux / M$ ) network user authentication. Lastnight I ran rpm --rebuild --with ldap samba-2.2.7a-2mdk.src.rpm and it produced a list of packages that I needed to install in order to

RE: [Samba] Authoring a HOWTO

2003-01-21 Thread Adam Smith
I am in the process of authoring a Samba-LDAP-PDC HOWTO for Mandrake users that will allow cross platform ( Linux / M$ ) network user authentication. I was using a similar HOWTO, located at http://www.unav.es/cti/ldap-smb-howto.html, but because I am completely new to LDAP some of it was

[Samba] Samba version compatible with Windows XP?

2003-01-21 Thread Salmi, Timothy J.
Can you please tell me what the minimum version number is for compatability with a Windows XP Pro workstation? We have a server running Samba 2.0.4b and we are having troubles with some XP machines being able to change/add data. Thank you in advance for any help you can give . . . tim Tim

Re: [Samba] Long pauses.

2003-01-21 Thread Bradley W. Langhorst
On Tue, 2003-01-21 at 17:22, Thomas Mercer-Hursh, Ph.D. wrote: ... all PowerDesk windows are likely to be frozen until the first one completes, as is any file dialog in another application. that is a powerdesk problem (sounds like one thread...) I also have sporadic cases where

Re: [Samba] Mounting a Windows share in AIX

2003-01-21 Thread Bradley W. Langhorst
google on smbmnt or smbmount I'm not sure it works on AIX but since nobody else replied... brad On Tue, 2003-01-21 at 17:45, Miller, Jason A. wrote: What I would like to do is mount a windows share in AIX. I need to see this as a standard file system from AIX. Any idea how I can achieve

Re: [Samba] Samba 3.0 + AD + OpenLDAP

2003-01-21 Thread Bradley W. Langhorst
On Tue, 2003-01-21 at 18:44, Ron McKown wrote: Hi everyone! I've already deployed samba-2.2.7a-2 and enabled openLDAP support. I now have a machine configured as a domain controller authenticating all windows users via openLDAP. openLDAP is also authenticating all of our linux users. I

Re: [Samba] Re: Simple question - Machine / User relationsip

2003-01-21 Thread Jim C
I've solved this. Since a computer is a user (effectively), it must have a unique uidNumber (regardless of whether or not it lives in a different ou) and properly calculated rid and primaryGroupID attributes. I've found that the scripts provided do not do an adequate job in this regards.

Re: [Samba] Re: Simple question - Machine / User relationsip

2003-01-21 Thread Jim C
I've solved this and a few other issues. Since a computer is a user (effectively), it must have a unique uidNumber (regardless of whether or not it lives in a different ou) and properly calculated rid and primaryGroupID attributes. I've found that the scripts provided do not do an adequate job

[Samba] I am out of the office.

2003-01-21 Thread brian . casey
I will be out of the office starting 01/21/2003 and will not return until 01/28/2003. I will respond to your message when I return. If you have questions regarding product licensing, please contact Natalie Rezek, at 323-259-4910; for any other issues requiring immediate attention, please

[Samba] Testing...

2003-01-21 Thread Mynx
Testing... -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

Re: [Samba] samba and dhcp

2003-01-21 Thread Hidong Kim
Thanks! I reinstalled VMware without selecting VMware's own Samba service. Everything's working now. Thanks, Hidong Marian Mlcoch, Ing wrote: Primary samba server is not special blocked for DHCP getting IP, but this IP must be set before start smb. This is first posible problem when

Re: [Samba] Samba 3.0 + AD + OpenLDAP

2003-01-21 Thread Bradley W. Langhorst
On Tue, 2003-01-21 at 23:46, Ron McKown wrote: I would like to install Exchange2000 on a windows2000 machine so our windows users can do calendaring (sendmail already handles all of our email needs). I don't know how exchange works but i'm pretty sure you can join the w2k machine to

[Samba] Re: Simple question - Machine / User relationsip

2003-01-21 Thread Jim
Sorry about the double posts. Seems to have been a quinkydink between my email program and my antiSPAMware. Jim C wrote: I've solved this and a few other issues. -- To unsubscribe from this list go to the following URL and read the instructions:

[Samba] samba@lists.samba.org

2003-01-21 Thread samba
Hi Folks Is there anyone managed to get work swat in NetBSD 1.6.It works nicely on older releases but now i've trouble with Authentication!When i switch in demo mode .. all is ok!Is this related to PAM?Any hint is welcome! Greetings - Powered By

[Samba] swat

2003-01-21 Thread samba
Hi Folks Is there anyone managed to get work swat in NetBSD 1.6.It works nicely on older releases but now i've trouble with Authentication!When i switch in demo mode .. all is ok!Is this related to PAM?Any hint is welcome! Greetings -

Re: [Samba] sort-of fix for net rpc vampire account creation

2003-01-21 Thread Ronan Waide
Continuing the saga: Groups are not migrated by the ldap_nua backend, even if I create a posixGroup entry. After a bit of prodding, I found the latter was because Samba had set up group mappings in group_mapping.tdb, which my manually-created LDAP groups didn't agree with. Removing

[Samba] CVS pserver upgraded on samba.org

2003-01-21 Thread Tim Potter
I've just upgrade the CVS pserver running on samba.org. If anyone sees any problems please let me know via email. Luckily we are running the anonymous CVS pserver in a chroot jail which is updated via rsync from the actual repository so the effects of anyone exploiting the bug would be minimal.

samba 2.2.7a/LDAP backend problem ... bug ?

2003-01-21 Thread gnu_is_not_unix
Hi ! Here is my story: I have working config. with samba 2.2.7a (compiled from sources), openldap-2.0.23-4 (rpms) on rh 7.3 (2.4.20 with ext3 patch), smbldap-tools-0.7-2. (First server is a LDAP server, second - PDC (samba with ldap), third - (samba joined to domain with ldap support switched

Re: smbc_lseek in libsmbclient

2003-01-21 Thread Tuomas Niinimäki
On Mon, 2003-01-20 at 13:41, Tom wrote: The offset is 8 bytes (on my system) when you compiled samba. I guess you did not compile your testcase with -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 to make sure it is 8 bytes on compile time. Please try this and report back. Hmm, seems like this

Samba + ACL and Windows NT

2003-01-21 Thread Bertil Starck
Hi! I have upgraded Samba V2.2.7 as the whitepaper: Samba with ACL support on Linux for S/390 by Michael Weisbach. and Sync Samba and Windows users with winbind by Scott Lowe. Samba is built with these parameters: Mammut/tmp/samba-2.2.7/source/./configure ?with-winbind ?with-acl-support

Re: samba 2.2.7a/LDAP backend problem ... bug ?

2003-01-21 Thread Chaz
[EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi ! Here is my story: I have working config. with samba 2.2.7a (compiled from sources), openldap-2.0.23-4 (rpms) on rh 7.3 (2.4.20 with ext3 patch), smbldap-tools-0.7-2. (First server is a LDAP server, second -

AW: Random problem with file locking

2003-01-21 Thread Hans-Joerg Wolff
every now and then I find in the logfiles the following messages from samba (v2.2.7): [2003/01/05 15:02:35, 0] tdb/tdbutil.c:tdb_log(531) tdb(/var/lock/samba/locks/locking.tdb): tdb_oob len -2320 beyond eof at 8192 [2003/01/05 15:02:35, 0] tdb/tdbutil.c:tdb_log(531)

[PATCH] wildcard usage in automount map

2003-01-21 Thread Andrew Bird (Sphere Systems)
Hi all I have been following samba-technical for a couple of years now. I have seen in the past, intense debate over whether patches should / or not be included. I am quite surprised that my first code patch to the list has been met with indifference. I provoke neither approval nor

RE: Samba + ACL and Windows NT

2003-01-21 Thread P Ranjit Kumar
Can you post your smb.conf. It will help in solving the problem. - Ranjit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bertil Starck Sent: Tuesday, January 21, 2003 5:49 AM To: [EMAIL PROTECTED] Subject: Samba + ACL and Windows NT Hi! I have

Re: Bug in mod_ntlm_winbind with samba 2.2.5

2003-01-21 Thread Andrew Bartlett
On Mon, Jan 20, 2003 at 02:54:15PM +0100, [EMAIL PROTECTED] wrote: I have downloaded mod_ntlm_winbind somwhere from the samba-site. Seems that it is not maintained (any more). Does anyone know of an alternative module for mod_ntlm_winbind that works ? If not, I'd like to maintain this module

Re: [PATCH] wildcard usage in automount map

2003-01-21 Thread Richard Sharpe
On Tue, 21 Jan 2003, Andrew Bird (Sphere Systems) wrote: Hi all I have been following samba-technical for a couple of years now. I have seen in the past, intense debate over whether patches should / or not be included. I am quite surprised that my first code patch to the list has been

samba not using nscd

2003-01-21 Thread Andrew Morgan
I've got samba installed on several different machines in my environment, but samba on the linux machines doesn't seem to use nscd all the time. On my RedHat 7.1 machine running samba 2.2.7, it uses nscd for name lookups initially, then decides to bypass nscd and lookup names directly. I have

Re: [PATCH] wildcard usage in automount map

2003-01-21 Thread Andrew Bird (Sphere Systems)
Richard Thanks for the reply. Here is the patch against cvs head as of today. The original commentry follows Best Regards Andrew Here is a little patch to allow usage of the wildcard entry in the (YP/NIS+) automount map. Basic operation is a follows; In a automounting

ACL support 2.2.7a

2003-01-21 Thread Björn Rodén
I used the following environment: - Samba 2.2.7a - AIX 5.2 - PDC on NT Operations that work: - Change a manually added, with acledit, acl user or group entry from NT - Remove a manually, added, with acledit, acl user or group entry from NT Operations that does not work: - Add acl user or group

Auth question.

2003-01-21 Thread Christopher R. Hertel
I *think* it's a rule that Kerberos authentication is always used with SMB over TCP (port 445) and that Kerberos is *not* used with SMB over NBT (port 139). Am I wrong? Chris -)- -- Samba Team -- http://www.samba.org/ -)- Christopher R. Hertel jCIFS Team --

Re: Auth question.

2003-01-21 Thread Andrew Bartlett
On Tue, Jan 21, 2003 at 09:13:38PM -0600, Christopher R. Hertel wrote: I *think* it's a rule that Kerberos authentication is always used with SMB over TCP (port 445) and that Kerberos is *not* used with SMB over NBT (port 139). Am I wrong? I think you are wrong. As far as I know there is

Re: Auth question.

2003-01-21 Thread Christopher R. Hertel
On Wed, Jan 22, 2003 at 05:30:45AM +, Andrew Bartlett wrote: On Tue, Jan 21, 2003 at 09:13:38PM -0600, Christopher R. Hertel wrote: I *think* it's a rule that Kerberos authentication is always used with SMB over TCP (port 445) and that Kerberos is *not* used with SMB over NBT (port

Samba + ACL and Windows NT

2003-01-21 Thread Bertil Starck
Hello, here is the smb.conf and a few other that I have modified: When we created the join to the NT-domain we did not put the option -r domain_controller as told in the Sync Samba and Windows users with winbind, because I believe that the password server = * will find the domain_controller

Re: [Samba] sort-of fix for net rpc vampire account creation

2003-01-21 Thread Ronan Waide
Continuing the saga: Groups are not migrated by the ldap_nua backend, even if I create a posixGroup entry. After a bit of prodding, I found the latter was because Samba had set up group mappings in group_mapping.tdb, which my manually-created LDAP groups didn't agree with. Removing

CVS pserver upgraded on samba.org

2003-01-21 Thread Tim Potter
I've just upgrade the CVS pserver running on samba.org. If anyone sees any problems please let me know via email. Luckily we are running the anonymous CVS pserver in a chroot jail which is updated via rsync from the actual repository so the effects of anyone exploiting the bug would be minimal.

CVS update: samba/source/libsmb

2003-01-21 Thread jra
Date: Tue Jan 21 13:33:32 2003 Author: jra Update of /data/cvs/samba/source/libsmb In directory dp.samba.org:/tmp/cvs-serv4421/libsmb Modified Files: Tag: SAMBA_3_0 clikrb5.c Log Message: Fixup proto generation to not include krb5 specific symbols if no kerberos selected.

CVS update: samba/source/libsmb

2003-01-21 Thread jra
Date: Tue Jan 21 13:33:36 2003 Author: jra Update of /data/cvs/samba/source/libsmb In directory dp.samba.org:/tmp/cvs-serv4423/libsmb Modified Files: clikrb5.c Log Message: Fixup proto generation to not include krb5 specific symbols if no kerberos selected. Noticed by Metze. Jeremy.

CVS update: samba/source/include

2003-01-21 Thread jra
Date: Tue Jan 21 13:33:36 2003 Author: jra Update of /data/cvs/samba/source/include In directory dp.samba.org:/tmp/cvs-serv4423/include Modified Files: includes.h Log Message: Fixup proto generation to not include krb5 specific symbols if no kerberos selected. Noticed by Metze.

CVS update: samba/source/rpcclient

2003-01-21 Thread jmcd
Date: Tue Jan 21 13:58:16 2003 Author: jmcd Update of /home/cvs/samba/source/rpcclient In directory dp.samba.org:/tmp/cvs-serv7314/rpcclient Modified Files: cmd_spoolss.c rpcclient.c Log Message: Properly display popt errors. Also fix debug to be -d for consistency with other

CVS update: samba/source/utils

2003-01-21 Thread jmcd
Date: Tue Jan 21 13:58:16 2003 Author: jmcd Update of /home/cvs/samba/source/utils In directory dp.samba.org:/tmp/cvs-serv7314/utils Modified Files: net.c Log Message: Properly display popt errors. Also fix debug to be -d for consistency with other progs. Revisions: net.c

Re: CVS update: samba/source/rpcclient

2003-01-21 Thread Jim McDonough
Modified Files: cmd_spoolss.c rpcclient.c Log Message: Properly display popt errors. Also fix debug to be -d for consistency with other progs. This is what happens when you forget to put the filename in... :-( I'll revert these back. Jim McDonough

CVS update: samba/source/rpcclient

2003-01-21 Thread jmcd
Date: Tue Jan 21 14:05:37 2003 Author: jmcd Update of /home/cvs/samba/source/rpcclient In directory dp.samba.org:/tmp/cvs-serv8098/rpcclient Modified Files: cmd_spoolss.c rpcclient.c Log Message: revert accidentally committed changes Revisions: cmd_spoolss.c 1.102 = 1.103

CVS update: samba/source/utils

2003-01-21 Thread jmcd
Date: Tue Jan 21 14:08:33 2003 Author: jmcd Update of /home/cvs/samba/source/utils In directory dp.samba.org:/tmp/cvs-serv8400 Modified Files: Tag: SAMBA_3_0 net.c Log Message: Properly display popt errors. Also fix debug to be -d for consistency with other progs. Revisions:

CVS update: samba/source/libads

2003-01-21 Thread jra
Date: Tue Jan 21 20:43:26 2003 Author: jra Update of /data/cvs/samba/source/libads In directory dp.samba.org:/tmp/cvs-serv14593/libads Modified Files: Tag: SAMBA_3_0 kerberos_verify.c Log Message: Get closer to Heimdal compile... Damn. HEAD has different code in

CVS update: samba/source/libsmb

2003-01-21 Thread jra
Date: Tue Jan 21 20:43:26 2003 Author: jra Update of /data/cvs/samba/source/libsmb In directory dp.samba.org:/tmp/cvs-serv14593/libsmb Modified Files: Tag: SAMBA_3_0 clikrb5.c Log Message: Get closer to Heimdal compile... Damn. HEAD has different code in kerberos_verify...

CVS update: samba/source/lib

2003-01-21 Thread tpot
Date: Wed Jan 22 03:32:51 2003 Author: tpot Update of /data/cvs/samba/source/lib In directory dp.samba.org:/tmp/cvs-serv10132/lib Modified Files: Tag: APPLIANCE_HEAD wins_srv.c Log Message: Port of wins server dead list sharing between smbd processes and winbindd. Since we

CVS update: samba/source/libsmb

2003-01-21 Thread tpot
Date: Wed Jan 22 03:33:43 2003 Author: tpot Update of /data/cvs/samba/source/libsmb In directory dp.samba.org:/tmp/cvs-serv10236/libsmb Modified Files: Tag: APPLIANCE_HEAD namecache.c Log Message: Added back-end routines for killing and restoring WINS server entries. HP CR

CVS update: samba/source

2003-01-21 Thread tpot
Date: Wed Jan 22 03:36:09 2003 Author: tpot Update of /data/cvs/samba/source In directory dp.samba.org:/tmp/cvs-serv10344 Modified Files: Tag: APPLIANCE_HEAD Makefile.in Log Message: Link namecache.o with lots of programs that don't need it. )-: HP CR 1099. Revisions: