diff options
Diffstat (limited to 'contrib/syslinux-4.02/com32/cmenu/password')
-rw-r--r-- | contrib/syslinux-4.02/com32/cmenu/password | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/syslinux-4.02/com32/cmenu/password b/contrib/syslinux-4.02/com32/cmenu/password new file mode 100644 index 0000000..3caffe2 --- /dev/null +++ b/contrib/syslinux-4.02/com32/cmenu/password @@ -0,0 +1,18 @@ +# This file should be available as /isolinux/password +# for complex.c to use. +# +# All lines starting with # and empty lines are ignored +# +# All non-comment lines here are of the form +# USERNAME:PWDHASH:PERM1:PERM2:...: +# +# where USERNAME is maximum of 12 chars, +# PWDHASH is maximum of 40 chars (DES ENCRYPTED) +# PERM1,... are arbitrary strings +# +# The current lines correspond to +# user1:secret1, user2:secret2, user3:secret3 + +user1:LcMRo3YZGtP0c:editcmd +user2:FqewzyxP78a7A: +user3:MKjmc.IHoXBNU:root |