'memberdir.netscape.com', * 'name' => 'Netcenter Member Directory', * 'base' => 'ou=member_directory,o=netcenter.com' * ); */ // Add your ldap server options here /** * Javascript in Addressbook Control * * Users may search their addressbook via either a plain HTML or Javascript * enhanced user interface. This option allows you to set the default choice. * Set this default choice as either: * true = javascript * false = html * @global bool $default_use_javascript_addr_book */ $default_use_javascript_addr_book = false; /** * MOTD * * This is a message that is displayed immediately after a user logs in. * @global string $motd */ $motd = ""; /** * To install plugins, just add elements to this array that have * the plugin directory name relative to the /plugins/ directory. * For instance, for the 'sqclock' plugin, you'd put a line like * the following. * $plugins[0] = 'sqclock'; * $plugins[1] = 'attachment_common'; */ // Add list of enabled plugins here /*** Database ***/ /** * Read doc/database.txt in order to get more information * about these settings. */ /** * Database-driven private addressbooks * DSN (Data Source Name) for a database where the private * addressbooks are stored. See doc/db-backend.txt for more info. * If it is not set, the addressbooks are stored in files * in the data dir. * The DSN is in the format: mysql://user:pass@hostname/dbname * The table is the name of the table to use within the * specified database. */ $addrbook_dsn = ''; $addrbook_table = 'address'; /** * Database used to store user data */ $prefs_dsn = ''; $prefs_table = 'userprefs'; $prefs_key_field = 'prefkey'; $prefs_user_field = 'user'; $prefs_val_field = 'prefval'; /** * Subscribe Listing Control * * this disables listing all of the folders on the IMAP Server to * generate the folder subscribe listbox (this can take a long time * when you have a lot of folders). Instead, a textbox will be * displayed allowing users to enter a specific folder name to subscribe to * * This option can't be changed by conf.pl * @global bool $no_list_for_subscribe */ $no_list_for_subscribe = false; /** * Color in config control * * This option is used only by conf.pl script to generate configuration * menu with some colors and is provided here only as reference. * @global integer $config_use_color */ $config_use_color = 2; /** * This option includes special configuration options */ @include SM_PATH . 'config/config_local.php'; /** * Make sure there are no characters after the PHP closing * tag below (including newline characters and whitespace). * Otherwise, that character will cause the headers to be * sent and regular output to begin, which will majorly screw * things up when we try to send more headers later. */ ?>