FireBrick 2700 Configuration run-through: Difference between revisions
Appearance
Content deleted Content added
→Configuring Initial Basic Settings: Fix NTP config |
→Configuring Initial Basic Settings: remove tabs |
||
| Line 60: | Line 60: | ||
Set yourself a user with full debug rights, e.g.: |
Set yourself a user with full debug rights, e.g.: |
||
<tabs> |
|||
<tab name="XML"> |
|||
<syntaxhighlight lang=xml> |
<syntaxhighlight lang=xml> |
||
<user name="john" timeout="PT20M" level="DEBUG" password="secret"/> |
<user name="john" timeout="PT20M" level="DEBUG" password="secret"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
</tab> |
|||
<tab name="GUI"> |
|||
coming soon |
|||
</tab> |
|||
</tabs> |
|||
To explain the timeout a bit: |
To explain the timeout a bit: |
||