[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
help adding an ldif
- To: openldap-software@OpenLDAP.org
- Subject: help adding an ldif
- From: Floyd Wellershaus <fwellers@yahoo.com>
- Date: Fri, 14 Oct 2005 11:45:16 -0700 (PDT)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=IMxMZ+LsQYw340yEmeQFTLoM/MmlmHsJ7JKSlSanN/7a3xwEt1JN6Ypqh7SgMrCMrU6gjKUOCsrsXXccOchb+wfMkdVhOjcBSBkXZoGYy79H1O8a2+pEx5nJW/1NjXHHxf2gRN2/68N4q4AULTAEN7UJOayVjcTdiNQNN46k18E= ;
Hello,
I just go slapd running on openldap 2.2.27.
I am trying to add an ldif
ldapadd -f myrregistry.com-050902.ldif
gives me
SASL/DIGEST-MD5 authentication started
Please enter your password:
ldap_sasl_interactive_bind_s: Internal (implementation specific) error (80)
additional info: SASL(-13): user not found: no secret in database
If I add the -x option, to not authenticate, I get:
adding new entry "o=myrregistry.com"
ldap_add: Server is unwilling to perform (53)
additional info: no global superior knowledge
Since I am new to ldap, I am wondering what I am missing here.
I appreciate any advice.
Thanks