域控

James Chapman e8072370f1 Issue 7394 - UI - Manual typing of ports can leave out digits (#7395) 22 часов назад
.cargo ea3cc55281 Issue 6282 - BUG - out of tree build fails (#6283) 1 год назад
.copr 09885e6c9a Issue 6525 - Fix srpm generation in COPR 1 год назад
.github 45a00d97a9 Issue 7296 - Introduce time limits for GH Actions (#7297) 1 месяц назад
dirsrvtests 2168b0f9c4 Issue 7396 - Testimony failure in monitor_test.py (#7397) 22 часов назад
docs 2a9df10303 Issue 4513 - fix ACI CI tests involving ip/hostname rules 4 лет назад
include 8badf2c6d7 Issue 4656 - Remove problematic language from source code 3 лет назад
ldap 3157ad3715 Issue 7389 - Allow to ignore criticality flags for specific controls (#7390) 1 день назад
lib 5255d617b7 Fix overflow in certmap filter/DN buffers (#6995) 6 месяцев назад
m4 791d2c43f0 Issue 6430 - Fix build with bundled libdb 7 месяцев назад
man c5e1fb1e30 Issue 3342 - RFE logconv.pl should have a replacement in CLI tools (#6444) 1 год назад
profiling 938fb3478b Ticket 50784 - performance testing scripts 6 лет назад
rfcs 6fa30ec4b2 Ticket 48707 - Update rfc to accomodate that authid is mandatory 9 лет назад
rpm a603fcdebb Issue 6220 - Add Packit configuration (#6221) 1 месяц назад
src e8072370f1 Issue 7394 - UI - Manual typing of ports can leave out digits (#7395) 22 часов назад
test 2df7244eff Issue 7069 - Add Subnet/CIDR Support for HAProxy Trusted IPs (#7070) 5 месяцев назад
wrappers 50e2e36f2b Issue 6181 - RFE - Allow system to manage uid/gid at startup 8 месяцев назад
.clang-format dda766ac06 Ticket 49328 - Cleanup source code 8 лет назад
.cvsignore c8a1595444 added 21 лет назад
.dockerignore 5c6ffae12e Ticket 50439 - Update docker integration to work out of source directory 6 лет назад
.gitignore 49f802b410 Issue 6767 - Package lib389 on PyPI (#6786) 9 месяцев назад
.packit.yaml a603fcdebb Issue 6220 - Add Packit configuration (#6221) 1 месяц назад
LICENSE f1e5692b27 Ticket 49214 - Implement htree concept 9 лет назад
LICENSE.GPLv3+ 88cae401ae Ticket #48032,48033 - change C code license to GPLv3; change C code license to allow openssl 10 лет назад
LICENSE.mit f1e5692b27 Ticket 49214 - Implement htree concept 9 лет назад
LICENSE.openldap 8f3887e08c Ticket 50544 - OpenLDAP syncrepl compatability 5 лет назад
LICENSE.openssl 88cae401ae Ticket #48032,48033 - change C code license to GPLv3; change C code license to allow openssl 10 лет назад
Makefile.am 337e2c905a Issue 6951 - Dynamic Certificate refresh phase 1 - Search support (#7117) 4 месяцев назад
README.md 0d907a97ee Issue 4577 - Add GitHub actions 4 лет назад
VERSION.sh 37dcafc0bb Bump version to 3.2.0 3 месяцев назад
autogen.sh 81c50ce8e2 Issue 50971 - Support building on FreeBSD. 6 лет назад
buildnum.py 81c50ce8e2 Issue 50971 - Support building on FreeBSD. 6 лет назад
configure.ac 57fb09fbf8 Issue 7160 - Add lib389 version sync check to configure (#7165) 3 месяцев назад
rpm.mk a603fcdebb Issue 6220 - Add Packit configuration (#6221) 1 месяц назад

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.