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

Why do many Palo Alto engineers open a TAC case immediately… without checking anything first?

A production issue happens. Application team says “network issue.” Users say “firewall problem.” And within minutes someone says: “Let’s ope...