diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-02-20 01:11:21 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-02-20 01:11:21 +0000 |
commit | 8da7252b0f97c91ec9b6e0c01e0e7893f118e2e7 (patch) | |
tree | 977a48e4ec77eb4032aeb4baf91142413d9c2dc3 /conf.default/config.xml | |
parent | 02aee0690eb239a8f97c9eaab82037a0b5323c35 (diff) | |
download | pfsense-8da7252b0f97c91ec9b6e0c01e0e7893f118e2e7.zip pfsense-8da7252b0f97c91ec9b6e0c01e0e7893f118e2e7.tar.gz |
Add missing bits from HEAD.
Diffstat (limited to 'conf.default/config.xml')
-rw-r--r-- | conf.default/config.xml | 38 |
1 files changed, 38 insertions, 0 deletions
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> |