Issue 730 - Configuration
Summary: Configuration
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-09-11 17:46 UTC by jajati@datalinx.net
Modified: 2014-08-01 21:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Kurt Zeilenga 2000-09-11 11:33:31 UTC
changed notes
changed state Open to Closed
Comment 1 jajati@datalinx.net 2000-09-11 17:46:27 UTC
Full_Name: Jajati K. Samal
Version: 2.0.1
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (209.166.29.138)


I have down loaded OpenLdap-2.0.1 and installed according to the given INSTALL
file.
Now the server is running and I'm able to add some perticular nodes. I mean
according to 
my schema, I added the DN's like 
c=US
o=< myOrg>, c=US
ou= <myOU>, o= <myOrg>, c=US
Then I want to add a node "domainname = < myDomainName>, ou= <myOU>, o= <myOrg>,
c=US
 below ou= <myOU>, o= <myOrg>, c=US. Containt of the node are
objectclass : top
objectclass: domain
domainname: <myDomainName>

domainname is an attribute in my slapd.at.conf and domain is an objectclass in
slapd.oc.conf.
the objectclass domain looks as following

objectClass domain
requires
	objectclass,
	domainname
allows


No while using ldapadd -D "<Bind DN>" -h <host name> -p <port number> -w
<password>
 -f < ldif file name> I'm getting an error saying the
ldap_add: Undefined attribute type
	additional info: attribute type undefined

ldif_record() = 17

my ldif file is
dn: domainname = < myDomainName>, ou= <myOU>, o= <myOrg>, c=US
objectclass: top
objectclass: domain
domainname : <myDomainName>
Could u plz publish the solution to this....
Do I have to do some extra work or configuration ???
Jajati K. Samal
jajati_k@yahoo.com
Comment 2 OpenLDAP project 2014-08-01 21:06:12 UTC
duplicate of 729