Skip to content

Commit

Permalink
as found on the net
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Dec 12, 2024
1 parent 78428f6 commit 2a880c6
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions share/dictionary/tacacs/dictionary.juniper
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

0 comments on commit 2a880c6

Please sign in to comment.