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
a6766f1d
Commit
a6766f1d
authored
Jul 16, 2021
by
Clément OUDOT
Browse files
Fix CLI script (
#2562
)
parent
703892f8
Pipeline
#14778
passed with stage
in 9 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-common/scripts/lemonldap-ng-cli
View file @
a6766f1d
...
...
@@ -6,7 +6,7 @@ use POSIX;
use
Getopt::
Long
;
our
$opt_user
=
'
__APACHEUSER__
';
our
$opt_group
=
'
__APACHEGROUP
';
our
$opt_group
=
'
__APACHEGROUP
__
';
GetOptions
(
"
user=s
"
=>
\
$opt_user
,
"
group=s
"
=>
\
$opt_group
...
...
Write
Preview
Supports
Markdown
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