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
fac231ba
Commit
fac231ba
authored
Jul 18, 2021
by
Clément OUDOT
Browse files
Ignore unknown options for CLI (
#2562
)
parent
ec653bff
Pipeline
#14838
passed with stage
in 14 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-common/scripts/lemonldap-ng-cli
View file @
fac231ba
...
...
@@ -3,7 +3,7 @@
use
warnings
;
use
strict
;
use
POSIX
;
use
Getopt::
Long
;
use
Getopt::
Long
qw(:config pass_through)
;
our
$opt_user
=
'
__APACHEUSER__
';
our
$opt_group
=
'
__APACHEGROUP__
';
...
...
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