|
FusionDirectory
|
Go to the source code of this file.
Variables | |
| const | PHP_DIR (isset($_SERVER['CONFIG_FILE'])) "/usr/share/php" |
| php library path | |
| const | PEAR_DIR "/usr/share/php" |
| php pear path More... | |
| const | FPDF "/usr/share/php/fpdf/fpdf.php" |
| fpdf library path More... | |
| const | FPDF_FONTPATH "/usr/share/php/fpdf/font/" |
| Global FPDF FONT define. More... | |
| const | FD_VERSION "1.5" |
| FusionDirectory Version. More... | |
| const | CONFIGRDN "cn=config,ou=fusiondirectory," |
| FusionDirectory config object RDN. More... | |
| const | PHP_MIN_VERSION '7.3.0' |
| Minimum PHP version. More... | |
| const | PHP_ERROR_FATAL 'FALSE' |
| Toggle crashing on PHP error, used for test suites. | |
| const | DEBUG_LDAP 2 |
| const | DEBUG_DB 4 |
| const | DEBUG_SHELL 8 |
| const | DEBUG_POST 16 |
| const | DEBUG_SESSION 32 |
| const | DEBUG_CONFIG 64 |
| const | DEBUG_ACL 128 |
| const | DEBUG_SI 256 |
| const | DEBUG_MAIL 512 |
| const | DEBUG_FAI 1024 |
Define common locations and variables
Definition in file variables_common.inc.
| const CONFIGRDN "cn=config,ou=fusiondirectory," |
FusionDirectory config object RDN.
Define FusionDirectory version
Definition at line 71 of file variables_common.inc.
Referenced by ManagementConfigurationDialog\attrIsWriteable(), templateHandling\listFields(), config\set_current(), and config\updateManagementConfig().
| const DEBUG_ACL 128 |
Debug level for CONFIG information
Definition at line 91 of file variables_common.inc.
| const DEBUG_CONFIG 64 |
Debug level for SESSION content
Definition at line 90 of file variables_common.inc.
Referenced by config\set_current().
| const DEBUG_DB 4 |
Debug level for LDAP queries
Definition at line 86 of file variables_common.inc.
| const DEBUG_FAI 1024 |
Debug level for all about mail (mailAccounts, imap, sieve etc.)
Definition at line 94 of file variables_common.inc.
| const DEBUG_LDAP 2 |
Debug level for tracing of common actions (save, check, etc.)
Definition at line 85 of file variables_common.inc.
Referenced by LDAP\add(), LDAP\connect(), LDAP\count(), LDAP\disconnect(), LDAP\fetch(), LDAP\generateLdif(), LDAP\getCn(), LDAP\modify(), LDAP\modify_batch(), simplePlugin\move(), LDAP\object_match_filter(), LDAP\parse_result(), LDAP\rebind(), LDAP\rename_dn(), LDAP\rm(), LDAP\rmdir(), LDAP\rmdir_recursive(), LDAP\search(), LDAP\set_size_limit(), and LDAP\unbind().
| const DEBUG_MAIL 512 |
Debug level for communication with Argonaut
Definition at line 93 of file variables_common.inc.
| const DEBUG_POST 16 |
Debug level for shell commands
Definition at line 88 of file variables_common.inc.
| const DEBUG_SESSION 32 |
Debug level for POST content
Definition at line 89 of file variables_common.inc.
| const DEBUG_SHELL 8 |
Debug level for database operations
Definition at line 87 of file variables_common.inc.
Referenced by simplePlugin\callHook().
| const DEBUG_SI 256 |
Debug level for ACL infos
Definition at line 92 of file variables_common.inc.
| const FD_VERSION "1.5" |
FusionDirectory Version.
Define fpdf font path
Definition at line 66 of file variables_common.inc.
Referenced by clean_smarty_compile_dir(), and copynotice().
| const FPDF "/usr/share/php/fpdf/fpdf.php" |
| const FPDF_FONTPATH "/usr/share/php/fpdf/font/" |
Global FPDF FONT define.
Define fpdf library path
Definition at line 61 of file variables_common.inc.
| const PEAR_DIR "/usr/share/php" |
| const PHP_MIN_VERSION '7.3.0' |
Minimum PHP version.
Define FusionDirectory config object
Definition at line 76 of file variables_common.inc.
Referenced by dummy_error_handler().
1.8.13