27 lines
284 B
Plaintext
27 lines
284 B
Plaintext
==================
|
|
No group
|
|
==================
|
|
|
|
USER foo
|
|
|
|
---
|
|
|
|
(source_file
|
|
(user_instruction
|
|
user: (unquoted_string)))
|
|
|
|
==================
|
|
With group
|
|
==================
|
|
|
|
USER foo:bar
|
|
|
|
---
|
|
|
|
(source_file
|
|
(user_instruction
|
|
user: (unquoted_string)
|
|
group: (unquoted_string)))
|
|
|
|
|