[Date Prev][Date Next] [Chronological] [Thread] [Top]

LDAPv3 extensions.



Hello,

I'm trying to find out if the VLV (Virtual List View) LDAP extension will be
available in the OpenLdap server soon. The Roadmap on the website has this
for future releases.

Future Minor Releases
OpenLDAP 2.1 (~3Q2001)
Functional enhancements and improved stability:
LDAP C++ API
SASL authentication/authorization mapping,
SASL in-directory storage of authentication secrets, and
select LDAPv3 extensions.

Does anyone know what select LDAPv3 extensions are targeted for this
release? Does it include an implementation of VLVs?

Thanks in advance.

Ajit.

----- Original Message -----
From: "Kurt D. Zeilenga" <Kurt@OpenLDAP.org>
To: "Pascal Bleser" <pascal.bleser@atosorigin.com>
Cc: <openldap-software@OpenLDAP.org>
Sent: Monday, October 01, 2001 11:28 PM
Subject: Re: How to use SASL pwcheck for authentication ?


> You can use pwcheck for SASL PLAIN/LOGIN mechanism by
> building Cyrus SASL with pwcheck support and then adding:
>
> pwcheck_method: pwcheck
>
> in /usr/lib/sasl/slapd.conf (slapd's SASL configuration
> file).
>
> If OpenLDAP is configured with --enable-spasswd, then
> one should be able to use "{SASL}user" userPassword
> schema to use Cyrus SASL facilities for authenticating
> the user.