|
|
4 روز پیش | |
|---|---|---|
| .cargo | 8a3cea679a Issue 50737 - Allow building with rust online without vendoring | 5 سال پیش |
| .copr | e09d984add Issue 5239 - Nightly copr builds are broken | 3 سال پیش |
| .github | aad2c66dc3 Issue 6534 - CI fails with Fedora 41 and DNF5 | 5 ماه پیش |
| dirsrvtests | 34d30cf2c1 Issue 7071 - search filter (&(cn:dn:=groups)) no longer returns results | 1 روز پیش |
| docker | 3813f79907 Remove stale libevent(-devel) dependency | 2 سال پیش |
| 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 | 34d30cf2c1 Issue 7071 - search filter (&(cn:dn:=groups)) no longer returns results | 1 روز پیش |
| lib | 0ff0425587 Issue 6442 - Fix latest covscan memory leaks | 10 ماه پیش |
| m4 | 8e6ce71d32 Issue 6120 - /usr/lib64/dirsrv/plugins/libback-bdb.so has an invalid-looking DT_RPATH: /usr/lib/dirsrv | 1 سال پیش |
| man | 9cabea2785 Issue 3342 - RFE logconv.pl should have a replacement in CLI tools (#6444) | 9 ماه پیش |
| profiling | 938fb3478b Ticket 50784 - performance testing scripts | 5 سال پیش |
| rfcs | 6fa30ec4b2 Ticket 48707 - Update rfc to accomodate that authid is mandatory | 8 سال پیش |
| rpm | db6dfb5e54 Issue 6625 - UI - various fixes part 3 | 8 ماه پیش |
| src | a97b32dd92 Issue 7041 - CLI/UI - memberOf - no way to add/remove specific group filters | 4 روز پیش |
| test | 3b76ff7a8f Issue 3527 - Fix HAProxy x390x compatibility and compiler warnings (#5801) | 2 سال پیش |
| wrappers | 6754e947ef Issue 6181 - RFE - Allow system to manage uid/gid at startup | 2 ماه پیش |
| .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 | cb825e0b1a Issue 4169 - UI - Migrate Typeaheads to PF4 (#4808) | 4 سال پیش |
| LICENSE | f1e5692b27 Ticket 49214 - Implement htree concept | 8 سال پیش |
| 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 | 8 سال پیش |
| 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 | 9cabea2785 Issue 3342 - RFE logconv.pl should have a replacement in CLI tools (#6444) | 9 ماه پیش |
| README.md | 0d907a97ee Issue 4577 - Add GitHub actions | 4 سال پیش |
| VERSION.sh | 66a9ee1c2e Bump version to 3.0.6 | 9 ماه پیش |
| autogen.sh | 81c50ce8e2 Issue 50971 - Support building on FreeBSD. | 5 سال پیش |
| buildnum.py | 81c50ce8e2 Issue 50971 - Support building on FreeBSD. | 5 سال پیش |
| configure.ac | 331016e3a7 Issue 6415 - BUG - Incorrect icu linking (#6416) | 11 ماه پیش |
| docker.mk | 8badf2c6d7 Issue 4656 - Remove problematic language from source code | 3 سال پیش |
| rpm.mk | e886f13bb4 Issue 6603 - Release tarballs ship a different Cargo.lock | 6 ماه پیش |
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.
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
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.
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
Please see our contributing guide.