Skip to content

Commit

Permalink
superuser
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmccarron committed Jan 16, 2025
1 parent 07a4ffd commit 5e43385
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/rseries_security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,10 @@ If the system is using LDAP/Active Directory, then the following CLI command sho
.. code-block:: bash
system aaa authentication ldap active_directory true
r10900-1-gsa(config)# system aaa authentication ldap active_directory true
r10900-1-gsa(config)# commit
Commit complete.
r10900-1-gsa(config)#
The admin will then need to enable the ldap-group filters for both the primary and secondary roles which in this case are admin and superuser.
Expand All @@ -1314,7 +1317,10 @@ Because this configuration is using named LDAP groups, you must disable the **un
.. code-block:: bash
system aaa authentication ldap unix_attributes false
r10900-1-gsa(config)# system aaa authentication ldap unix_attributes false
r10900-1-gsa(config)# commit
Commit complete.
r10900-1-gsa(config)#
The next step would be to create a user and assign the primary and secondary roles to this user account. Below are the steps to create the superuser user account called **f5shuser1** and it is assigned to the primary role admin. You will then set the password for the admin account.
Expand Down

0 comments on commit 5e43385

Please sign in to comment.