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

ldapmodrdn refuses SASL authentication (ITS#1179)



Full_Name: Ralph Rößner
Version: 2.0.11
OS: linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (130.83.244.129)


This issue was reported in (closed) ITS 865 but seems to persist:

The ldapmodrdn tool initializes the authentication method to LDAP_AUTH_SIMPLE
instead of -1. Consequently, ldapmodrdn refuses to use SASL authentication.

diff against clients/tools/ldapmodrdn.c :
116c116
<     authmethod = LDAP_AUTH_SIMPLE;
---
>     authmethod = -1;