Skip to content

Commit

Permalink
README(.md): now when Add User, the status is enable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Jan 13, 2025
1 parent 55b8d45 commit c8edbaf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ modify its properties `Set-FGTUserLocal` or delete it `Remove-FGTUserLocal`.
name : MyFGTUserLocal
q_origin_key : MyFGTUserLocal
id : 16779153
status : disable
status : enable
type : password
passwd : ENC XXXX
ldap-server :
Expand All @@ -1304,16 +1304,16 @@ modify its properties `Set-FGTUserLocal` or delete it `Remove-FGTUserLocal`.
name q_origin_key id status type passwd ldap-server radius-server tacacs+-server two-factor
---- ------------ -- ------ ---- ------ ----------- ------------- -------------- ----------
MyFGTUserLocal MyFGTUserLocal 16779153 disable password ENC XXXX disable
MyFGTUserLocal MyFGTUserLocal 16779153 enable password ENC XXXX disable
guest guest 16777217 enable password ENC XXXX disable
# Modify an User Local (status...)
Get-FGTUserLocal -name MyFGTUserLocal | Set-FGTUserLocal -status
Get-FGTUserLocal -name MyFGTUserLocal | Set-FGTUserLocal -status:$false
name : MyFGTUserLocal
q_origin_key : MyFGTUserLocal
id : 16779153
status : enable
status : disable
[...]
# Remove an User Local
Expand Down Expand Up @@ -1378,7 +1378,7 @@ modify its properties `Set-FGTUserLDAP` or delete it `Remove-FGTUserLDAP`.
name : MyFGTUserLocalLDAP
q_origin_key : MyFGTUserLocalLDAP
id : 16779240
status : disable
status : enable
type : ldap
passwd :
ldap-server : MyFGTUserLDAP
Expand Down Expand Up @@ -1442,7 +1442,7 @@ modify its properties `Set-FGTUserRADIUS` or delete it `Remove-FGTUserRADIUS`.
name : MyFGTUserLocalRADIUS
q_origin_key : MyFGTUserLocalRADIUS
id : 16779241
status : disable
status : enable
type : radius
passwd :
ldap-server :
Expand Down Expand Up @@ -1503,7 +1503,7 @@ modify its properties `Set-FGTUserTACACS` or delete it `Remove-FGTUserTACACS`.
name : MyFGTUserLocalTACACS
q_origin_key : MyFGTUserLocalTACACS
id : 16779242
status : disable
status : enable
type : tacacs+
passwd :
ldap-server :
Expand Down

0 comments on commit c8edbaf

Please sign in to comment.