summaryrefslogtreecommitdiffstats
path: root/cf/conf
diff options
context:
space:
mode:
Diffstat (limited to 'cf/conf')
-rw-r--r--cf/conf/config.xml40
1 files changed, 39 insertions, 1 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml
index 904afa2..bafbc90 100644
--- a/cf/conf/config.xml
+++ b/cf/conf/config.xml
@@ -110,6 +110,44 @@
<dnsallowoverride/>
<username>admin</username>
<password>$1$dSJImFph$GvZ7.1UbuWu.Yb8etC0re.</password>
+ <group>
+ <name>admins</name>
+ <description>System Administrators</description>
+ <scope>system</scope>
+ <pages>ANY</pages>
+ <home>index.php</home>
+ <gid>110</gid>
+ </group>
+ <user>
+ <name>admin</name>
+ <fullname>System Administrator</fullname>
+ <scope>system</scope>
+ <groupname>admins</groupname>
+ <password>$1$dSJImFph$GvZ7.1UbuWu.Yb8etC0re.</password>
+ <uid>0</uid>
+ <priv>
+ <id>lockwc</id>
+ <name>Lock webConfigurator</name>
+ <descr>Indicates whether this user will lock access to the webConfigurator for other users.</descr>
+ </priv>
+ <priv>
+ <id>lock-ipages</id>
+ <name>Lock individual pages</name>
+ <descr>Indicates whether this user will lock individual HTML pages after having accessed a particular page(the lock will be freed if the user leaves or saves the page form).</descr>
+ </priv>
+ <priv>
+ <id>hasshell</id>
+ <name>Has shell access</name>
+ <descr>Indicates whether this user is able to login for example via SSH.</descr>
+ </priv>
+ <priv>
+ <id>isroot</id>
+ <name>Is root user</name>
+ <descr>This user is associated with the UNIX root user (you should associate this privilege only with one single user).</descr>
+ </priv>
+ </user>
+ <nextuid>115</nextuid>
+ <nextgid>115</nextgid>
<timezone>Etc/UTC</timezone>
<time-update-interval>300</time-update-interval>
<timeservers>0.pfsense.pool.ntp.org</timeservers>
@@ -124,7 +162,7 @@
<noantilockout></noantilockout>
-->
</webgui>
- <disablenatreflection>yes</disablenatreflection>
+ <disablenatreflection>yes</disablenatreflection>
<!-- <disableconsolemenu/> -->
<!-- <disablefirmwarecheck/> -->
<!-- <shellcmd></shellcmd> -->
OpenPOWER on IntegriCloud