File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ configuration file at `/etc/netauth.toml`.
19
19
Important options from the help output:
20
20
21
21
```
22
- -group-file string
23
- Group cache to write to (default "/etc/group.cache")
24
22
-homedir string
25
23
Home directory to provide if none is available from NetAuth (default "/tmp/{UID}")
24
+ -shell string
25
+ Default shell to use if none is provided in the directory (default "/bin/nologin")
26
26
-indirects
27
27
Include indirect relationships in the group map (default true)
28
28
-min-gid int
@@ -31,10 +31,10 @@ Minimum GID number to accept (default 2000)
31
31
Minimum UID number to accept (default 2000)
32
32
-passwd-file string
33
33
Passwd cache to write to (default "/etc/passwd.cache")
34
+ -group-file string
35
+ Group cache to write to (default "/etc/group.cache")
34
36
-shadow-file string
35
37
Shadow cache to write to (default "/etc/shadow.cache")
36
- -shell string
37
- Default shell to use if none is provided in the directory (default "/bin/nologin")
38
38
```
39
39
40
40
Of these, the following are important to understand:
You can’t perform that action at this time.
0 commit comments