similar to: SSHA512 auth not working

Displaying 20 results from an estimated 120 matches similar to: "SSHA512 auth not working"

2005 Dec 17
0
Problem wih SaltedPassword Generator and rails 1.0
I upgraded to rails 1.0 via gems and I''m now having problems with the SaltedPassword generator. I cannot get rake test_units to complete w/o errors. Error I got was "rake aborted compile error c:\ruby...\rails-1.0.0/lib/initializer.rb:180 syntax error :authetication => :login^ " Is there any way to roll back to 0.13? C- -- Posted via http://www.ruby-forum.com/.
2014 Apr 07
1
Regarding SSHA512 Password Scheme
Dear Expert, I am having issue with using SSHA512 Password Schemes with my openldap server. I have used doveadm utility to create password and able to verify the same but trying to login to IMAP is failing tried debug the auth part but no success so far. I am using the latest version of dovecot. Please share your views .. Thanks
2015 Jan 10
0
Moving or "upgrading" from MD5 to SSHA512
On 1/9/2015 4:07 PM, Jyri Hovila [Turvamies.fi] wrote: > Hello, world! > > I have a long-running Dovecot & Postfix installation using PostgreSQL > back-end. > > Until now I've been using MD5 hashing but would like to "upgrade" to > the salted SSHA512. > > Is there a way to configure Dovecot so that it would automatically > detect the type of the hash
2015 Jan 13
0
Moving or "upgrading" from MD5 to SSHA512
Hi! My "no" referred to the fact that I had not read the article before. =D Thanks for linking it - I'm sure it will be very useful. I've been terribly busy during the last couple of days and have therefore not been able to comment much on the list. I'll come back there as soon as things calm down a bit. =) Yours, Jyri -- +358-50-5632104 (24/7) +358-46-8822157 (backup)
2015 Jan 10
5
Moving or "upgrading" from MD5 to SSHA512
Hello, world! I have a long-running Dovecot & Postfix installation using PostgreSQL back-end. Until now I've been using MD5 hashing but would like to "upgrade" to the salted SSHA512. Is there a way to configure Dovecot so that it would automatically detect the type of the hash stored in the database, so that users who have changed their password (and thus being hashed with
2008 Jan 23
3
Slow header fetching rate over nfs mailspool.
We are setting up a Dovecot over a pair of NFS which mirrored with DRBD +Heartbeat, under Debian Etch AMD64 with Kernel 2.6.22-5. The problem was slow header downloading rate. We had tried to use postal to inject 500 emails which are under 5KB each, but when ever we start up Mail.app, Thunderbird or even OE6, the header download rate is terrible slow. Its look like a few sec for just 1
2007 May 30
0
Configuring Asterisk as Gateway SIP-H.323 via ooh323
Hi, I'm trying to configure Asterisk as SIP-H.323 Gateway via ooh323, but I have an error relatively to the GK Confirmation message. >From the log: "H323 RAS channel creation - succesful Sent GRQ message Gatekeeper Confirmed (GCF) message received ERROR:No Gatekeeper ID present in received GKconfirmed message Ignoring message and will retransmit GRQ after timeout Error: Failed to
2004 Jun 22
3
[ANNOUNCE] sch_ooo - Out-of-order packet queue discipline
Hello! I like to announce sch_ooo, a new queue discipline that, attached to a class (or a device, as root) reorder the packets that pass by delaying some. Example: tc qdisc add dev eth0 root ooo limit 100 gap 4 wait 1100 This queue will create a pfifo with limit 100 and will delay every 4th packet with 1100ms. An stream of 6 packets like this: 1 2 3 4 5 6, generated by ping will be reordered
2004 Nov 09
4
[PATCH] [TRY2] Use nfmark as a key in u32 classifier
Hello! This is the try number two. What was changed: - Added selectable choice in Kconfig file (thanks Jamal!) - Don''t abuse tc_u32_sel to not break backward compatibility (thanks Patrick!). Stephen, do you have any comments on iproute2 part? I know it''s not perfect but this is the best way, I think. "u32 match mark vvvv mmmm" it''s intuitive but breaks a
2003 Sep 28
0
Re: LARTC digest, Vol 1 #1385 - 4 msgs
Здравствуйте lartc-request, Sunday, September 28, 2003, 8:45:03 AM, you wrote: lrmdn> Send LARTC mailing list submissions to lrmdn> lartc@mailman.ds9a.nl lrmdn> To subscribe or unsubscribe via the World Wide Web, visit lrmdn> http://mailman.ds9a.nl/mailman/listinfo/lartc lrmdn> or, via email, send a message with subject or body ''help'' to
2004 Nov 05
3
[PATCH] Use nfmark as a key for u32 classifier
Hello! I am glad to announce a patch for u32 to allow matches on nfmark. The patch is non intrusive (few lines). Why I did this? Because fw classifier cannot be used together with u32. For example, now, you cannot match a mark of 0x90 and a destination port of 80. I know you can do it with iptables to do the marking, but if you use Jamal actions to apply mark to policed packets, you need
2005 Jan 12
0
Test version of iproute2
There is an new version of iproute2 for testing. http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.10-ss050112.tar.gz Mostly simple merges, but could have some issues. Jamal did I get everything you sent? [Masahide Nakamura] ipmonitor shows IPv6 prefix list notification update to iproute2 xfrm for ipv6 [Stephen Hemminger] fix compile warnings when building 64bit system
2009 Feb 06
0
gahh! how do you install the query_trace plugin?
Hello- I am trying to install the query_trace plugin here: http://github.com/ntalbott/query_trace/tree/master I can''t figure out how to install it. I''ve tried script/install plugin, I''ve tried svn, I''ve tried downloading the files and placing them in the vendor/plugins directory, nothing seems to work. There''s no install instructions. I appreciate
2007 Sep 10
0
ADS and GDM
Hi Everyone, How can I integrate Samba & GDM when I need to login against WIN2K Active Directory Server ? Thanks, Dino
2008 Mar 12
2
RJS replace_html for all divs with a class
Hi- I want to do a bunch of html_replace ''s for a class of divs, not one single div and I want to replace the content with a partial. I can round them up using page.select, but cannot find something that will easily let me do something like: page.select(div.user).each do |d| d.replace_html render partial => y partial end Any ideas? Thanks, Dino
2008 May 14
1
link_to_remote with embedded image_tag
Hi- I want to generate a link with an image embedded between the <a> and </ a> so when the user clicks on the image the ajax call fires. I can''t find any documentation on how to do this with link_to_remote. Is this possible? I''d like to generate something like: <a href = ...> <img src = .../></a> Thanks, Dino
2011 Aug 18
1
Re: Warhammer Dark Crusade: scroll map with mouse
Man....what a mess. As Tau, I could barely get through the map, gritting my teeth with every mouse click, hoping they'd survive. If the Dino died, I was toast. This was one map I just could not excel as the Tau. But as Space Marines, the mission ended in 15 mins. 2 Land Raiders, 2 Tanks and the "oh crap!" Grey Knights + Terminators + Assault Terminators made the Orcs their personal
2007 Oct 31
1
Dovecot, Mail.app @ Leopard
Hi There, I'm using dovecot-imapd 1.0.rc15-2etch1 under Debain Etch AMD64 platform, recently, once of our user reported that there have "Unknown Namespace" problem with the new mail.app under leopard. So, is there a workaround at dovecot or I need to upgrade to a latest version of dovecot? Regards, Dino.
2015 Jun 18
0
Pigeonhole vacation from alias address
Hi everyone. I've set up my instance not to check recipient address with sieve_vacation_dont_check_recipient=yes to enable users to set up their vacation script without listing addresses (there are to many). Only problem remaining is that when they receive an e-mail sent to their alias, the vacation response comes from their original mail address. Is there a setting or workaround that would
2018 May 18
0
Disconnecting unauthenticated IMAP entities faster?
> On 18 May 2018, at 20.19, David Hubbard <dhubbard at dino.hostasaurus.com> wrote: > > Hello, given the 2015 revision date, I was curious if anyone can confirm https://wiki2.dovecot.org/Timeouts is still accurate where the 'before login' IMAP timeout remains hard coded? > > We're having an issue where blocks of IP's from China and similar locations are