mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
Rebuild
This commit is contained in:
parent
0ef28daaa3
commit
e00cfb2595
2 changed files with 1072 additions and 881 deletions
|
|
@ -1001,6 +1001,12 @@
|
|||
/* define to support dynamic PERL backend */
|
||||
#undef SLAPD_PERL_DYNAMIC
|
||||
|
||||
/* define to support relay backend */
|
||||
#undef SLAPD_RELAY
|
||||
|
||||
/* define to support dynamic relay backend */
|
||||
#undef SLAPD_RELAY_DYNAMIC
|
||||
|
||||
/* define to support SHELL backend */
|
||||
#undef SLAPD_SHELL
|
||||
|
||||
|
|
@ -1013,6 +1019,12 @@
|
|||
/* define to support dynamic SQL backend */
|
||||
#undef SLAPD_SQL_DYNAMIC
|
||||
|
||||
/* define for Dynamic Group overlay */
|
||||
#undef SLAPD_OVER_CHAIN
|
||||
|
||||
/* define for Dynamic Group overlay */
|
||||
#undef SLAPD_OVER_DENYOP
|
||||
|
||||
/* define for Dynamic Group overlay */
|
||||
#undef SLAPD_OVER_DYNGROUP
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue