bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57530: 28.1.91; defcustom ldap-host-parameters-alist misses auth-sou


From: Thomas Fitzsimmons
Subject: bug#57530: 28.1.91; defcustom ldap-host-parameters-alist misses auth-source boolean
Date: Fri, 02 Sep 2022 00:29:41 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hi Fabrice,

Fabrice Bauzac-Stehly <noon@mykolab.com> writes:

[...]

> If I do:
>   emacs -Q
>   (load-library "ldap")
>   (customize-variable 'ldap-host-parameters-alist)
>
> I cannot set 'auth-source to t because it is not part of the menu.
>
> I think the defcustom ldap-host-parameters-alist should be updated, with
> e.g.:
>
> (list
>  :tag "Auth-Source"
>  :inline t
>  (const :tag "Use Auth-Source" auth-source)
>  boolean)
>
> Could you please update it?

Pushed to master.

Thanks,
Thomas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]