Displaying 12 results from an estimated 12 matches for "vermeer".
2015 Sep 01
2
functional bug in code /clients/nutclient.cpp
...al in code, the coded function does not operate
as intended.
The pointer increment is missing (see added line marked yellow below
[pstr++;]), which results in the same element being updated over and over
again, and then only leaving the last element of the list in the array.
Kind regards, Paul Vermeer.
(also I could not find out how to 'install' the include files properly using
the autogen.sh / .configure and make and make install scripts. - had to copy
them manually as I'm no expert in make scripts)
static strarr stringset_to_strarr(const std::set<std::string>&am...
2015 Sep 03
0
functional bug in code /clients/nutclient.cpp
On Sep 1, 2015, at 4:26 AM, Paul Vermeer <paul at elspaulnz.com> wrote:
>
> Hi nut users, (this is a re-send from the correct account)
>
> With pleasure, I have been using the code provided. Managed to get all working properly, except for the nutclient lib in C.
As you have noticed, nutclient has a few rough edges. T...
2009 Jan 26
1
Samba password problem when in domain
Hi,
In our network, I have set up a samba server in a workgroup. We're now migrating
to a domain, using SBS 2003. When I locally login on XP and access the samba
server, it works just fine. But, when I login on the domain and then try to
access the same samba box, it doesn't accept my password.
The username for my samba account and account on the domain are the same. Also,
the name of
2003 Sep 18
1
[Bug 675] cipher.c error when building against openssl 0.9.5a on Mandrake 7.2
http://bugzilla.mindrot.org/show_bug.cgi?id=675
Summary: cipher.c error when building against openssl 0.9.5a on
Mandrake 7.2
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo:
1999 Oct 23
3
semaphores and Solaris 7 8/99
...: Failed to initialise share modes
I used abd to compare the kernel settings for shminfo and seminfo and they
are indentical between the 2 releases. I also verified the samba install. I
am running smbd and nmbd as a daemon not through inetd. Thanks in advance.
Kevin Van Der Hart
LAN Administrator
Vermeer Mfg Co
kvanderhart@vermeermfg.com
2007 Apr 19
2
Log data on dovecot-auth socket
Hi,
Is there any way I can monitor or log the data that is being
received/sent on the dovecot-auth socket? I'm trying to debug some
authentication stuff, and monitoring the conversation would be very
useful.
Thanks!
Koen
2006 Oct 17
1
Dovecot-compatible web-based sieve configurator
Hi,
I've set up dovecot with postfix and I'm using the dovecot LDA. It seems
that sieve works, but I'm not that good at writing sieve scripts and I'd
like to install something more user-friendly anyway. So: Does anyone
know of a web-based sieve configurator that works with the dovecot
implementation? I haven't been able to find one yet...
Koen
1999 May 26
0
Question about smbsh / smbfs / smbmount
...ion is
(smbsh, smbfs or smbmount) ?
We have now a workaround using SMBCLIENT.
The disadvantage of this is that it isn't a permanent situation
such as a filesystem. Also somewhere you must hardcode the NT
Username and Password. Just to remind you we are running on AIX
4.2.
Greetings,
Raymond Vermeer
Mn Services
The Netherlands
email rve@mn-services.nl
2008 Jan 18
1
Static list of users with passdb pam
Hi,
On my system, I want to provide imap access for some of the users listed
in /etc/passwd. The list of users should be provided by me, and should
just be a list in a text file. All the userdb options are static (uid,
gid, home directory). Unfortunately, I cannot think of a way to
configure Dovecot to do this. The closest I get is with:
passdb pam {}
userdb passwd-file {
args =
1999 Jun 04
9
"because you dance to disco and you don't like rock" [Win2000 vs Samba/Linux]
Hey,
so i finally got it working thanks to your list (found the right
place for EnablePlainTextPassword here, the existing 3-4 matches
in the default registry don't seem to do a thing).
It was all brilliant. I got connected to all my 4 samba servers.
I was happy... 'til the next boot (you know, during installation
of system, boots happen).
Now it connects to 3 sambas (1 on FreeBSD, 1 on
1999 Oct 25
0
SAMBA digest 2283
...Australia
> **********************************************************************
>
>
>
> ------------------------------
>
> Date: Sun, 24 Oct 1999 22:26:29 -0400 (EDT)
> From: Todd Pfaff <pfaff@edge.cis.mcmaster.ca>
> To: Kevin Van Der Hart <kvanderhart@vermeermfg.com>
> Subject: Re: semaphores and Solaris 7 8/99
> Message-ID: <Pine.GSO.4.10.9910242209360.5187-100000@edge.cis.mcmaster.ca>
> MIME-Version: 1.0
> Content-Type: TEXT/PLAIN; charset=US-ASCII
>
> jeremy allison posted a patch to deal with this issue back in july. have...
2007 Apr 19
0
Master auth: what is 'client-id'?
Hi,
I am trying to get some useful data from the master auth socket. On the
wiki, I found that I need to do:
M: "REQUEST" TAB <id> TAB <client-pid> TAB <client-id>
M: "USER" TAB <id> TAB <userid> TAB service=<service> [TAB <parameters>]
However, what should I specify for <client-id>? I cannot find a
definition on the Wiki.