diff --git a/package/base-files/files/etc/passwd b/package/base-files/files/etc/passwd
index 1d06a803615f4e524bd60f2d72cdb99b54915a99..6d5d883c98d2bd205540ccb7657cab5238be4c70 100644
--- a/package/base-files/files/etc/passwd
+++ b/package/base-files/files/etc/passwd
@@ -1,5 +1,8 @@
 root:x:0:0:root:/root:/bin/ash
-daemon:*:1:1:daemon:/var:/bin/false
 ftp:*:55:55:ftp:/home/ftp:/bin/false
 network:*:101:101:network:/var:/bin/false
 nobody:*:65534:65534:nobody:/var:/bin/false
+daemon:*:65534:65534:daemon:/var:/bin/false
+admin:x:1000:1000:Administrator,,,:/home/admin:/bin/false
+user:x:1001:1001:End User,,,:/home/user:/bin/false
+support:x:1002:1002:Technical Support,,,:/home/support:/bin/false