[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: DSA-error
from: http://www.openldap.com/faq/data/cache/57.html
try
ldap_search: DSA is unwilling to perform
Usually in response to:
ldapsearch 'cn=*'
You should use:
ldapsearch -b 'dc=Your-Domain, dc=COM' 'cn=*'
substituting an appropriate base DN for 'dc=Your-Domain, dc=COM'.
that worked for me :) hope it works for you.
Pier
--
Todd "Pier" Holloway
Internal SysAdmin for Collective Technologies - A Pencom Company
"Question Authority, until you become it...then question it MORE!" -- Pier
Christoph Krempe wrote:
>
> Hello there!
>
> When I try to contact my precompiled ldap-server on a
> Linux-box (kernel 2.0.36, Suse 6.0), I get a
>
> "ldap_search: DSA is unwilling to perform"
>
> I don't know what that means or what I do wrong.
>
> Thanks,
>
> Gruß Ch. Krempe
>
> -----------------------------------------------------------
> Freie Universitaet Berlin Christoph Krempe
> Universitaetsbibliothek Systemverwaltung
> - Rechenzentrum - Tel: 030/8384583
> Garystrasse 39 Fax: 030/8384582
> 14195 Berlin http://www.ub.fu-berlin.de/~ck
- References:
- DSA-error
- From: Christoph Krempe <ck@ub.fu-berlin.de>