域控

tbordaz 4b06fdc13c Issue 7032 - The new ipahealthcheck test ipahealthcheck.ds.backends.BackendsCheck raises CRITICAL issue (#7036) 1 week ago
.cargo 8a3cea679a Issue 50737 - Allow building with rust online without vendoring 5 years ago
.copr def84df104 Issue #5113 - Increase timestamp precision for development builds 3 years ago
.github a1747ce0b1 Issue 6534 - CI fails with Fedora 41 and DNF5 5 months ago
dirsrvtests c545f5f9f9 Issue 6966 - On large DB, unlimited IDL scan limit reduce the SRCH performance (#6967) 1 month ago
docker f41fc38458 Issue 4322 - Updates old reference to pagure issue (#4321) 5 years ago
docs 2a9df10303 Issue 4513 - fix ACI CI tests involving ip/hostname rules 4 years ago
include 5e8562aed2 Issue 4656 - Remove problematic language from source code 3 years ago
ldap c545f5f9f9 Issue 6966 - On large DB, unlimited IDL scan limit reduce the SRCH performance (#6967) 1 month ago
lib 16a3b0210b Issue 5446 - Fix some covscan issues (#5451) 3 years ago
m4 1f0107811a Issue 5371 - Update npm and cargo packages 3 years ago
man 5e8562aed2 Issue 4656 - Remove problematic language from source code 3 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 47eccfbffa Issue 6043, 6044 - Enhance Rust and JS bundling and add SPDX licenses for both (#6045) 1 year ago
src 4b06fdc13c Issue 7032 - The new ipahealthcheck test ipahealthcheck.ds.backends.BackendsCheck raises CRITICAL issue (#7036) 1 week ago
test b6d2fa4e4d Issue 5170 - RFE - Filter optimiser (#5171) 3 years ago
wrappers 7b9bcda1a8 Issue 6155 - ldap-agent fails to start because of permission error (#6179) 7 months 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 cb825e0b1a Issue 4169 - UI - Migrate Typeaheads to PF4 (#4808) 4 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 f6e226ec8a Issue 152 - RFE - Add support for LDAP alias entries 2 years ago
README.md 0d907a97ee Issue 4577 - Add GitHub actions 4 years ago
VERSION.sh 0e37540269 Bump version to 2.1.9 1 year 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 ec73904964 Issue 6415 - BUG - Incorrect icu linking (#6416) 11 months ago
docker.mk 5e8562aed2 Issue 4656 - Remove problematic language from source code 3 years ago
rpm.mk 2b85af7c56 Issue 6603 - Release tarballs ship a different Cargo.lock 6 months ago

README.md

389 Directory Server

Test npm-audit-ci

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.