Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| cluebringer.conf [2013-12-06 09:17] – Change colon to full stop rspencer | cluebringer.conf [2013-12-06 12:29] (current) – Fix heading levels rspencer | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== | 
| - | ===== protocols | + | ===== [server] | 
| + | |||
| + | ==== protocols | ||
| List of protocols to load, one per line: | List of protocols to load, one per line: | ||
| Line 12: | Line 14: | ||
| </ | </ | ||
| - | ===== modules | + | ==== modules ==== | 
| List of modules to load, one per line: | List of modules to load, one per line: | ||
| Line 29: | Line 31: | ||
| </ | </ | ||
| - | ===== user ===== | + | ==== user ==== | 
| User to become after starting up: | User to become after starting up: | ||
| Line 37: | Line 39: | ||
| </ | </ | ||
| - | ===== group ===== | + | ==== group ==== | 
| Group to become after starting up: | Group to become after starting up: | ||
| Line 45: | Line 47: | ||
| </ | </ | ||
| - | ===== pid_file | + | ==== pid_file ==== | 
| Filename to store pid of parent process: | Filename to store pid of parent process: | ||
| Line 53: | Line 55: | ||
| </ | </ | ||
| - | ===== cache_file | + | ==== cache_file ==== | 
| Filename to store cache: | Filename to store cache: | ||
| Line 61: | Line 63: | ||
| </ | </ | ||
| - | ===== background | + | ==== background ==== | 
| Prevent cbpolicyd from going into the background: | Prevent cbpolicyd from going into the background: | ||
| Line 69: | Line 71: | ||
| </ | </ | ||
| - | ===== Preforking configuration | + | ==== Preforking configuration ==== | 
| * min_server | * min_server | ||
| Line 91: | Line 93: | ||
| </ | </ | ||
| - | ===== log_level | + | ==== log_level ==== | 
| Specify the level of logging to use when policyd is running: | Specify the level of logging to use when policyd is running: | ||
| Line 107: | Line 109: | ||
| * 4 - Debugging | * 4 - Debugging | ||
| - | ===== log_file | + | ==== log_file ==== | 
| File to log to instead of STDOUT: | File to log to instead of STDOUT: | ||
| Line 115: | Line 117: | ||
| </ | </ | ||
| - | ===== Log destination and methods | + | ==== Log destination and methods ==== | 
| Log destination for mail logs: | Log destination for mail logs: | ||
| Line 155: | Line 157: | ||
| </ | </ | ||
| - | ===== log_detail | + | ==== log_detail ==== | 
| Things to log in extreme detail: | Things to log in extreme detail: | ||
| Line 173: | Line 175: | ||
| </ | </ | ||
| - | ===== proto ===== | + | ==== proto ==== | 
| Protocol to use " | Protocol to use " | ||
| Line 181: | Line 183: | ||
| </ | </ | ||
| - | ===== host ===== | + | ==== host ==== | 
| IP to listen on, * for all. Blank for unix sockets. Defaults to *: | IP to listen on, * for all. Blank for unix sockets. Defaults to *: | ||
| Line 189: | Line 191: | ||
| </ | </ | ||
| - | ===== port ===== | + | ==== port ==== | 
| Port to run on, in the case of a unix socket it would be the path. Defaults to 10031: | Port to run on, in the case of a unix socket it would be the path. Defaults to 10031: | ||
| Line 198: | Line 200: | ||
| </ | </ | ||
| - | ===== timeout_idle | + | ==== timeout_idle ==== | 
| Time out in communication with clients: | Time out in communication with clients: | ||
| Line 207: | Line 209: | ||
| *< | *< | ||
| - | ===== cidr_allow/ | + | ==== cidr_allow/ | 
| Comma, whitespace or semi-colon separated. Contains a CIDR block to compare the clients IP to. If cidr_allow or cidr_deny options are given, the incoming client must match a cidr_allow and not match a cidr_deny otherwise the client connection will be closed. | Comma, whitespace or semi-colon separated. Contains a CIDR block to compare the clients IP to. If cidr_allow or cidr_deny options are given, the incoming client must match a cidr_allow and not match a cidr_deny otherwise the client connection will be closed. | ||
| Line 216: | Line 218: | ||
| </ | </ | ||
| - | ====== [database] | + | ===== [database] ===== | 
| - | ===== DSN ===== | + | ==== DSN ==== | 
| Database access details: | Database access details: | ||
| Line 229: | Line 231: | ||
| </ | </ | ||
| - | ===== bypass_mode | + | ==== bypass_mode ==== | 
| What to do when there is a database connection problem: | What to do when there is a database connection problem: | ||
| Line 239: | Line 241: | ||
| </ | </ | ||
| - | ===== bypass_timeout | + | ==== bypass_timeout ==== | 
| How many seconds before retrying a DB connection: | How many seconds before retrying a DB connection: | ||
| Line 247: | Line 249: | ||
| </ | </ | ||
| - | ===== table_prefix | + | ==== table_prefix ==== | 
| Table prefix to use, be sure to generate the schema with the table prefix aswell! | Table prefix to use, be sure to generate the schema with the table prefix aswell! | ||
| Line 255: | Line 257: | ||
| </ | </ | ||
| - | ====== Module enabling/ | + | ===== Module enabling/ | 
| The defaults are listed below. | The defaults are listed below. | ||