Last change
on this file since 2533 was
2099,
checked in by andersk, 16 years ago
|
Turn off autocompletion of console names.
|
File size:
494 bytes
|
Line | |
---|
1 | # default config for console |
---|
2 | config * { |
---|
3 | sslrequired yes; |
---|
4 | autocomplete no; |
---|
5 | } |
---|
6 | # If no consoles are defined, as is the case when the host first boots |
---|
7 | # up, conserver will quit. This keeps it running. |
---|
8 | # |
---|
9 | # Should someone create a VM called dummy-console, their VM will |
---|
10 | # shadow over this one |
---|
11 | console dummy-console { |
---|
12 | master localhost; |
---|
13 | type noop; |
---|
14 | } |
---|
15 | |
---|
16 | default * { |
---|
17 | type exec; |
---|
18 | } |
---|
19 | access * { |
---|
20 | trusted 127.0.0.1; |
---|
21 | limited *; |
---|
22 | } |
---|
23 | |
---|
24 | #include /etc/conserver/invirt-hosts.cf |
---|
Note: See
TracBrowser
for help on using the repository browser.