Changes between Version 5 and Version 6 of LdapPluginTests


Ignore:
Timestamp:
Jun 11, 2006, 6:19:13 PM (18 years ago)
Author:
Emmanuel Blot
Comment:

Add LDAP common error list

Legend:

Unmodified
Added
Removed
Modified
  • LdapPluginTests

    v5 v6  
    237237 1. Reinitialize the directory (see above)
    238238
    239 
    240 [[TagIt(eblot,0.9)]]
     239== Troubleshooting ==
     240
     241OpenLDAP server is very touchy, so double check your configuration files and your LDIF files if you get into troubles in the early setup stage.
     242
     243=== Common errors ===
     244
     245 * `slapadd: could not parse entry (line=n)`[[BR]]
     246 This usually means that your initial LDIF file is malformed:
     247   * DOS vs. UNIX line ending mismatch
     248   * Extra trailing space
     249
     250 * `ldapsearch` returns no result
     251   1. Ensure that your base tree match the one defined in the LDIF file
     252   1. Try disabling the ACL (comment the rules and restart the `slapd` server)
     253
     254[[TagIt(eblot,0.10)]]