diff options
author | Michael Vogt <michael.vogt@gmail.com> | 2018-03-02 12:56:44 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-02 12:56:44 +0100 |
commit | 1825c909ffc596af1d68a7c50e16a498a31c3f5b (patch) | |
tree | 0bd8c61889a397844c6e89a3716b2bd60d6f8bc3 /test/TEST-21-SYSUSERS/test-8.expected-passwd | |
parent | Merge pull request #8332 from poettering/logind-open-if-needed (diff) | |
download | systemd-1825c909ffc596af1d68a7c50e16a498a31c3f5b.tar.xz systemd-1825c909ffc596af1d68a7c50e16a498a31c3f5b.zip |
sysusers: support `u username -:300` style syntax (#8325)
This PR implements the first part of RFE #8046. I.e. this allows to
write:
```
u username -:300
```
Where the uid is chosen automatically but the gid is fixed.
Diffstat (limited to 'test/TEST-21-SYSUSERS/test-8.expected-passwd')
-rw-r--r-- | test/TEST-21-SYSUSERS/test-8.expected-passwd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-21-SYSUSERS/test-8.expected-passwd b/test/TEST-21-SYSUSERS/test-8.expected-passwd new file mode 100644 index 0000000000..727b8197ef --- /dev/null +++ b/test/TEST-21-SYSUSERS/test-8.expected-passwd @@ -0,0 +1 @@ +username:x:SYSTEM_UID_MAX:300::/:/sbin/nologin |