search for: samba&r

Displaying 13 results from an estimated 13 matches for "samba&r".

Did you mean: samba&m
2001 Nov 08
0
Samba 2.2, locking, databases
...ch the same way as most clipper based applications. Did you ever resolve the issue? I just posted to the newsgroup but did not hear back yet. I pormise to post a summary should an answer show up. I'm running 2.2.1a and will soon move to 2.2.2 to avoid oplock problem. Thank You *List: samba <http://marc.theaimsgroup.com/?l=samba&r=1&w=2> Subject: Samba 2.2, locking, databases From: Tomas Potok <potok@kopernik.cc.fmph.uniba.sk> <http://marc.theaimsgroup.com/?a=99832157400001&w=2&r=1> Date: 2001-08-20 15:11:44 <http://marc.theaimsgroup.com/?...
2006 Mar 24
3
Searching old posts
Hi all, Is it possible to search old posts in this list for some keywords? Zoran
2007 Sep 19
0
samba - ad domain trust windows 2003 native mode
Hello Is it possible to establish an interdomain trust between samba 3.0.25c and Windows 2003 Active Directory in Windows 2003 native mode? According to the howto Chapter 18, last phrase it is not: "It works with Samba-3 and NT4 domains, and also with Samba-3 and Windows 200x ADS in mixed mode ". But Volcker Lendecke replied on a mail in the samba mail...
2003 Jan 24
1
Strange behaviour with M$ WORD 97 under Win 2K
Hi all, I searched thru excellent http://marc.theaimsgroup.com/?l=samba&r=1&w=2 (samba ML archive...) answer to my questions. I asked Google too. Both doesnt know about my problem. That's why I finaly decided to polute samba ML :-( Here's the environment: a Linux Box under Debian Woody (stable, nothing compiled by hand EXCEPT KERNEL (aacraid issue....
2002 Feb 13
2
List Archives?
Is this list archived anywhere in an easily searchable format? I'd like to check the archives before asking a question that's already been answered... tia, Christian ---------------------------------------------- Christian Cryder [christianc@atmreports.com] Internet Architect, ATMReports.com Barracuda - http://barracuda.enhydra.org ----------------------------------------------
2002 Feb 26
2
Refresh Script...
Not to many days ago, somebody posted a "refresh" script that I believe allowed you to refresh samba without dropping currently connected users. If this is correct, could someone repost please? I seem to have misplaced my copy and now need it fairly bad. Thanks, Wade Winright "Build a better mantrap, and the rats will beat a path to your door..." -Neil Fallon -------------- next par...
2002 Mar 15
0
Failed to initialize locking database
Hi Lew, You might get this message if it's a fresh install of samba and there has never been a connection to samba - can't remember for sure. As to your question about error messages, well, you can grep the source (the only -TRUE- -FOR SURE- correct documentation) - but then you've gotta interpret the code around the error message. The other place that is u...
2002 May 29
1
Unable to configure 2.2.4 on HPUX 10.20 (locking not available)
While running configure on samba2.2.4 source on an HP-UX 10.20 OS, I get the following: checking configure summary... ERROR: No locking available. Running Samba would be unsafe configure: error: summary failure. Aborting config What exactly does "No locking available" mean, and is there a workaround? I'm currently...
2003 Apr 11
1
Searchable archieves??
Hello all Being new on this list I would like to search the archieves before posting, but unfortunately I cannot find out how to perform such a search. So it looks as if I'll have to ask for help before searching the archieves anyway. How does one search for keywords in the archieve? Best regards, Morten
2005 Mar 02
2
OT searchable samba archive
Can anyone point me to a search interface for this lists archive. I couldn't find reference on the lists.samba.org site. Thanks, r.b. Robert W. Burgholzer Online Workout Editor - http://soulswimmer.dynalias.net:8080/swim/workoutlog/ rburghol at veetee dot edu
2006 Sep 06
1
Searchable Archives?
I'm going to post a question to the group that I'm sure has been answered before, but all the googling in the world isn't helping me. Is there a searchable archive of this mailing list somewhere?
2003 Apr 11
2
2.2.8a install on HPUX 11i
Dear Sir/Madam, I am most keen on installing the latest version of Samba on our HP rp5430 running hpux 11i Step 1, ./configure, fails with checking whether to support disk-quotas... no checking whether to support utmp accounting... no checking whether to support Microsoft Dfs... no checking whether to build the libsmbclient shared library... no checking how to get fi...
2006 Jan 12
9
winbind without localuser account
...ot working for me > > can someone show me an example of a pam module that requires only a > Active directory password.(i'm working with /etc/pam.d/dovecot) > > i can use my AD password as long as i have a local account, but i > don't want to have a local account. For samba on debian this works: auth sufficient pam_winbind.so auth required pam_unix.so nullok account sufficient pam_winbind.so account required pam_unix.so session required pam_unix.so password required pam_unix.so...