Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
115725da
Commit
115725da
authored
Jul 15, 2021
by
Alex Kelly
Browse files
Added the same --user and --group options to lemonldap-ng-cli
parent
da87299b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-common/scripts/lemonldap-ng-cli
View file @
115725da
...
...
@@ -3,6 +3,15 @@
use
warnings
;
use
strict
;
use
POSIX
;
use
Getopt::
Long
;
our
$opt_user
=
'
apache
';
our
$opt_group
=
'
apache
';
GetOptions
(
"
user=s
"
=>
\
$opt_user
,
"
group=s
"
=>
\
$opt_group
)
or
die
("
Error in command line arguments
\n
");
my
$action
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment