⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
augeas
/
lenses
/
dist
/
tests
/
Edit File: test_group.aug
module Test_group = let conf = "bin:x:2: audio:x:29:joe avahi-autoipd:!:113:bill,martha " test Group.lns get conf = { "bin" { "password" = "x" } { "gid" = "2" } } { "audio" { "password" = "x" } { "gid" = "29" } { "user" = "joe" } } { "avahi-autoipd" { "password" = "!" } { "gid" = "113" } { "user" = "bill"} { "user" = "martha"} } (* Password field can be empty *) test Group.lns get "root::0:root\n" = { "root" { "password" = "" } { "gid" = "0" } { "user" = "root" } } (* Password field can be disabled by ! or * *) test Group.lns get "testgrp:!:0:testusr\n" = { "testgrp" { "password" = "!" } { "gid" = "0" } { "user" = "testusr" } } test Group.lns get "testgrp:*:0:testusr\n" = { "testgrp" { "password" = "*" } { "gid" = "0" } { "user" = "testusr" } } (* NIS defaults *) test Group.lns get "+\n" = { "@nisdefault" } test Group.lns get "+:::\n" = { "@nisdefault" { "password" = "" } { "gid" = "" } } test Group.lns get "+:*::\n" = { "@nisdefault" { "password" = "*" } { "gid" = "" } }
Simpan