-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# -*- text -*- | ||
# Copyright (C) 2024 The FreeRADIUS Server project and contributors | ||
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 | ||
# Version $Id$ | ||
############################################################################## | ||
# | ||
# Juniper commands | ||
# | ||
# https://www.juniper.net/documentation/en_US/junos13.1/topics/task/configuration/tacacs-authentication-configuring.html | ||
# | ||
# $Id$ | ||
# | ||
############################################################################## | ||
|
||
# | ||
# The username local to the router | ||
# | ||
DEFINE local-user-name string | ||
|
||
# | ||
# Regular expression to match allowed commands | ||
# | ||
DEFINE allow-commands string | ||
|
||
# | ||
# Regular expression to match allowed configurations | ||
# | ||
DEFINE allow-configurations string | ||
|
||
# | ||
# Regular expression to match denied commands | ||
# | ||
DEFINE deny-commands string | ||
|
||
# | ||
# Regular expression to match denied configurations | ||
# | ||
DEFINE deny-configuration string |