域控

William Brown 938fb3478b Ticket 50784 - performance testing scripts 7 years ago
.cargo cc8bfec02d Ticket 50633 - Add cargo vendor support for offline builds 6 years ago
dirsrvtests 938fb3478b Ticket 50784 - performance testing scripts 5 years ago
docker 74557dbe5c Issue 50812 - dscontainer executable should be placed under /usr/libexec/dirsrv/ 5 years ago
docs 9ff284fcb2 Issue 49679 - Missing nunc-stans documentation and doxygen warnings 7 years ago
include a90dec7060 Ticket 49361 - Use IPv6 friendly network functions 6 years ago
ldap 938fb3478b Ticket 50784 - performance testing scripts 5 years ago
lib a90dec7060 Ticket 49361 - Use IPv6 friendly network functions 6 years ago
m4 b770ac7231 Issue 49730 - MozLDAP bindings have been unsupported for a while 6 years ago
man 54ae3dfbe7 Issue 50572 - After running cl-dump dbdir/cldb/*ldif.done are not deleted 6 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 74557dbe5c Issue 50812 - dscontainer executable should be placed under /usr/libexec/dirsrv/ 5 years ago
src 938fb3478b Ticket 50784 - performance testing scripts 5 years ago
test 43f7b99c52 Ticket 50349 - filter schema validation 6 years ago
wrappers 28f40a83ea Ticket 50595 - remove syslog.target requirement 6 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 cc8bfec02d Ticket 50633 - Add cargo vendor support for offline builds 6 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.openssl 88cae401ae Ticket #48032,48033 - change C code license to GPLv3; change C code license to allow openssl 10 years ago
Makefile.am 938fb3478b Ticket 50784 - performance testing scripts 5 years ago
README.md 43f7b99c52 Ticket 50349 - filter schema validation 6 years ago
VERSION.sh a08202a5b7 Bump version to 1.4.3.1 5 years ago
autogen.sh 4934b57afb Ticket 50431 - Fix covscan warnings 6 years ago
buildnum.pl 219661481e Ticket 49347 - reproducable build numbers 8 years ago
configure.ac 938fb3478b Ticket 50784 - performance testing scripts 5 years ago
docker.mk 957e2ae225 Issue 50439 - Update docker integration for Fedora 6 years ago
rpm.mk 957e2ae225 Issue 50439 - Update docker integration for Fedora 6 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:

http://www.port389.org/

Building

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

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 online:

http://www.port389.org/docs/389ds/contributing.html