projects
/
pve-access-control.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fix #1670: change PAM service name to project specific name
[pve-access-control.git]
/
pveum
Commit
Line
Data
7c410d63
1
#!/usr/bin/perl
2c3a6c0a
DM
2
3
use strict;
7c410d63
4
use warnings;
2c3a6c0a
5
09281ad7
6
use PVE::CLI::pveum;
2c3a6c0a
7
6bc6a78a
8
PVE::CLI::pveum->run_cli_handler();