Displaying 20 results from an estimated 200 matches similar to: "LDAP auth problems "unknown user""
2016 Nov 22
0
LDAP auth problems "unknown user"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Sun, 20 Nov 2016, Nikolai Lusan wrote:
> # grep -v '^ *\(#.*\)\?$' /etc/dovecot/ldap/maliuta.org-ldap.conf.ext
> uris = ldap://localhost
> dn = cn=admin,dc=maliuta,dc=org
> dnpass = <secret>
> tls = yes
> tls_ca_cert_dir = /etc/ssl/certs
> auth_bind = no
> ldap_version = 3
> base = ou=mail,dc=mailuta,dc=org
2020 Nov 18
2
[AssumeBundles] ValueTracking cannot use alignment assumptions?
Hello,
As I can see, recently LLVM switched to using assume bundles to encode alignment information: https://reviews.llvm.org/rG78de7297abe2e8fa782682168989c70e3cb34a5c
However, it seems that the ValueTracking cannot understand the new format. As an example, consider compilation of the following reproducer with clang-11 (old assume format) and clang-trunk (assume bundles):
#include
2009 May 01
5
fts-solr plugin issue (Marked invalid)
Hi.
We user ftp-solr plugin and have problem with solr-1.3+
with HTMLStripWhitespaceTokenizerFactory (Solr schema in attachments).
In some maildir's present messages with wrong "Content-Type: " fields in attachments.
For example:
"
Content-Type: TEXT/mspowerpoint; name="Zapatec_6zap_netvibes_1.ppt"
"
Indexing for this messages is stop with "fts_solr:
2018 Dec 20
2
Authentication Problem
You've made this more difficult to understand, even :-)
So the answer is:
Set the following in 10-auth.conf
1. disable_plaintext_auth = no
2. auth_mechanisms = plain
And yes, the encrypted passwords are stored in MySQL.
On Thu, 20 Dec 2018 at 13:36, Nikolai Lusan <nikolai at lusan.id.au> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> Greetings
> On
2017 Dec 06
2
Question about visibility analysis for whole program devirtualization pass
Hi Peter,
Thanks for the reply. I agree that the base class vtable may be not referenced by a derived class. However, the vtable of a derived class has to reference its parent type_info, and so having type_info internalized means that the class is final, doesn’t it?
Thanks,
Nikolai
From: Peter Collingbourne [mailto:peter at pcc.me.uk]
Sent: Wednesday, December 6, 2017 4:36 AM
To: Gainullin,
2018 Dec 20
0
Authentication Problem
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 20 December 2018 at 14:10 Odhiambo Washington <
<a href="mailto:odhiambo@gmail.com">odhiambo@gmail.com</a>> wrote:
</div>
2001 Nov 23
4
ext3 patch for 2.4.15
Hi,
this site:
http://www.uow.edu.au/~andrewm/linux/ext3/
says "Forbidden" when I try to access .... , where can I download the ext3
patch for 2.4.15 ?
Thank you
Nikolai
2015 Oct 07
2
how to treat synonymous domain names as one
Hallo List Users,
I am curious if there is a way to rewrite domain name to another domain
name. My goal is to provide authentication and mailboxes for the synonymous
domains in a single source while keeping all other domains separate.
I have setup:
auth_username_format = %Lu
mail_location = /var/vmail/%d/%u/Maildir
in userdb/passdb (passwd-file):
/etc/dovecot/%d/users
Say I
2001 Oct 01
2
do quotas work with ext3?
Hi,
I had ext2 and 2.4.7 kernel , quotas were working ok.
Now when all my filesystems are ext3 I figured out that quotas are not
working.... if I do quotaon , repquota, quotacheck the programs return 0
without any output.....
Does ext3 supports quotas?
Nikolai
2018 Dec 20
3
Authentication Problem
I am using SHA512-CRYPT scheme for passwords.
In my dovecot-sql.conf.ext, I have: default_pass_scheme = CRYPT
In 10-auth.conf, I have:
auth_mechanisms = plain login digest-md5
M$ Outlook is refusing to authenticate, with error: Requested DIGEST-MD5
scheme, but we have only CRYPT
What an I missing??
I hate it that this has taken me round in circles :-)
--
Best regards,
Odhiambo WASHINGTON,
2019 Jun 02
4
Stats/Metrics in 2.3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Greetings,
So the changes to the stats modules between v2.2 and v2.3 have broken some
of my monitoring. I am attempting to use the new method of gathering
"metrics" from "events" - but the details in the documentation are a bit
thin.
I started with the examples provided at
https://wiki2.dovecot.org/Statistics and tried to
2018 Jan 25
1
dovecot Digest, Vol 177, Issue 55
No reason to tell me about security, I just need chmod for my tests. Where
to change it ?
On Thu, Jan 25, 2018 at 12:00 PM, <dovecot-request at dovecot.org> wrote:
> Send dovecot mailing list submissions to
> dovecot at dovecot.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://dovecot.org/mailman/listinfo/dovecot
> or, via email,
2020 Nov 10
2
Recommended Protocols?
Good. I am going to focus on the IMAP configuration and worry about SMTP
later.
The following is the relevant documentation.
This is very straightforward:
https://doc.dovecot.org/admin_manual/ssl/dovecot_configuration/
My file 10-ssl.conf is untouched.
However, this is the part that I would like to better understand:
https://doc.dovecot.org/admin_manual/ssl/certificate_creation/
Before
2013 Mar 20
2
netfilter+libvirt=(smth got broken?)
Hello,
I'm having problem setting up filtering traffic for a virtual machine
managed by libvirt. Strange thing is, such a setup has been working fine
for me on an older version of distro (namely, opensuse 11.3 w/updates,
kernel 2.6.34, libvirt 0.8.8) but refused to work on shiny new opensuse
12.4 (kernel 3.7.10, libvirt 1.0.2).
The definition of filter in question is pretty simple:
2006 Jun 23
1
Describing a "replaces" relationship within the same model
Hi!
I would like to describe the relationships between two objects of a
model, where one of the objects replaces the other. I want to be able
to tell if one object has been replaced and, if so, by what object; and
vice versa what object an object replaces, if any. My idea was the
following:
create_table :events do |t|
t.column :replacement_id, :integer
t.column :description, :text,
2007 Jul 01
2
G729 , upgrade asterisk
I'm planning to upgrade my asterisk 1.4.4 to 1.4.6.
usually for asterisk upgrade i delete modules directory and include, then compile the new version.
Since i have couple of G729 Licenses on this server installed, would i need to call Digium to reactivate these Licenses?
Is there any better and faster way of upgrade asterisk?
Possibly without losing G729 License?
Thanks!
2020 Nov 18
0
[AssumeBundles] ValueTracking cannot use alignment assumptions?
That sounds like a bug, yes.
Please file a bug? :)
Roman
On Wed, Nov 18, 2020 at 6:26 AM Bozhenov, Nikolai
<nikolai.bozhenov at intel.com> wrote:
>
> Hello,
>
> As I can see, recently LLVM switched to using assume bundles to encode alignment information: https://reviews.llvm.org/rG78de7297abe2e8fa782682168989c70e3cb34a5c
>
> However, it seems that the ValueTracking cannot
2020 Nov 10
1
Recommended Protocols?
On 10/11/20 1:52 pm, Nikolai Lusan wrote:
> Greetings,
>
> On Mon, 2020-11-09 at 23:42 -0600, Raymond Herrera wrote:
> > For several years I have been running the following in a Linux
> > server.
>
> > Dovecot Version: 2.0.9
>
> > *IMAP:*
> > Connection Security: SSL/TLS
> > Port: 993
> > Authentication Method: Normal Password
> >
2001 Dec 05
3
one command on several lines
Hello!
Is it possible to continue expand one command on several lines in R ?
An attempt to write
a=c(1990," ",1991,
1992,
1993,1994,1995,1996,1997,1998,
1999)
in a file and then
source('file')
results in
Error in parse(file, n, text, prompt) : syntax error on line 55
Thanks.
Nick
2001 Oct 24
3
a bug in ext3 code for 2.4.7
Hello ,
I use kernel 2.4.7 patched with corresponding ext3 patch. The problem I
have is that when I startup I get a panic in a kernel. I started
to debug util-linux and found that mount does a segmentation fault when
trying to open /etc/mtab file.
The segmentation fault ocurrs on open() call inside mtab_is_writable()
procedure:
printf("mtab_writable: pass 1\n");
if (ret ==