Revision 8da7252b
Added by Scott Ullrich over 17 years ago
cf/conf/config.xml | ||
---|---|---|
110 | 110 |
<dnsallowoverride/> |
111 | 111 |
<username>admin</username> |
112 | 112 |
<password>$1$dSJImFph$GvZ7.1UbuWu.Yb8etC0re.</password> |
113 |
<group> |
|
114 |
<name>admins</name> |
|
115 |
<description>System Administrators</description> |
|
116 |
<scope>system</scope> |
|
117 |
<pages>ANY</pages> |
|
118 |
<home>index.php</home> |
|
119 |
<gid>110</gid> |
|
120 |
</group> |
|
121 |
<user> |
|
122 |
<name>admin</name> |
|
123 |
<fullname>System Administrator</fullname> |
|
124 |
<scope>system</scope> |
|
125 |
<groupname>admins</groupname> |
|
126 |
<password>$1$dSJImFph$GvZ7.1UbuWu.Yb8etC0re.</password> |
|
127 |
<uid>0</uid> |
|
128 |
<priv> |
|
129 |
<id>lockwc</id> |
|
130 |
<name>Lock webConfigurator</name> |
|
131 |
<descr>Indicates whether this user will lock access to the webConfigurator for other users.</descr> |
|
132 |
</priv> |
|
133 |
<priv> |
|
134 |
<id>lock-ipages</id> |
|
135 |
<name>Lock individual pages</name> |
|
136 |
<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> |
|
137 |
</priv> |
|
138 |
<priv> |
|
139 |
<id>hasshell</id> |
|
140 |
<name>Has shell access</name> |
|
141 |
<descr>Indicates whether this user is able to login for example via SSH.</descr> |
|
142 |
</priv> |
|
143 |
<priv> |
|
144 |
<id>isroot</id> |
|
145 |
<name>Is root user</name> |
|
146 |
<descr>This user is associated with the UNIX root user (you should associate this privilege only with one single user).</descr> |
|
147 |
</priv> |
|
148 |
</user> |
|
149 |
<nextuid>115</nextuid> |
|
150 |
<nextgid>115</nextgid> |
|
113 | 151 |
<timezone>Etc/UTC</timezone> |
114 | 152 |
<time-update-interval>300</time-update-interval> |
115 | 153 |
<timeservers>0.pfsense.pool.ntp.org</timeservers> |
... | ... | |
124 | 162 |
<noantilockout></noantilockout> |
125 | 163 |
--> |
126 | 164 |
</webgui> |
127 |
<disablenatreflection>yes</disablenatreflection>
|
|
165 |
<disablenatreflection>yes</disablenatreflection>
|
|
128 | 166 |
<!-- <disableconsolemenu/> --> |
129 | 167 |
<!-- <disablefirmwarecheck/> --> |
130 | 168 |
<!-- <shellcmd></shellcmd> --> |
Also available in: Unified diff
Add missing bits from HEAD.