[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Installation of OpenLDAP 2.0.11 on RedHat 7.1 >>> NEWBIE WAR NING <<<
Are you wanting to be using SASL to authenticate?
Andy
On Fri, 17 Aug 2001, Warnes, Jason SDH wrote:
> Thanks Andrew for the quick reply. I added that space before the next
> distiguished name and now I get a similar error to the second LDIF file I
> tried. The output I get is:
> Enter LDAP Password:
> SASL/GSSAPI authentication started
> ldap_sasl_interactive_bind_s: Local error
>
> Thanks for getting me a bit further. Any other ideas?
>
> Jason...
> -----Original Message-----
> From: Andrew C. Altepeter [mailto:aaltepet@cs.und.edu]
> Sent: August 17, 2001 5:03 AM
> To: Warnes, Jason SDH
> Cc: 'openldap-software@OpenLDAP.org'
> Subject: Re: Installation of OpenLDAP 2.0.11 on RedHat 7.1 >>> NEWBIE
> WARNING <<<
>
>
> Hey Jason,
>
> I think you need a space inbetween your two entries (where you specify
> your distinguished name). If you don't do this, ldapadd will not know how
> to parse your different object. Here's what you want:
> >
> > dn: dc=sdh,dc=sk,dc=ca
> > objectclass: dcObject
> > objectclass: organization
> > o: Saskatoon District Health
> > dc: sdh
>
> --you want a space here--
>
> > dn: cn=Manager,dc=sdh,dc=sk,dc=ca
> > objectclass: oranizationalRule
> > cn: Manager
> >
>