blob: 9330a8df09b6e62afc8bac3d0499269d30257f3a [file] [log] [blame]
Apache Directory Server
=======================
Documentation
-------------
To run, build or just to read about how to use the server please refer to the
documentation. For binary distributions you can just refer to the local copy
here:
./docs/index.html
or online here,
http://directory.apache.org/subprojects/apacheds/index.html
Running
-------
To run with defaults,
java -jar apacheds-main-0.9.jar
or with custom settings,
java -jar apacheds-main-0.9.jar your.properties
Connecting
----------
see http://directory.apache.org/subprojects/apacheds/users/authentication.html
Building
--------
maven multiproject:install
Notes
-----
o The kerberos service has been added to this distribution but is off by
default. Please check documentation on kerberos section of site for
configuring the kerberos protocol provider plugin.