Tuesday 10 December 2019

How to allow local user with remote user in f5

Step1: Create Local Account in F5 ( Example: test is the username)
create auth user test role <admin/manager/operator/guest> shell <tmsh/none> partition-access all prompt-for-password
Step2: Next, we configure the account to use local authentication.
run util bash
echo "USERNAME" >> /config/bigip/auth/localusers
sed -ri 's/(localonlyusers LT_STRING_LIST.*)"/\1 \{test\}"/' /etc/confpp.dat

No comments:

Post a Comment

iRule

  iRule: -- o iRule is a powerful and flexible feature within the BIG-IP local traffic management (LTM). o IRule is a powerful & flexibl...