parent
016b2e2a78
commit
b128122701
|
@ -115,6 +115,7 @@ class DomainController
|
|||
$name = $pwuid['name'];
|
||||
print("Name:\t$name" . PHP_EOL);
|
||||
$bindGroup = posix_getgrnam(name: 'bind');
|
||||
print_r($bindGroup);
|
||||
$members = $bindGroup['members'];
|
||||
if (in_array(needle: $name, haystack: $members)) {
|
||||
echo "\t✅ is in group 'bind" . PHP_EOL;
|
||||
|
|
Loading…
Reference in New Issue