2021-05-09 22:11:30 -04:00
|
|
|
==================
|
|
|
|
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)))
|
2022-04-04 22:08:03 -04:00
|
|
|
|
2022-03-07 13:02:36 -05:00
|
|
|
==================
|
|
|
|
Numerical
|
|
|
|
==================
|
|
|
|
|
|
|
|
USER 1004:1004
|
|
|
|
|
|
|
|
---
|
2021-05-09 22:11:30 -04:00
|
|
|
|
2022-03-07 13:02:36 -05:00
|
|
|
(source_file
|
|
|
|
(user_instruction
|
|
|
|
user: (unquoted_string)
|
|
|
|
group: (unquoted_string)))
|
2022-04-04 22:08:03 -04:00
|
|
|
|
|
|
|
===========================
|
|
|
|
No spaces in user:group
|
|
|
|
===========================
|
|
|
|
|
|
|
|
USER a: b
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
(source_file
|
|
|
|
(ERROR
|
|
|
|
(unquoted_string)))
|