Importing sample data using Apache Directory Studio
After you follow the instructions in "Configuring LDAP-compliant software" to download, install, and configure the ApacheDS LDAP-compliant server and the Apache Directory Studio client, you can import sample data onto your ApacheDS directory server as follows:
- Import data into the new partition:
- To open Apache Directory Studio, click .
- An Eclipse-based Welcome page is displayed. Close the Welcome page to reveal an LDAP perspective, which includes a Connections view at the bottom left corner.
- In the Connections view, right click in the context menu, select New
Connection. As you run the wizard, you need the following
table:Do not change the additional connection parameters. Click Finish.
Table 1. Connection settings Property Setting Connection name EGLSample Hostname localhost Port 389 Encryption method No encryption Authentication Simple authentication Bind DN or user uid=admin,ou=system Bind password secret - In the LDAP Browser view, open DIT, and then open Root DSE. If you find o=sample, right-click it and select Delete Entry.
- In the Connections view, right click EGLSample and in the context menu, click .
- To find SampleCompany.ldif in the LDIF Import dialog, click Browse. SampleCompany.ldif is in the following location: workspace/LdapRuiSample/ (workspace is the fully qualified path name of your EGL product workspace; for example, C:/MyWorkspace).
- In the Select LDIF File window, click Open. This step might result in a flashing cursor, but the next step handles the problem.
- In the LDIF Import window, select Overwrite existing log file and click Finish.
- If the wait cursor flashes repeatedly for more than 30 seconds,
refresh Studio:
- Click Root DSE.
- Press F5 .
- To verify the import in the LDAP Browser view, select , and open o=sample. You should find two group entries (in ou=groups) and fifteen people entries (in ou=people). If the import failed, check your settings. When you want to re-import, review the LDAP Browser view to ensure that when you open DIT and then Root DSE, you do not find o=sample. If you find o-sample and it has no other value, right-click it and select Delete Entry. If you are unable to delete the entry, retrace your steps and try the import again.