Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
d069f324
Commit
d069f324
authored
Dec 25, 2019
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bad export
parent
931cdc61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Constants.pm
...nldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Constants.pm
+6
-6
No files found.
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Constants.pm
View file @
d069f324
...
...
@@ -100,8 +100,8 @@ use constant {
PE_ISSUERMISSINGREQATTR
=>
94
,
PE_DECRYPTVALUE_SERVICE_NOT_ALLOWED
=>
95
,
PE_BADOTP
=>
96
,
PE_RESETCERTIFICATE_INVALID
E
=>
97
,
PE_RESETCERTIFICATE_FOREMPTY
=>
98
,
PE_RESETCERTIFICATE_INVALID
=>
97
,
PE_RESETCERTIFICATE_FOR
M
EMPTY
=>
98
,
PE_RESETCERTIFICATE_FIRSTACCESS
=>
99
,
};
...
...
@@ -199,8 +199,8 @@ sub portalConsts {
'
94
'
=>
'
PE_ISSUERMISSINGREQATTR
',
'
95
'
=>
'
PE_DECRYPTVALUE_SERVICE_NOT_ALLOWED
',
'
96
'
=>
'
PE_BADOTP
',
'
97
'
=>
'
PE_RESETCERTIFICATE_INVALID
E
',
'
98
'
=>
'
PE_RESETCERTIFICATE_FOREMPTY
',
'
97
'
=>
'
PE_RESETCERTIFICATE_INVALID
',
'
98
'
=>
'
PE_RESETCERTIFICATE_FOR
M
EMPTY
',
'
99
'
=>
'
PE_RESETCERTIFICATE_FIRSTACCESS
'
};
...
...
@@ -302,8 +302,8 @@ our @EXPORT_OK = (
'
PE_ISSUERMISSINGREQATTR
',
'
PE_DECRYPTVALUE_SERVICE_NOT_ALLOWED
',
'
PE_BADOTP
',
'
PE_RESETCERTIFICATE_INVALID
E
',
'
PE_RESETCERTIFICATE_FOREMPTY
',
'
PE_RESETCERTIFICATE_INVALID
',
'
PE_RESETCERTIFICATE_FOR
M
EMPTY
',
'
PE_RESETCERTIFICATE_FIRSTACCESS
'
);
our
%EXPORT_TAGS
=
(
'
all
'
=>
[
@EXPORT_OK
,
'
import
'
],
);
...
...
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