This commit is contained in:
parent
6a6198c9b9
commit
28dd9694af
4 changed files with 77 additions and 1 deletions
29
bundles/oidentd/files/oidentd.conf
Normal file
29
bundles/oidentd/files/oidentd.conf
Normal file
|
@ -0,0 +1,29 @@
|
|||
default {
|
||||
default {
|
||||
deny spoof
|
||||
deny spoof_all
|
||||
deny spoof_privport
|
||||
deny random
|
||||
deny random_numeric
|
||||
deny numeric
|
||||
deny hide
|
||||
deny forward
|
||||
}
|
||||
}
|
||||
|
||||
user root {
|
||||
default {
|
||||
force reply "nobody"
|
||||
}
|
||||
}
|
||||
|
||||
% for user, allows in node.metadata.get('oidentd/allows', {}).items():
|
||||
user ${user} {
|
||||
default {
|
||||
% for allow in sorted(allows):
|
||||
allow ${allow}
|
||||
% endfor
|
||||
}
|
||||
}
|
||||
|
||||
% endfor
|
Loading…
Add table
Add a link
Reference in a new issue