summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-02-20 01:11:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-02-20 01:11:21 +0000
commit8da7252b0f97c91ec9b6e0c01e0e7893f118e2e7 (patch)
tree977a48e4ec77eb4032aeb4baf91142413d9c2dc3
parent02aee0690eb239a8f97c9eaab82037a0b5323c35 (diff)
downloadpfsense-8da7252b0f97c91ec9b6e0c01e0e7893f118e2e7.zip
pfsense-8da7252b0f97c91ec9b6e0c01e0e7893f118e2e7.tar.gz
Add missing bits from HEAD.
-rw-r--r--cf/conf/config.xml40
-rw-r--r--conf.default/config.xml38
2 files changed, 77 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> -->
diff --git a/conf.default/config.xml b/conf.default/config.xml
index bd9e96a..c77ff36 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -109,6 +109,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>
OpenPOWER on IntegriCloud