1) "ldapmodify" looks at argv[0] to see if it should act as "ldapadd"; add a patch so that the right thing happens when the command is renamed to "openldapadd"
2) The only way to configure the list of service URLs served by slapd is via the -h option on its command line. Extend the method script to pull them out of a multi-valued service property.
3) Add the --enable-crypt configure option which enables traditional crypt(3C) hashed passwords.
4) Add a schema file derived from the schema installed by idsconfig which is what the native nsswitch ldap module expects.
5) Several of the replication tests appear to be flaky. In an attempt to make them more likely to pass (at the cost of increased test wall clock time), adjust a few environment variables to make the tests wait a little longer for replication to complete. (commit: eebcff1)