Displaying 20 results from an estimated 1000 matches similar to: "SASL build error on solaris 8"
2008 Mar 13
0
strange behaviour of "check password script"
Hi list,
samba version: 3.0.23d-4 on debian etch.
To enforce complex passwords I've added the line:
check password script = /usr/local/scripts/checkpw
Where checkpw is a script returning 0 if ok, and returning an error if not
ok.
The restrictions the script checks are:
at least one uppercase, at least one lowercase, at least one number, at
least one non-alphanum character and at least 8
2011 May 30
3
[Bug 1910] New: checkpw returns true when it shouldn't
https://bugzilla.mindrot.org/show_bug.cgi?id=1910
Summary: checkpw returns true when it shouldn't
Product: jBCrypt
Version: unspecified
Platform: amd64
OS/Version: Other
Status: NEW
Severity: security
Priority: P2
Component: Default
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
Windows authentication extends far beyond the CIFS protocol the Samba
implements, but it only very recently that work has been done to catch
up to Microsoft's extensions in this area. This has caused many
administrators pain and toil that their MS counterparts simply don't
have. For them, authentication 'just works', with single-sign-on and
the lot.
I have worked, for over a
2007 Sep 04
0
CESA-2007:0878 Moderate CentOS 3 x86_64 cyrus-sasl - security update
CentOS Errata and Security Advisory CESA-2007:0878
cyrus-sasl security update for CentOS 3 x86_64:
https://rhn.redhat.com/errata/RHSA-2007-0878.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
x86_64:
updates/x86_64/RPMS/cyrus-sasl-2.1.15-15.i386.rpm
updates/x86_64/RPMS/cyrus-sasl-2.1.15-15.x86_64.rpm
2002 May 14
2
R CMD check
I am unclear on whether to run R CMD check pgkname as user or as root on Linux. When running as user, after all the latex, html, and man files are created, I get the following error message:
Rdconv(): Couldn't open '': Permission denied
Has anyone dealt with that message?
When I run R CMD check a second time, all latex, html, etc. are recreated which takes quite a while. Is there
2003 Apr 01
1
nmblookup comand
Dear Ladies and Gentlemens,
i have a problem, the nmblookup command have an error, but the smbclient
command have no error.
See example.
Can you please help me.
rzs12:/opt/samba/bin># ./nmblookup -d 10 pc8686
Initialising global parameters
params.c:pm_process() - Processing configuration file
"/opt/samba/lib/smb.conf"
Processing section "[global]"
doing parameter workgroup
2007 Sep 04
1
CESA-2007:0878 Moderate CentOS 3 ia64 cyrus-sasl - security update
CentOS Errata and Security Advisory 2007:0878
https://rhn.redhat.com/errata/RHSA-2007-0878.html The following
updated files have been uploaded and are currently syncing to the
mirrors:
ia64:
updates/ia64/RPMS/cyrus-sasl-2.1.15-15.ia64.rpm
updates/ia64/RPMS/cyrus-sasl-devel-2.1.15-15.ia64.rpm
updates/ia64/RPMS/cyrus-sasl-gssapi-2.1.15-15.ia64.rpm
2007 Sep 04
0
CESA-2007:0878 Moderate CentOS 3 i386 cyrus-sasl - security update
CentOS Errata and Security Advisory CESA-2007:0878
cyrus-sasl security update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHSA-2007-0878.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
i386:
updates/i386/RPMS/cyrus-sasl-2.1.15-15.i386.rpm
updates/i386/RPMS/cyrus-sasl-devel-2.1.15-15.i386.rpm
updates/i386/RPMS/cyrus-sasl-gssapi-2.1.15-15.i386.rpm
2003 Aug 02
1
Problems with installing cyrus-sasl-2.1.15
Hi everyone in freebsd-stable,
There is what i have
FreeBSD 4.6.1-RC2 (works ok, so i nothing changed since ...)
Recently i've done cvsup all ports to STABLE and then
cd /usr/ports/security/cyrus-sasl2
make -DWITHOUT_OTP -DWITHOUT_CRAM -DWITHOUT_DIGEST -DWITHOUT_NTLM
make install clean
==> Installing for cyrus-sasl-2.1.15
==> cyrus-sasl-2.1.15 depends on shared library: crypto.3 -
2009 Nov 19
1
my mail is refusing messages
Hi there,
I trying to send e-mail using this:
mail -s "maillog" ngonzaga at yahoo.com < /var/log/maillog
but sendmail refused and I don't know why, see my maillog:
Nov 19 14:31:33 servertdoc sendmail[11258]: nAJGVXXi011258: from=root, size=353085, class=0, nrcpts=1, msgid=<200911191631.nAJGVXXi011258 at servertdoc.toshiba.fmg>, relay=root at localhost
Nov 19 14:31:33
2005 Mar 22
5
Convert timeseries to transition matrix
Hi All,
Does someone have an idea of how to cleverly convert a categorical
timeseries into a transition matrix?
Ie, I have something like:
x<- c(1,1,2,1,1,2,2,2,1,2),
And I want a matrix with counts and/or probabilities:
> tr <- matrix(c(2,3,2,2),2,2)
> tr
[,1] [,2]
[1,] 2 2
[2,] 3 2
Meaning that there are two transitions from 1 to 1, two from 1 to 2, three
from 2 to 1
2013 Feb 25
1
Dovecot SASL: SCRAM-SHA-1 Authentication Fails
Dear all,
I use Dovecot SASL (2.1.15) on Ubuntu 12.04 for IMAP authentication and
Postfix SASL authentication. I tried to setup SCRAM-SHA-1 as SASL
mechanism. This works well on Dovecot's client side towards my OpenLDAP
server (with libsasl-2), but fails on the server side (IMAP and SMTP).
In the following, there's an extract from Dovecot's log, when using mutt
as SMTP client:
2004 Jul 26
0
choosing constraints for function optim method="L-BFGS-B" whenthey are in terms of other parameter values
Hi Tom,
I am not entirely sure what the problem, you haven't been very specific.
If you want general linear constraints on your parameters, ie linear combinations of
parameters summing to some value, constrOptim may be of help.
hth, ingmar
Ingmar Visser
Developmental Processes Research Group
Department of Psychology
University of Amsterdam
http://users.fmg.uva.nl/ivisser/
-----Original
2011 Aug 10
1
Problems using Origin
Hi :)
I am using Wine for the first time as i need Origin at the university.
I still have some difficulties.
1. Origin always puts some Data into my home folder. How can i tell it to put them somewhere else?
2. I can't drag data into Origin or from Origin into other programs.
Do you have any idea how to change this or how to get my data into the program?
Sorry for my noob questions, i
2005 Apr 28
1
help files and vignettes
Hi all,
I'm writing a vignette for my package, and I would like to include some of
the package help files in there as well. Is there an easy way of doing so?
I tried using R CMD Rdconv to generate latex files from .Rd files but I am
not sure how to include these into a .Rnw file (ie the vignette source). The
resulting file from Rdconv do not readily compile using latex ...
The other option I
2005 May 03
1
Rd.sty error
I had written a vignette and included a
\usepackage{Rd} command to make it possible to include
latex'ed Rd files in the vignette. However, when loading
Rd.sty texShop produces the following error:
l. 180 ...d}[1]{\ifmmode\bm{#1}\else\textbf{#1}\fi}
This is on Max OS X 3.9 and R 2.0.1
Has anyone seen this before and/or is it problematic? I'm not sure whether
the output suffers from this
2005 May 22
3
constraints
Is there a package in R that handles general linear (in-)equality + box
constrained optimization?
If it is not there, could anyone advise me which way to go?
And/or point me to packages that solve these problems partially?
best, ingmar
--
Ingmar Visser
Department of Psychology, University of Amsterdam
Roetersstraat 15, 1018 WB Amsterdam
The Netherlands
http://users.fmg.uva.nl/ivisser/
tel:
2003 Sep 11
0
Cyrus SASL 2 fixes for MySQL
Hi all,
I have been trying to get SMTP AUTH working in a hosting setup which I manage.
Tonight I succeeded. In the course of so doing I've come up with a few
patches which seem to work well for me.
Please see: http://people.freebsd.org/~bms/cyrus-sasl-improvements.diff
The features are: improved debugging messages, optional use of an SSL
transport, and the ability to use MD5 hashes with
2001 Dec 12
1
MacOS X Server samba diffs
The source for the samba components in MacOS X Server is located at:
http://www.opensource.apple.com/tools/cvs ('samba' module)
The latest vendor branch is samba2.2.1a. The main branch
includes the following modifications (see diffs below)..
1) DirectoryService suport (encrypted authentication)
2) CFString usage (DOS code page <-> decomposed UTF8)
3) smbstatus -r (raw dump of user
2009 Sep 10
1
need -lresolv on MacOSX 10.6
Hi,
When building OpenSSH 5.2p1 on MacOSX 10.6.0, I get the following ld error
gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o
sshconnect1.o sshconnect2.o mux.o -L. -Lopenbsd-compat/
-fstack-protector-all -lssh -lopenbsd-compat -lcrypto -lz
Undefined symbols:
"_res_9_query", referenced from:
_getrrsetbyname in libopenbsd-compat.a(getrrsetbyname.o)