Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo launchctl load /Library/LaunchDaemons/org.apache.directory.server.plist

If you want to disable the automatic startup of the server, just modify the plist file :

Code Block

       <key>Disabled</key>
       <false/>

should be replaced by

Code Block

       <key>Disabled</key>
       <true/>

Installation on Linux and Solaris

...