summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-01-10 20:52:06 +0000
committerErmal <eri@pfsense.org>2011-01-10 20:52:06 +0000
commit24e61ccedc015a4634f4d0ca2d38e600635325b9 (patch)
treeb520832a8440e4de7b9a48243ec14d37656267b8 /etc/rc.bootup
parent0f70d563a23c4fde9a31e9285833ebd3c4edfb95 (diff)
downloadpfsense-24e61ccedc015a4634f4d0ca2d38e600635325b9.zip
pfsense-24e61ccedc015a4634f4d0ca2d38e600635325b9.tar.gz
Ticket #317. Unconditionally synchronize users on bootup this might prevent some reports of ssh keys not being there.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 44b398f..6333ab8 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -255,8 +255,7 @@ setup_gateways_monitor();
echo "done.\n";
echo "Synchronizing user settings...";
-if (empty($config['system']['webgui']['backend']))
- local_sync_accounts();
+local_sync_accounts();
echo "done.\n";
if($avail > 0 and $avail < 65) {
@@ -398,4 +397,4 @@ led_normalize();
conf_mount_ro();
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud