域控

MIZUTA Takeshi 83094c3b59 Issue 4781 - There are some typos in man-pages 4 years ago
.cargo 8a3cea679a Issue 50737 - Allow building with rust online without vendoring 5 years ago
.github 8006632e7e Issue 4747 - Remove unstable/unstatus tests from PRCI (#4748) 4 years ago
dirsrvtests 3cbad9e89f Issue 4623 - RFE - Monitor the current DB locks (#4762) 4 years ago
docker f41fc38458 Issue 4322 - Updates old reference to pagure issue (#4321) 5 years ago
docs 827773829b Issue 4093 - fix compiler warnings and update doxygen 4 years ago
include a90dec7060 Ticket 49361 - Use IPv6 friendly network functions 6 years ago
ldap 58a1591b90 Issue 4773 - Enable interval feature of DNA plugin 4 years ago
lib 827773829b Issue 4093 - fix compiler warnings and update doxygen 4 years ago
m4 b770ac7231 Issue 49730 - MozLDAP bindings have been unsupported for a while 6 years ago
man 83094c3b59 Issue 4781 - There are some typos in man-pages 4 years ago
profiling 938fb3478b Ticket 50784 - performance testing scripts 5 years ago
rfcs 6fa30ec4b2 Ticket 48707 - Update rfc to accomodate that authid is mandatory 8 years ago
rpm 0a504c8e7f Issue 4577 - Fix ASAN flags in specfile 4 years ago
src 3cbad9e89f Issue 4623 - RFE - Monitor the current DB locks (#4762) 4 years ago
test 0f1ab5f053 Ticket - 49562 integrate changelog database to main database 5 years ago
wrappers a2584e1dd2 Issue 4262 - Remove legacy tools subpackage 5 years ago
.clang-format dda766ac06 Ticket 49328 - Cleanup source code 8 years ago
.cvsignore c8a1595444 added 21 years ago
.dockerignore 5c6ffae12e Ticket 50439 - Update docker integration to work out of source directory 6 years ago
.gitignore d8a35290a1 Issue 50867 - Fix minor buildsys issues 5 years ago
LICENSE f1e5692b27 Ticket 49214 - Implement htree concept 8 years ago
LICENSE.GPLv3+ 88cae401ae Ticket #48032,48033 - change C code license to GPLv3; change C code license to allow openssl 10 years ago
LICENSE.mit f1e5692b27 Ticket 49214 - Implement htree concept 8 years ago
LICENSE.openldap 8f3887e08c Ticket 50544 - OpenLDAP syncrepl compatability 5 years ago
LICENSE.openssl 88cae401ae Ticket #48032,48033 - change C code license to GPLv3; change C code license to allow openssl 10 years ago
Makefile.am 1bd1411a69 issue 4653: refactor ldbm backend to allow replacement of BDB - phase 3e - dbscan (#4709) 4 years ago
README.md 0d1ac8abd7 Issue 4327 - Update issue templates and README.md 5 years ago
VERSION.sh 7f6ba5a378 Bump version to 2.0.4 4 years ago
autogen.sh 81c50ce8e2 Issue 50971 - Support building on FreeBSD. 5 years ago
buildnum.py 81c50ce8e2 Issue 50971 - Support building on FreeBSD. 5 years ago
configure.ac ecd7e71d15 Issue 2736 - remove remaining perl references 4 years ago
docker.mk 957e2ae225 Issue 50439 - Update docker integration for Fedora 6 years ago
rpm.mk e9b4eb594d Issue 4643 - Add a tool that generates Rust dependencies for a specfile (#4645) 4 years ago

README.md

389 Directory Server

389 Directory Server is a highly usable, fully featured, reliable and secure LDAP server implementation. It handles many of the largest LDAP deployments in the world.

All our code has been extensively tested with sanitisation tools. As well as a rich feature set of fail-over and backup technologies gives administrators confidence their accounts are safe.

License

The 389 Directory Server is subject to the terms detailed in the license agreement file called LICENSE.

Late-breaking news and information on the 389 Directory Server is available on our wiki page

Building

autoreconf -fiv
./configure --enable-debug --with-openldap --enable-cmocka --enable-asan
make
make lib389
sudo make install
sudo make lib389-install

Note: --enable-asan is optional, and it should only be used for debugging/development purposes.

See also full building guide.

Testing

make check
sudo py.test -s 389-ds-base/dirsrvtests/tests/suites/basic/

To debug the make check item's, you'll need libtool to help:

libtool --mode=execute gdb /home/william/build/ds/test_slapd

More information

Please see our contributing guide.