From DocWiki
(Difference between revisions)
Line 1:
Line 1:
- ==Failed to Create the Device on Remote Database==
- '''Problem''': You get the following error message:
-
- Failed to create the Device. Could not create Object: DN=
- [cn=jctest, ou=CISDevices,ou=CISObjects,ou=configengine,o=cisco
- [LDAP: error code 50 - no write access to parent]
-
- '''Solution''': To resolve this problem, follow these steps:
-
- 1. On the remote directory server machine, stop the OpenLDAP server by entering the following commands:
-
- *In Solaris, enter: /etc/init.d/NetAppOpenLDAP stop
- *In Linux, enter: /etc/rc.d/init.d//NetAppOpenLDAP stop
-
- 2. Open the $CISCO_CE_INSTALL_ROOT/openldap/etc/openldap/slapd.conf file. Then add the following:
-
- # open write permission to support external directory
- access to *
- by * write
- by * read
- by anonymous auth
-
- 3. To start the OpenLDAP server, enter the following commands:
-
- * In Solaris, enter: /etc/init.d/NetAppOpenLDAP start
- * In Linux, enter: /etc/rc.d/init.d//NetAppOpenLDAP start
Revision as of 09:56, 29 April 2011
Rating: 0.0 /5 (0 votes cast)