similar to: Question regarding 'dovecot-auth'

Displaying 20 results from an estimated 3000 matches similar to: "Question regarding 'dovecot-auth'"

2006 Feb 09
1
trouble compiling today's CVS in Solaris 9
I've recently been able to compile the CVS code in Solaris 9, but I'm now getting a few errors. First, I receive this error during the autogen process: src/plugins/Makefile.am:5: required directory src/plugins/convert does not exist configure.in:1717: required file `src/plugins/convert/Makefile.in' not found I can workaround that by removing the reference to
2006 Feb 08
6
1.0beta3 released
Since there have been so many requests, I guess it's time for beta3 now. There are a couple of issues that I'm still concerned about, but those probably happen with beta2 as well. If you're beginning to see more connection hangs/timeouts with this release, please tell me. * Dotlock code changed to timeout faster in some situations when the lock file is old. + Added support for
2006 Feb 26
0
minor compilation bug in Dovecot 1.0 beta3
There's a minor compilation bug in dovecot 1.0 beta3 -- if there are no sql_drivers, then the generated Makefile in src/lib-sql exits improperly. A simple patch is appended below. Regards, John -- John DiMarco <jdd at cs.toronto.edu> Office: SF3302B IT Director Phone: 416-978-5300 Department of Computer Science,
2019 Jul 03
3
Install of CentOS 7.6 On Dell PowerEdge R830 Hangs
All, Seems like the latest CentOS 7.6 and I are not playing well together, these days. I'm attempting to use our pxeboot setup to install the latest CentOS 7 on a Dell PowerEdge R830. The install starts then gets to a certain point and hangs. That certain point is: FADT indicates ASPM is unsupported, using BIOS configuration Now I've tried to see where the Active Server Power Management
2019 Jul 03
1
[EXTERNAL] Re: Install of CentOS 7.6 On Dell PowerEdge R830 Hangs
Mark, I did go into the BIOS to see if that made any difference, and didn't see anything to set/unset . That was the problem. PEV ________________________________ From: mark <m.roth at 5-cent.us> Sent: Wednesday, July 3, 2019 10:41 AM To: Virgo, Paul E. (GSFC-610.2)[ADNET SYSTEMS INC]; CentOS mailing list Subject: [EXTERNAL] Re: [CentOS] Install of CentOS 7.6 On Dell PowerEdge R830
2019 May 19
2
Dict issue with PostgreSQL for last_login plugin (duplicate key)
On 19/05/2019 17:08, mabi via dovecot wrote: > ??????? Original Message ??????? > On Sunday, May 19, 2019 4:44 PM, John Fawcett via dovecot > <dovecot at dovecot.org> wrote: > >> I don't have PostgresSql, would you be able to verify if this syntax >> would work: INSERT INTO last_logins (last_login,username,domain) >> VALUES (1558273000,'user at
2013 Jan 28
1
Fw: Re: Creating users via Perl Net::LDAP
Thanks for the input Mike, I set the attributes, as best I could, to mirror those of another account created using the samba-tool per the howto. Reviewing the attributes of both accounts, I see nothing about them being "enabled" or "disabled." For the password I used "userPassword," specifically with a utf8 encoding, per a previous message:
2019 Jun 24
2
Strange Network Bug Locks Up CentOS 7 Laptop
All, I have a user who has a Dell Precision 7520 laptop, and we're running CentOS 7, latest kernel. This morning he had two lockup incidents. Nothing in /var/log/messages stands out so far, but did get this information when running 'abrt-cli list --since 1560891312': id c48278a875c27dd4369d971bcfc7db4267766c6d reason: WARNING: CPU: 0 PID: 0 at net/sched/sch_generic.c:356
2019 May 19
4
Dict issue with PostgreSQL for last_login plugin (duplicate key)
??????? Original Message ??????? On Sunday, May 19, 2019 2:58 PM, John Fawcett via dovecot <dovecot at dovecot.org> wrote: > I guess it is not supported for PostgreSQL or Sqlite, since they don't > have "ON DUPLICATE KEY UPDATE" statement which is what is being used in > MySQL. That's it, PostgreSQL does not have "ON DUPLICATE KEY" but instead uses
2019 May 19
2
Dict issue with PostgreSQL for last_login plugin (duplicate key)
On 19/05/2019 16:25, John Fawcett via dovecot wrote: > INSERT INTO last_logins (last_login,username,domain) VALUES (1558273000,'user at domain.tld','domain.tld') I don't have PostgresSql, would you be able to verify if this syntax would work: INSERT INTO last_logins (last_login,username,domain) VALUES (1558273000,'user at domain.tld','domain.tld')
2019 May 19
3
Dict issue with PostgreSQL for last_login plugin (duplicate key)
On 19/05/2019 20:31, mabi via dovecot wrote: > > ??????? Original Message ??????? > On Sunday, May 19, 2019 7:36 PM, John Fawcett via dovecot > <dovecot at dovecot.org> wrote: >> >> Attached is a tentative patch. I've verified no regression for mysql. >> There should be no regression for sqlite as the code path is identical. >> >> Are you able to
2002 Nov 30
3
About building R1.6.1 on Cygwin
Hello. For building REmbeddedPostgres in Omegat project(http://www.omegahat.org/RSPostgres/) requiring PostgresSQL's libs, I've tried to build R1.6.1 on Cygwin following the instruction of http://www.stats.ox.ac.uk/pub/Rtools/ since full-spec PostgresSQL running on Windows can run only on Cygwin environment, However I've got following error messages. make -C front-ends Rpwd
2013 Jan 28
1
Creating users via Perl Net::LDAP
Hey there folks, I put together a little Perl script that makes an LDAP connection to a Samba4 server and creates the cn=username,cn=users,... part of a user account. It appears that this is not sufficient to get a fully functioning Active Directory type log-in; from the howto I can deduce that my effort is missing a sidMap, and there might be a good deal more to creating full AD users and
2006 Jul 01
1
Changing column to NOT NULL with migration silently failing.
Hi I''ve created a migration called make_customer_type_id_not_null_for_customers. The migration .rb file looks like this: class MakeCustomerTypeIdNotNullForCustomers < ActiveRecord::Migration def self.up change_column(:customers, :customer_type_id, :integer, { :null => false }) end def self.down change_column(:customers, :customer_type_id, :integer, { :null =>
2004 Jul 07
1
CDR records into SQLite
Hi ! I just wrote cdr_sqlite.c, see http://bugs.digium.com/bug_view_advanced_page.php?bug_id=0001986 This little app creates automatically the sqlite database file in /var/log/asterisk/cdr.db, creates a table 'cdr' inside it and inserts all CDR records into this table. Please comment. I'll use this in my project DESTAR (http://www.holgerschurig.de/destar.html) to show these
2014 Feb 27
4
nut in openwrt
2014-02-25 10:12 GMT+01:00 Virgo P?rna <virgo.parna at mail.ee>: > On Sun, 23 Feb 2014 19:39:02 +0100, Josu Lazkano <josu.lazkano at gmail.com> wrote: >> >> # dmesg >> ... >> [181041.636190] usb 4-4: new low-speed USB device number 2 using ohci_hcd >> > > I recently read about openwrt (for one of the routers I own). And there was a >
2014 Feb 27
0
nut in openwrt
On Thu, 27 Feb 2014 10:53:53 +0100, Josu Lazkano <josu.lazkano at gmail.com> wrote: > > I plug a USB Hub in OpenWRT but there is nothing in "lsusb" and > "dmesg". In a Debian server I have this: > Then I have no idea, what could be wrong. I have no personal experionce with it and I only mentioned it, because I recently happened to read it. -- Virgo
2009 May 29
1
RODBC sqlSave with DB2
I am running R version 2.8.1 on Windows XP OS. This works fine. (Data.frame dta is created with records from the DB2 table.): sql <- "select * from storage.testappend_slt order by uut" dta <- sqlQuery(channel,sql) But when I try to append records (from data.frame newdta) to the same DB2 table. I get an error: sqlSave(channel, newdta, tablename = storage.testappend_slt, append
2014 Feb 25
0
nut in openwrt
On Sun, 23 Feb 2014 19:39:02 +0100, Josu Lazkano <josu.lazkano at gmail.com> wrote: > > # dmesg > ... > [181041.636190] usb 4-4: new low-speed USB device number 2 using ohci_hcd > I recently read about openwrt (for one of the routers I own). And there was a comment that particular router does not support low-speed USB devices (USB1). Could that be the issue? The one I
2014 Feb 28
1
nut in openwrt
On Thu, 27 Feb 2014 15:35:06 +0100, Matus UHLAR - fantomas <uhlar at fantomas.sk> wrote: >>> On Sun, 23 Feb 2014 19:39:02 +0100, Josu Lazkano <josu.lazkano at gmail.com> wrote: >>I plug a USB Hub in OpenWRT but there is nothing in "lsusb" and >>"dmesg". In a Debian server I have this: >> >> >># lsusb >>... >>Bus 001