From 3dd502d1c3ffe88f25c3a312c16cb184662b630c Mon Sep 17 00:00:00 2001 From: Derek Wuelfrath Date: Wed, 5 Feb 2014 14:53:12 -0500 Subject: [PATCH] Typo in UPGRADE document --- UPGRADE.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE.asciidoc b/UPGRADE.asciidoc index dbf9fc418a88..d5a571bb3148 100644 --- a/UPGRADE.asciidoc +++ b/UPGRADE.asciidoc @@ -25,7 +25,7 @@ Configuration changes The parameters `trapping.redirecturl` and `trapping.always_use_redirecturl` from `pf.conf` (or `pf.conf.defaults`) were moved to the default portal profile in `profiles.conf`. -The action `set_access_level` of authentication sources in `authentication.pf` must now match one of the admin roles +The action `set_access_level` of authentication sources in `authentication.conf` must now match one of the admin roles defined in `adminroles.conf`. The previous level `4294967295` must be replaced by *ALL* and the level `0` by *NONE*. Adjust your configuration files accordingly.