Skip to content

Commit a89f5a7

Browse files
committed
add notes on difference between inner and outer simultaneous-use
1 parent b4a3923 commit a89f5a7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/antora/modules/howto/pages/simultaneous_use.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ For `Simultaneous-Use` to work. the server needs to know who is
88
online, which means that accounting must be configured and working.
99
Start off by checking the basics, independent of `Simultaneous-Use`.
1010

11+
If you are using EAP, you may also need to configure the
12+
`inner-tunnel` virtual server, and the `session` section there. Be
13+
also careful to correctly handle the difference between the "outer"
14+
User-Name, and the "inner-tunnel" User-Name.
15+
1116
As always, start off with reading the debug output, and use that
1217
information to answer a few questions.
1318

raddb/sites-available/default

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,9 @@ accounting {
794794
# Session database, used for checking Simultaneous-Use. Either the radutmp
795795
# or rlm_sql module can handle this.
796796
# The rlm_sql module is *much* faster
797+
#
798+
# For EAP, you may also need to check sites-available/inner-tunnel,
799+
# and the "session" section there.
797800
session {
798801
# radutmp
799802

0 commit comments

Comments
 (0)