similar to: can't get md5 stored passwords to work

Displaying 20 results from an estimated 1000 matches similar to: "can't get md5 stored passwords to work"

2005 Sep 05
2
Problem in dovecot 0.99 - login username case sensitive create fake maildirs
Hello, I have noticed a weird behaviour in dovecot 0.99 which, I hope, is not replicated in 1.0-alpha. First I have to say that it works very well. So if I login with user foo at bar.com, the maildir is created. But when I log in with User FOO at BAR.COM, or FOO at BAR.com, then two other maildirs are created. Authentication is ok (I'm using mysql backend) but no mails are obviously
2010 Aug 23
2
Engle Granger Test in R
Hi, Please tell me the R codes for Engle Granger Test of cointegration. TIA Aditya
2009 Jun 30
43
Workstations and Certs
I am trying to come up with a workable solution in managing numerous Mac workstations allowing a high degree of flexibility with regards to certs. My puppet environment is setup to application installation on machines that have been ''imaged'' with a base OS and the puppet and facter apps. So, when a Mac is ''imaged'' and subsequently re-booted, puppet is run at
2003 Jun 10
1
Regression output labels
Hello to all- 1. When I run a regression which implements the augmented Dickey-Fuller test, I am confused about the names given to the regressors in the output. I understand what "xGE" stands for in a standard "lm" test involving an independent variable GE for instance, but if I lags and or differences are included in the model, what do the following "output" stand
2005 Feb 22
1
Having problems with quantreg
Hi All, I'm still having significantly difficulty getting the quantreg library running in R. I'm running R on MEPIS using the debs created by Dirk Eddelbuettel and placed in apt testing. When I try to install quantreg using the install.packages() function it fails with: /usr/bin/ld: cannot find -lblas-3 Dirk was nice enough to send me a .deb for quantreg which installs without
2005 May 31
2
SSHA with LDAP?
Poking around in the code for dovecot-stable seems to indicate that support has been added for the {SSHA} password scheme. This is not reflected in dovecot-ldap.conf. Is the SSHA code actually functional? Thanks! -Ben
2007 Jun 15
3
Virtual IP Integration
Has there been any discussion here about the idea integrating a virtual IP into ZFS. It makes sense to me because of the integration of NFS and iSCSI with the sharenfs and shareiscsi properties. Since these are both dependent on an IP it would be pretty cool if there was also a virtual IP that would automatically move with the pool. Maybe something like "zfs set ip.nge0=x.x.x.x mypool"
2005 Feb 19
3
Problems installing quantreg
Hi All, I'm trying to install the quantreg library on my MEPIS box (debian-based linux). When I try >install.packages("quantreg") it fails to loads and errors with: /usr/bin/ld: cannot find -lblas-3. I tried installing a ton of packages to fix the missing part but the only thing I manage to do it cause problems with another shared library and had to re-install a couple of
2005 Feb 19
3
Problems installing quantreg
Hi All, I'm trying to install the quantreg library on my MEPIS box (debian-based linux). When I try >install.packages("quantreg") it fails to loads and errors with: /usr/bin/ld: cannot find -lblas-3. I tried installing a ton of packages to fix the missing part but the only thing I manage to do it cause problems with another shared library and had to re-install a couple of
2006 Sep 20
1
Limiting number of IMAP connections per user
Hi, Is there a way of limiting the number of IMAP connections (i.e. processes) per user? Despite asking users to set their email client settings to limit themselves to 2 connections, some still have this set to 10 or more. Cheers -- Simon L Jackson Carringbush.Net +- Carringbush.Net Hosting * Development * Advice Web: www.carringbush.net <http://www.carringbush.net/> Email:
2005 Mar 30
3
[ #14832]: Capital letters in POP3 logins
????????????, ??? ????????????? ????????? ?????????, ??????? ?? ???????? ?? ????. ???? ??????, ???????????? ?? support at majordomo.ru ? ????? "Capital letters in POP3 logins", ???????? ???????? ???????? ???????-?????????? Majordomo.ru. ??? ??????? ? ????????? ?????. ?????? ?????? ???????? ????? 14832 , ???? ? ?????????? ?? ?????? ??????????? ? ???? ?? ??????? ???????,
2005 May 31
1
dovecot.conf %d problem
Hello, I have got a problem ir dovecod.conf. I would like to use %d in default_mail_env = maildir:/var/mail/vhosts/%d/%u/Maildir but %d seems to be empty. I need it for Postfix virtual domains. If I use default_mail_env = maildir:/var/mail/vhosts/DOMAIN.ORG/%u/Maildir mail folders could be accessed. I wonder, where Postfix virtual domains need to be passed to Dovecot? more config info:
2004 Dec 22
2
bug in 99.13-rc2 in ldap md5 patch
hi, it takes me another hour do debug it again, although i already report it for both joshua and timo. the original patch for openldap's md5 crypt has a small bug. in passdb-ldap.c the schema is already PLAIN-MD5 since that was set in the other part of the original patch in password-scheme.c. do anybody use dovecot with ldap and md5 password? i don't think so:-( this patch would be
2005 May 31
2
Maildir
I've spent most of the morning looking through the archives. Great information, however, I'm still unable to get my issues figured out. I believe I am missing something quite simple. From what I have read, I want to use maildir, mainly because it will allow the use of subfolders for my clients. My clients are running Mail.app (mostly) on 10.3 clients. I'm planning on using imap
2001 Feb 15
1
cointegrating regression
Hi all, Can I run a cointegrating regression, for example delta Xt=a1(Yt-1-cXt-1)+E1t and delta Yt=-b1(Yt-1-cXt-1)+E2t with R were Xt and Yt are non stationary time series at t a,b,c are parameters and E1t and E2t are error terms at t. Yt-Xt is stationary Any suggestions are welcome. Best regards, /fb -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing
2003 Sep 25
1
Time Series DGPs
I was wondering if anyone had some sample time series dgp code. I am particularly interested in examples of autoregressive processes and error correction model DGPs. I have attached a more specific example of what I mean. I have tried myself but would hoping someone had some more elegant code that would help me extend my own code. Thanks Luke Keele UNC-Chapel Hill Nuffield College, Oxford
2003 Nov 27
2
would like to know how to simulated a GARCH(1,2)
Follow the example in tseries, we can simulated a GARCH(0,2), n <- 1100 a <- c(0.1, 0.5, 0.2) # ARCH(2) coefficients e <- rnorm(n) x <- double(n) x[1:2] <- rnorm(2, sd = sqrt(a[1]/(1.0-a[2]-a[3]))) for(i in 3:n) # Generate ARCH(2) process { x[i] <- e[i]*sqrt(a[1]+a[2]*x[i-1]^2+a[3]*x[i-2]^2) } x <- ts(x[101:1100]) and x is a GARCH(0,2). But, I would like to know how
2002 Apr 15
2
Newbie problem with ox package
HI, I need urgently garch and egarch models. After looking through the R mail archives I found http://www.egss.ulg.ac.be/garch/default.htm which is an Ox package. After downloading and installing it in R (Version 1.4.1 through the windows dialog "Packages") I received the following warning: install.packages("D:/benjamin/bartels/R/packages/garch22/garch_v22.zip",
2007 Jul 12
9
Again ZFS with expanding LUNs!
Hello, I know, that you had this discussion a view days ago but I''m in the installation phase of our new production servers and I intend to migrate the data from UFS volumes to ZFS volumes in near future. For doing this it must be ABSOLUTELY sure that I can resize the SAN LUNs because during the last 4 years I had to double the LUN size every year. I tried to resize a test volume
2005 Feb 28
1
fd_send broken pipe
Hi, I'm trying to move from UW-IMAP to Dovecot. This is on a RedHat 7.3 system and I'm using the Dovecot RPM from Dag Weirs site. dovecot-0.99.13-1.0.rh7.rf.i386.rpm http://rpmfind.net/linux/RPM/dag/redhat/7.3/i386/dovecot-0.99.13-1.0.rh7.rf.i386.html When I start up Dovecot, I get the following: dovecot: Dovecot starting up Feb 28 01:41:54 yelofsrv dovecot: Auth process died too early