14 lines
214 B
Plaintext
14 lines
214 B
Plaintext
'users' => [
|
|
{
|
|
'gid' => '1000',
|
|
'groups' => [],
|
|
'icon' => 'default',
|
|
'name' => '',
|
|
'password' => '',
|
|
'realname' => undef,
|
|
'shell' => '/bin/bash',
|
|
'uid' => '1000'
|
|
}
|
|
]
|
|
};
|