Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
258
Issues
258
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
1274d75a
Commit
1274d75a
authored
Dec 11, 2016
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import 1.9 changes
parent
a959d77e
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
16 deletions
+18
-16
Makefile
Makefile
+4
-5
debian/lemonldap-ng-doc.docs
debian/lemonldap-ng-doc.docs
+1
-1
debian/lemonldap-ng-fr-doc.docs
debian/lemonldap-ng-fr-doc.docs
+1
-1
debian/rules
debian/rules
+5
-2
lemonldap-ng-common/scripts/lemonldap-ng-cli
lemonldap-ng-common/scripts/lemonldap-ng-cli
+1
-1
lemonldap-ng-manager/site/static/languages/en.json
lemonldap-ng-manager/site/static/languages/en.json
+1
-1
lemonldap-ng-portal/example/oauth2.pl
lemonldap-ng-portal/example/oauth2.pl
+2
-2
lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm
lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm
+1
-1
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_OpenIDConnect.pm
...nldap-ng-portal/lib/Lemonldap/NG/Portal/_OpenIDConnect.pm
+2
-2
No files found.
Makefile
View file @
1274d75a
...
...
@@ -168,7 +168,9 @@ PORTALLIBSTOREMOVEFORDEBIAN=$(RPORTALSKINSDIR)/bootstrap/fonts \
$(RPORTALSKINSDIR)
/bootstrap/js/bootstrap
*
\
$(RPORTALSKINSDIR)
/common/js/jquery-
*
\
$(RPORTALSKINSDIR)
/common/js/jquery.cookie
*
DOCLIBSTOREMOVEFORDEBIAN
=
pages/documentation/current/lib/tpl/bootstrap3 pages/documentation/current/lib/scripts/jquery-ui
*
.js
DOCLIBSTOREMOVEFORDEBIAN
=
pages/documentation/current/lib/tpl/bootstrap3
\
pages/documentation/current/lib/scripts/jquery-ui
*
.js
\
pages/documentation/current/bootswatch/3.3.4/flatly/bootstrap.min.css
DOCEXTERNALLIBS
=
$(DOCLIBSTOREMOVEFORDEBIAN)
MANAGEREXTERNALLIBS
=
$(RMANAGERSTATICDIR)
/bwr/
PORTALEXTERNALLIBS
=
$(PORTALLIBSTOREMOVEFORDEBIAN)
$(RPORTALSKINSDIR)
/common/js/jquery
*
...
...
@@ -943,10 +945,7 @@ debian-packages: debian-dist
rm
-rf
lemonldap-ng-
$$
version
&&
\
$(UNCOMPRESS)
lemonldap-ng_
$$
version.orig.
$(COMPRESSSUFFIX)
&&
\
cd
lemonldap-ng-
$$
version
&&
\
debuild
-us
-uc
-b
--lintian-opts
-i
\
--lintian-opts
-v
--lintian-opts
-I
--lintian-opts
-E
\
--lintian-opts
--color
--lintian-opts
auto
--lintian-opts
-L
\
--lintian-opts
+
=
pedantic
dpkg-buildpackage
-us
-uc
# Developper corner
# -----------------
...
...
debian/lemonldap-ng-doc.docs
View file @
1274d75a
doc/*
d
ebian/tmp/usr/share/doc/lemonldap-ng-d
oc/*
debian/lemonldap-ng-fr-doc.docs
View file @
1274d75a
po-doc/fr
/*
debian/tmp/usr/share/doc/lemonldap-ng-fr-doc/fr-doc
/*
debian/rules
View file @
1274d75a
...
...
@@ -27,7 +27,7 @@ override_dh_auto_build:
$(MAKE) all
override_dh_auto_install:
$(MAKE) install
install_fr_doc_site
\
$(MAKE) install \
DESTDIR=$(CURDIR)/debian/tmp \
PREFIX=/usr \
LMPREFIX=/usr/share/lemonldap-ng/ \
...
...
@@ -49,7 +49,10 @@ override_dh_auto_install:
DEFDOCDIR=/usr/share/doc/lemonldap-ng-doc \
FRDOCDIR=/usr/share/doc/lemonldap-ng-fr-doc \
PROD=yes
$(MAKE) install_fr_doc_site \
DESTDIR=$(CURDIR)/debian/tmp \
DOCDIR=/usr/share/doc/lemonldap-ng-fr-doc \
USEDEBIANLIBS=yes
mkdir $(TMP)/$(LMSHAREDIR)/portal
mv $(TMP)/$(LMVARDIR)/portal/*.pl $(TMP)/$(LMSHAREDIR)/portal/
for i in handler portal manager test; do \
...
...
lemonldap-ng-common/scripts/lemonldap-ng-cli
View file @
1274d75a
...
...
@@ -79,7 +79,7 @@ lemonldap-ng-cli - Command-line manager for Lemonldap::NG web-SSO system.
=head1 DESCRIPTION
lemonldap-ng-cli is a command line client that can be used to do some actions
on Lemonldap::NG configuration. Commands are detail
l
ed in
on Lemonldap::NG configuration. Commands are detailed in
L<Lemonldap::NG::Manager::Cli> and L<Lemonldap::NG::Common::CLi>
=head1 SEE ALSO
...
...
lemonldap-ng-manager/site/static/languages/en.json
View file @
1274d75a
...
...
@@ -420,7 +420,7 @@
"oidcRPName"
:
"OpenID Connect RP Name"
,
"oidcRPStateTimeout"
:
"State session timeout"
,
"oidcServiceMetaData"
:
"OpenID Connect Service"
,
"oidcServiceMetaDataAuthorizeURI"
:
"Autorization"
,
"oidcServiceMetaDataAuthorizeURI"
:
"Aut
h
orization"
,
"oidcServiceMetaDataEndPoints"
:
"End points"
,
"oidcServiceMetaDataJWKSURI"
:
"JWKS"
,
"oidcServiceMetaDataKeys"
:
"Keys"
,
...
...
lemonldap-ng-portal/example/oauth2.pl
View file @
1274d75a
...
...
@@ -703,9 +703,9 @@ else {
print
"
<a href=
\"
$hybrid_redirect_url
\"
class=
\"
btn btn-info
\"
role=
\"
button
\"
>Hybrid Flow</a>
\n
";
print
"
<a href=
\"
$request_redirect_url
\"
class=
\"
btn btn-info
\"
role=
\"
button
\"
>Autorization Code Flow with request</a>
\n
";
"
<a href=
\"
$request_redirect_url
\"
class=
\"
btn btn-info
\"
role=
\"
button
\"
>Aut
h
orization Code Flow with request</a>
\n
";
print
"
<a href=
\"
$request_uri_redirect_url
\"
class=
\"
btn btn-info
\"
role=
\"
button
\"
>Autorization Code Flow with request_uri</a>
\n
";
"
<a href=
\"
$request_uri_redirect_url
\"
class=
\"
btn btn-info
\"
role=
\"
button
\"
>Aut
h
orization Code Flow with request_uri</a>
\n
";
print
"
</div>
\n
";
print
"
<h2 class=
\"
text-center
\"
>Configuration</h2>
\n
";
print
"
<div class=
\"
text-center
\"
>
\n
";
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm
View file @
1274d75a
...
...
@@ -110,7 +110,7 @@ described below.
The portal part inherits from L<CGI> so yo can use it both with Apache 1 and 2
and use all L<CGI> features.
=head2 Authentication, Autorization, Accounting
=head2 Authentication, Aut
h
orization, Accounting
=head3 B<Authentication>
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_OpenIDConnect.pm
View file @
1274d75a
...
...
@@ -389,7 +389,7 @@ sub buildHybridAuthnResponse {
}
## @method String getAuthorizationCodeAccessToken(String op, String code, String auth_method)
# Get Token response with autorization code
# Get Token response with aut
h
orization code
# @param op OpenIP Provider configuration key
# @param code Code
# @param auth_method Authentication Method
...
...
@@ -1591,7 +1591,7 @@ Build Authentication Response URI for Hybrid Flow
=head2 getAuthorizationCodeAccessToken
Get Token response with autorization code
Get Token response with aut
h
orization code
=head2 checkTokenResponseValidity
...
...
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