search for: ericb

Displaying 16 results from an estimated 16 matches for "ericb".

Did you mean: eric
2010 Mar 17
2
DotNet app says that I am "missing information"
I am attempting to install a piece of software called Point from Calyx Sofware. The software requires both Internet Explorer and DotNet2.0 which I have already installed (thanks to winetricks!). When I reach the screen which prompts me for the User's name, organization and software key, I enter the data, press "Next" and it gives me an error message saying "You are missing
2018 Oct 04
3
vpopmail
...password = NULL; *result_r = password != NULL ? PASSDB_RESULT_OK : PASSDB_RESULT_SCHEME_NOT_AVAILABLE; } </snippet> Looking for an option to make dovecot use hashed password instead of clear text. Hope this makes sense. -EricB We seem to have lost quoting.. First - Why aren't you just deleting all the clear text passwords? Second, for many domanis, my password query for your purposes should just be: SELECT CONCAT(pw_name, '@', pw_domain) AS user, pw_passwd AS password, pw_dir as userdb_home, 89 as u...
2003 Aug 26
2
Recover from PDC Crash
Hello: I would like to use samba as our PDC (currently we are peer to peer) where I work but have one huge misgiving. What happens if the server crashes? I was so curious about this that I used a trial samba PDC with my work computer (XP) for a few weeks and then, simulating a total HD failure, I reinstalled samba on another HD and to my horror lost my entire user profile. bookmarks, emails, my
2018 Oct 04
2
vpopmail
Quoting Aki Tuomi <aki.tuomi at open-xchange.com>: > On 03.10.2018 23:30, Eric Broch wrote: >> Hello list, >> >> I run Dovecot with the vpopmail driver and have found that it >> authenticates against the clear text password in the vpopmail >> database. Is there a configuration option either at compile time, link >> time, or a setting in one of the
2018 Oct 04
2
vpopmail
...T_OK : >> PASSDB_RESULT_SCHEME_NOT_AVAILABLE; >> } >> </snippet> >> >> >> Looking for an option to make dovecot use hashed password instead >> of clear text. >> >> Hope this makes sense. >> >> -EricB >> >> We seem to have lost quoting.. >> First - Why aren't you just deleting all the clear text passwords? >> >> Second, for many domanis, my password query for your purposes >> should just be: >> SELECT CONCAT(pw_name, '@', pw_domain) AS user...
2019 Aug 28
0
Re: [Qemu-devel] [PATCH 0/5] Add NBD fast zero support to qemu client and server
...ww.redhat.com/archives/libguestfs/2019-August/msg00322.html >> >> Based-on: https://lists.gnu.org/archive/html/qemu-devel/2019-08/msg04805.html >> [Andrey Shinkevich block: workaround for unaligned byte range in fallocate()] > > I assume, I can look at git://repo.or.cz/qemu/ericb.git fast-zero branch? Yes, I posted a fast-zero branch for all four projects that I touched (with the obvious similar URLs). They might have non-fast-forward changes as I rebase things (for example, the nbdkit stuff needs to s/1.13.9/1.15.0/ in docs about which version introduced things), but shou...
2015 Apr 02
1
EL6 EE package dependencies
On Thu, Apr 02, 2015 at 02:53:26PM -0600, Eric Broch wrote: > On 4/2/2015 1:22 PM, Will Yardley wrote: > > I've been trying to upgrade Dovecot-ee package (on EL6/x86_64) from > > 2.2.15.8-1 to 2.2.16.2-1. It's complaining on these two dependencies: > > > > liblz4.so.1 > > libtextcat.so.0 > > > > These would both seem to be related to plugins,
2015 May 17
1
fs_api_module_register
Marcus, Thanks for the spec file. I'm fairly new to creating RPM's and I just found out that the issue is taking place during the 'make check' portion of the spec file. I'm not sure what 'make check' does after having googled it, although, I think it checks for run-time errors. Any hints? Eric On 5/16/2015 12:52 PM, Marcus Rueckert wrote: > On 2015-05-16 11:52:55
2018 Oct 04
0
vpopmail
...password = NULL; *result_r = password != NULL ? PASSDB_RESULT_OK : PASSDB_RESULT_SCHEME_NOT_AVAILABLE; } </snippet> Looking for an option to make dovecot use hashed password instead of clear text. Hope this makes sense. -EricB -- Eric Broch White Horse Technical Consulting (WHTC) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20181004/925d88cb/attachment.html>
2005 Mar 07
2
DTMF to Email
I need some suggestions (not necessarily using Asterisk?) on how to accomplish the following in the easiest way possible. I would like to have a ~3 prompt VM system, that would ask for some numbers from a caller (case number, id and another id). It would then take their DTMF presses and format an email to a predetermined address (i.e. the email always goes to the same place). I don't really
2018 Oct 04
0
vpopmail
...*result_r = password != NULL ? PASSDB_RESULT_OK : > PASSDB_RESULT_SCHEME_NOT_AVAILABLE; > } > </snippet> > > > Looking for an option to make dovecot use hashed password instead of clear text. > > Hope this makes sense. > > -EricB > > We seem to have lost quoting.. > First - Why aren't you just deleting all the clear text passwords? > > Second, for many domanis, my password query for your purposes should just be: > SELECT CONCAT(pw_name, '@', pw_domain) AS user, pw_passwd AS password, pw_dir as...
2018 Oct 04
0
vpopmail
...? ? ? ? ? ? ?PASSDB_RESULT_SCHEME_NOT_AVAILABLE; >>> ? ? ? ?} >>> </snippet> >>> >>> Looking for an option to make dovecot use hashed password instead >>> of clear text. >>> >>> Hope this makes sense. >>> >>> -EricB >>> >>> We seem to have lost quoting.. >>> First - Why aren't you just deleting all the clear text passwords? >>> >>> Second, for many domanis, my password query for your purposes >>> should just be: >>> SELECT CONCAT(pw_name, ...
2006 Aug 29
40
Red Hat release info
Hi all, I''m looking at changing the operatingsystemrelease fact for Red Hat. Linux currently just uses the kernel release as the operating system release, but I''ve got a client who wants the release to have both the specific distro (e.g., AS or EL) and the release (e.g., 3 or 4). Will this particularly annoy anyone? Anyone want to help make the release string work on
2019 Aug 23
22
cross-project patches: Add NBD Fast Zero support
...g - qemu: Implement the flag for both clients and server - libnbd: Implement the flag for clients - nbdkit: Implement the flag for servers, including the nbd passthrough client If you want to test the patches together, I've pushed a 'fast-zero' branch to each of: https://repo.or.cz/nbd/ericb.git/shortlog/refs/heads/fast-zero https://repo.or.cz/qemu/ericb.git/shortlog/refs/heads/fast-zero https://repo.or.cz/libnbd/ericb.git/shortlog/refs/heads/fast-zero https://repo.or.cz/nbdkit/ericb.git/shortlog/refs/heads/fast-zero I've run several tests to demonstrate why this is useful, as we...
2020 Feb 10
17
Cross-project NBD extension proposal: NBD_INFO_INIT_STATE
...hatever a server supplies with sane fallbacks when the server lacks either extension. Conversely, block-status tracks live changes to the image, while this bit is only valid at connection time. My repo for each of the four projects contains a tag 'nbd-init-v1': https://repo.or.cz/nbd/ericb.git/shortlog/refs/tags/nbd-init-v1 https://repo.or.cz/qemu/ericb.git/shortlog/refs/tags/nbd-init-v1 https://repo.or.cz/libnbd/ericb.git/shortlog/refs/tags/nbd-init-v1 https://repo.or.cz/nbdkit/ericb.git/shortlog/refs/tags/nbd-init-v1 For doing interoperability testing, I find it handy to use...
2019 May 30
5
[nbdkit PATCH 0/4] Play with libnbd for nbdkit-add
...gin to be the symmetric solution for connecting a new server that requires encryption to an old client that can't speak it. (Although it's late enough at night that I have not actually yet added the tests to 'make check' to exercise it.) Also available at https://repo.or.cz/nbdkit/ericb.git under tag use-libnbd-v1 Eric Blake (4): nbd: Check for libnbd nbd: s/nbd_/nbdplug_/ nbd: Use libnbd 0.1 nbd: Add TLS client support plugins/nbd/nbdkit-nbd-plugin.pod | 77 +- configure.ac | 20 + plugins/nbd/nbd-standalone.c | 1364 ++++++++++++++++++++++...