Revision 129, 426 bytes
(checked in by broder, 17 years ago)
|
Lots of config packages! These combined should deprecate the need for the MIT Kerberos extras
|
Line | |
---|
1 |
# This file determines the behavior of the Hesiod library. |
---|
2 |
|
---|
3 |
# This line should pretty much always be the same, unless you have a |
---|
4 |
# funny environment. |
---|
5 |
lhs=.ns |
---|
6 |
|
---|
7 |
# This determines the Hesiod domain. You must specify an rhs line. |
---|
8 |
rhs=.athena.mit.edu |
---|
9 |
|
---|
10 |
# This line specifies the class search order. You can reverse the |
---|
11 |
# order or leave out IN or HS if you want. Don't add spaces after the |
---|
12 |
# beginning of the value. |
---|
13 |
classes=IN,HS |
---|