Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to tell if dirmngr supports LDAP?

1 view
Skip to first unread message

no...@example.invalid

unread,
Mar 30, 2022, 8:35:56 AM3/30/22
to
Does anyone know how to tell if GPG has LDAP enabled?

When I test it out I get:

gpg --keyserver ldap://localhost/ --send-keys F....1

gpg: sending key F...1 to ldap://localhost/
gpg: keyserver send failed: Not supported
gpg: keyserver send failed: Not supported

There is no pause, the above error is immediate. No sign of network
timeouts.

I look over at the logs for slapd and I don't see any efforts to
connect to the LDAP server, not even authentication errors which
makes me wonder if gpg is even trying to connect to ldap on
localhost?


Thanks!

no...@example.invalid

unread,
Mar 30, 2022, 8:40:03 AM3/30/22
to
no...@example.invalid wrote:
> Does anyone know how to tell if GPG has LDAP enabled?
>
> When I test it out I get:
>
> gpg --keyserver ldap://localhost/ --send-keys F....1
>
> gpg: sending key F...1 to ldap://localhost/
> gpg: keyserver send failed: Not supported
> gpg: keyserver send failed: Not supported
>
> There is no pause, the above error is immediate. No sign of network
> timeouts.

I forgot to add this:

ldd /usr/bin/dirmngr
..
..
libldap_r-2.4.so.2 => /lib/arm-linux-gnueabihf/libldap_r-2.4.so.2
..
..

So it seems to be linked against the LDAP library(?) I'm stumped.


0 new messages