never use LDAP, only use the DB for users login, groups, ecc... // 1 -> always use LDAP, don't use DB for readonly users operations: login, groups... // 2 -> first use LDAP, if the user is not present in LDAP or the credentials are not ok then use the DB // END of DB Configuration directives ****************************** // GENERAL Site Configuration ************************************************ /* JS Alert on erroneous login (JavaScript alert() in body onload) */ $Alert_on_login = "YES"; /* Text to use in this way on erroneous login: JavaScript: alert(""); */ $alert_text = 'Login failed!! Please try again!'; /* This is the site title (<?=$Site_title?>) */ $Site_title = 'cmsdAm, the simple CMS generation'; /* HTML META DESCRIPTION () */ $HTML_Meta_description = 'cmsdAm, the simple CMS generation'; /* HTML META KEYWORDS () */ $HTML_Meta_keywords = 'cmsdam, dAm2K, dam, cms, linux, sourceforge, open, source, opensource, gpl, free, gnu'; /* HTML META AUTHOR () */ $HTML_Meta_author = 'Dino Ciuffetti, dAm2K - dam2k@users.sourceforge.net'; // HTML META revisit-after time period in days for robots like search engines. 0 to disable $HTML_Meta_revisit = "10"; /* HTTP max-age (HTTP cache mechanism, page max age in seconds) */ $HTTP_maxage = 300; // 600 seconds = 10 minutes /* HTTP content type (text formatting) */ $HTTP_contenttype = "text/html"; /* HTTP charset (text formatting) */ // $HTTP_charset = "UTF-8"; $HTTP_charset = "iso-8859-1"; // CMS mail administrator, default "From:" address for mails from cmsdam $cmsdam_admin_email = "dam2k@users.sourceforge.net"; // Total page Timeout (PHP time_limit) in seconds. 0 for infinite $PHP_time_limit = "300"; // END of GENERAL Site Configuration ***************************************** ?>