[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Need help to configure OpenLDAP!!
- To: "openldap-technical@openldap.org" <openldap-technical@openldap.org>
- Subject: Need help to configure OpenLDAP!!
- From: pradyumna dash <neomatrixgem@gmail.com>
- Date: Wed, 1 May 2013 21:30:31 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=O8CdwkUI3yl7V5gK221o7TBz9ibK7rtcL44qldAah5g=; b=gTYiPJ35v9Xp8oGHLqLx1I4v27I9rI5Y2bMbOLX1ldaFqytxRMs0mq6gRVuD47ERyj TV7wooewCDrbN1ahbDdIs43IeCZPRuLeJ7mlJNINJraxf2MF0pq/3mELy/WeEa/deHPD swEuNlQmrwfyJWHgFgZGbovwo3Obcg/Cw6thZi8VthPoz58bwSF6P3ADfDqFubphrSGP HQs+3pdoRiNURHDW84/Rr8E7gEBrNRM+9i47PrUWQH+XzoyxD8Yia8m9rwGDpLh/urJH pGQYGszXCLbMo+c+QWAcr8naqnXXizeZ1lrM/Rk+4gPjCl8CIFxsT7HYnNc/+ZVR+UWF Rgvg==
Hi,
Am facing an issue while configuring OpenLDAP. My suffix looks like below in the slapd.conf file and apart from the default schema i have used ppolicy.
database bdb
suffix "dc=example,dc=com,dc=in"
rootdn "cn=Manager,dc=example,dc=com,dc=in"
# SAG: 20100203
overlay ppolicy
ppolicy_default "cn=default,ou=policies,o=test,dc=example,dc=com,dc=in"
ppolicy_use_lockout
I have prepared the below LDIF to add
test.ldif
======
dn: dc=com,dc=in
dc: com
objectClass: top
objectClass: domain
dn: dc=example,dc=com,dc=in
dc: example
objectClass: top
objectClass: domain
dn: ou=People,dc=example,dc=com,dc=in
ou: People
objectClass: top
objectClass: organizationalUnit
dn: ou=Group,dc=example,dc=com,dc=in
ou: Group
objectClass: top
objectClass: organizationalUnit
Am using the below command to add this LDIF file:
ldapadd -x -W -D "cn=Manager,dc=example,dc=com,dc=in" -f /opt/test.ldif
But am getting the below error.
"adding new entry "dc=com,dc=in"
ldap_add: Server is unwilling to perform (53)
additional info: no global superior knowledge"
Please help. Regards,
/Neo