forked from Ivasoft/openwrt
base-files: ship a static initial shadow db instead of creating it from passwd with sed, this fixes registering of users at compile time
SVN-Revision: 32064
This commit is contained in:
5
package/base-files/files/etc/shadow
Normal file
5
package/base-files/files/etc/shadow
Normal file
@@ -0,0 +1,5 @@
|
||||
root:x:0:0:99999:7:::
|
||||
daemon:*:0:0:99999:7:::
|
||||
ftp:*:0:0:99999:7:::
|
||||
network:*:0:0:99999:7:::
|
||||
nobody:*:0:0:99999:7:::
|
||||
Reference in New Issue
Block a user