Forum Discussion
JotaCePena_1783
Nimbostratus
Mar 28, 2019How to list all users included root and f5hubblelcdadmin
Hi Folks:
How I can to list all users included root and f5hubblelcdadmin in big-ip LTM config?
we have an automatic tool to compare the changes of users in the big-ip configuration and this does...
Kai_Wilke
MVP
Mar 28, 2019Hi JotaCePena,
you need to parse the
bigip_user.conf directly to see the buildin accounts....
[root@f501:Active:Standalone] / cat /config/bigip_user.conf
TMSH-VERSION: 13.1.0.8
auth user admin {
description "Admin User"
partition-access {
all-partitions {
role admin
}
}
shell none
}
auth user f5hubblelcdadmin {
description f5hubblelcdadmin
partition-access {
all-partitions {
role admin
}
}
shell none
}
auth user root {
description root
shell bash
}
[root@f501:Active:Standalone] / cat /config/bigip_user.conf | grep "auth user" | awk '{print $3}'
admin
f5hubblelcdadmin
root
[root@f501:Active:Standalone] /
Cheers, Kai
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
