diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2001-06-15 06:10:32 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2001-06-15 06:10:32 +0000 |
| commit | 2b0ace3aa632c8af8da25ffb899627dad464f0c1 (patch) | |
| tree | ade63fcfad48a644c4b1c8d20e07bc629ff621fc /src | |
| parent | d66842af3b99d2e5137debd4e5446571143f013a (diff) | |
| download | krb5-2b0ace3aa632c8af8da25ffb899627dad464f0c1.tar.gz krb5-2b0ace3aa632c8af8da25ffb899627dad464f0c1.tar.xz krb5-2b0ace3aa632c8af8da25ffb899627dad464f0c1.zip | |
update profile section name in comments to reflect reality and other docs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13349 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/krb/walk_rtree.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/krb5/krb/walk_rtree.c b/src/lib/krb5/krb/walk_rtree.c index a866f6fe9e..399f5acab1 100644 --- a/src/lib/krb5/krb/walk_rtree.c +++ b/src/lib/krb5/krb/walk_rtree.c @@ -33,7 +33,7 @@ * is allowed by RFC 1510: "If a hierarchical orginization is not used * it may be necessary to consult some database in order to construct * an authentication path between realms." The database is contained - * in the [capath] section of the krb5.conf file. + * in the [capaths] section of the krb5.conf file. * Client to server paths are defined. There are n**2 possible * entries, but only those entries which are needed by the client * or server need be present in its krb5.conf file. (n entries or 2*n @@ -44,10 +44,10 @@ * other ANL, NERSC and PNL. Each of these orginizations wants to * use its DNS name in the realm, ANL.GOV. In addition ANL wants * to authenticatite to HAL.COM via a K5.MOON and K5.JUPITER - * A [capath] section of the krb5.conf file for the ANL.GOV clients + * A [capaths] section of the krb5.conf file for the ANL.GOV clients * and servers would look like: * - * [capath] + * [capaths] * ANL.GOV = { * NERSC.GOV = ES.NET * PNL.GOV = ES.NET |
