[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: New to LDAP. Please Help
>From http://www.OpenLDAP.org/doc/admin/quickstart.html it says:
Use your favorite editor and create an LDIF file that contains:
dn: dc=<MY-DOMAIN>,dc=<COM>
objectclass: dcObject
objectclass: organization
o: <MY ORGANIZATION>
dc: <MY-DOMAIN>
Below you have an objectclass: top, which is not in the above example, and
you are missing o: <MY ORGANIZATION>.
> From: "Tejasvita Saran" <tiji@csasia.com>
> Date: Thu, 8 Feb 2001 11:04:59 +0530
> To: "David Young" <dyoung@NetToNetTech.com>
> Subject: RE: New to LDAP. Please Help
>
> This is what I have in newentry
>
> dn: dc=csasia, dc=com
> dc: csasia
> objectClass: top
> objectClass: organization
> objectClass: dcObject
> description: Crystal Solutions Asia
>
> I used this to add my base dn. How do I proceed further from here.
>
>
> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org
> [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of David Young
> Sent: Wednesday, February 07, 2001 19:12
> To: OpenLDAP-software@OpenLDAP.org
> Subject: Re: New to LDAP. Please Help
>
>
>> From: "Tejasvita Saran" <tiji@egenisys.com>
>> I added this entry as
>> ldapadd -f /tmp/newentry -D "cn=Manager, dc=csasia,
>> dc=com" -w secret
>
> What is in /tmp/newentry?
>
>