search for: pareilly

Displaying 5 results from an estimated 5 matches for "pareilly".

2003 Apr 17
3
version scanner?
Is there an easy way/utility to determine the version of samba a particular linux server is running? Paul
2003 Dec 01
0
No subject
...;ve tried disabling all protocols in Win2k except TCP/IP but still no improvement. Please please help! :-) Ben Kennish ben@fubra.com www.fubra.com -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba Return-Path: <pareilly@tcd.ie> Delivered-To: samba@lists.samba.org Received: from tcdalpha.tcd.ie (tcdalpha.tcd.ie [134.226.1.159]) by lists.samba.org (Postfix) with ESMTP id F014C4AEB for <samba@lists.samba.org>; Mon, 10 Sep 2001 01:47:33 -0700 (PDT) Received: from web2.tcd.ie (web2.tcd.ie [134.226.1.115])...
2004 Jul 02
3
index file regeneration?
Quick question: How does dovecot keep the message headers index file updated? Eg: if my MDA delivers an extra 10 messages while I'm logged in. How does the message index get updated? At what points is it regenerated? Thanks, Paul
2008 Apr 09
1
3.0.2 get_xattr_names on sockets?
Hello, I've compiled a fresh copy of rsync 3.0.2 (version info below) on MacOSX Leopard Server 10.5.1 and am doing an rsync of the whole system like this: /bin/rsync302 -axX / /Volumes/appserv02/2008-14/ --exclude=/Network --exclude=/net --exclude=/home It works OK, but returns with a failure error code, and the following errors relating to files with sockets. rsync: get_xattr_names:
2003 Mar 15
2
smblib/auth
I need to do an smb auth in an application I'm writing. I've looked at the source in smblib/*.c but I'm unsure which library and which function call I should link against. I'm looking for something like this $result = smb_auth($user,$pass,$pdc); so that I can check if a user/pass combination is a valid username/password on the windows network. What library, and what function