Compare commits
45 Commits
2.8.0/mast
...
pkg/eole/e
Author | SHA1 | Date | |
---|---|---|---|
dd242a3c5a | |||
bd8403b610 | |||
eb15ad0846 | |||
22f5af608e | |||
ad9059bfae | |||
667384db1f | |||
01d1cb3811 | |||
26d696d6f8 | |||
11aca56f4e | |||
85f8f7b079 | |||
2d8082913c | |||
a53fe39db1 | |||
44ee4421c1 | |||
24a5264933 | |||
f5631ff980 | |||
c9eebbb0a5 | |||
c7c5f08b7a | |||
889010cfe7 | |||
f0d6325cf5 | |||
3b4d3ccb41 | |||
66be6dc37e | |||
08ed6a21dc | |||
faf2a361db | |||
7ae579b670 | |||
baa4dca9de | |||
849c3f0a88 | |||
6f1cb45eac | |||
4916317d30 | |||
b7556a03b8 | |||
f1defd2626 | |||
7269e252de | |||
9e64f5ca8d | |||
84f41d0196 | |||
b90eb474f5 | |||
d69f20c896 | |||
658013c177 | |||
35edad1538 | |||
32d336e37b | |||
4b26fc5c38 | |||
904abd02a4 | |||
e2f656f9f8 | |||
e5ada4d3eb | |||
dab8085a83 | |||
ad490d3810 | |||
0fc774cd05 |
49
debian/control
vendored
Normal file
49
debian/control
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
Source: eole-lemonldap-ng
|
||||
Section: web
|
||||
Priority: optional
|
||||
Maintainer: Équipe EOLE <eole@ac-dijon.fr>
|
||||
Build-Depends: debhelper-compat (= 12)
|
||||
Standards-Version: 4.5.0
|
||||
Homepage: https://dev-eole.ac-dijon.fr/projects/sso
|
||||
Vcs-Git: https://dev-eole.ac-dijon.fr/git/eole-lemonldap-ng.git
|
||||
Vcs-Browser: https://dev-eole.ac-dijon.fr/projects/sso/repository
|
||||
|
||||
Package: eole-lemonldap-ng
|
||||
Architecture: all
|
||||
Depends: eole-lemonldap-pkg,
|
||||
${misc:Depends}
|
||||
Description: Dictionnaires et templates pour la configuration d'un serveur LemonLDAP::NG
|
||||
Pour toute information complémentaire, veuillez vous rendre sur le
|
||||
site du projet EOLE.
|
||||
|
||||
Package: eole-lemonldap-ng-scribe
|
||||
Architecture: all
|
||||
Depends: eole-scribe,
|
||||
eole-lemonldap-ng,
|
||||
${misc:Depends}
|
||||
Description: Dictionnaire pour calculer les valeurs automatiquement sur Scribe
|
||||
.
|
||||
Pour toute information complémentaire, veuillez vous rendre sur le
|
||||
site du projet EOLE.
|
||||
|
||||
Package: eole-lemonldap-ng-pkg
|
||||
Architecture: all
|
||||
Section: metapackages
|
||||
Depends: lemonldap-ng,
|
||||
lemonldap-ng-doc,
|
||||
lemonldap-ng-fastcgi-server,
|
||||
lemonldap-ng-handler,
|
||||
liblemonldap-ng-handler-perl,
|
||||
liblemonldap-ng-manager-perl,
|
||||
liblemonldap-ng-portal-perl,
|
||||
libauthen-captcha-perl,
|
||||
libemail-sender-perl,
|
||||
libgd-securityimage-perl,
|
||||
libimage-magick-perl,
|
||||
libio-string-perl,
|
||||
liblasso-perl,
|
||||
libnet-openid-server-perl,
|
||||
${misc:Depends}
|
||||
Description: Paquet de dépendances pour eole-lemonldap.
|
||||
.
|
||||
Pour toute information complémentaire, veuillez vous rendre sur la forge Cadoles.
|
37
debian/copyright
vendored
Normal file
37
debian/copyright
vendored
Normal file
@ -0,0 +1,37 @@
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: eole-common
|
||||
Source: http://dev-eole.ac-dijon.fr/projects/eole-common
|
||||
|
||||
Files: *
|
||||
Copyright: 2020 Équipe EOLE <eole@ac-dijon.fr>
|
||||
License: CeCILL-C
|
||||
|
||||
License: CeCILL-C
|
||||
This software is governed by the CeCILL-C license under French law and
|
||||
abiding by the rules of distribution of free software. You can use,
|
||||
modify and or redistribute the software under the terms of the CeCILL-C
|
||||
license as circulated by CEA, CNRS and INRIA at the following URL
|
||||
"http://www.cecill.info";.
|
||||
.
|
||||
As a counterpart to the access to the source code and rights to copy,
|
||||
modify and redistribute granted by the license, users are provided only
|
||||
with a limited warranty and the software's author, the holder of the
|
||||
economic rights, and the successive licensors have only limited
|
||||
liability.
|
||||
.
|
||||
In this respect, the user's attention is drawn to the risks associated
|
||||
with loading, using, modifying and/or developing or reproducing the
|
||||
software by the user in light of its specific status of free software,
|
||||
that may mean that it is complicated to manipulate, and that also
|
||||
therefore means that it is reserved for developers and experienced
|
||||
professionals having in-depth computer knowledge. Users are therefore
|
||||
encouraged to load and test the software's suitability as regards their
|
||||
requirements in conditions enabling the security of their systems and/or
|
||||
data to be ensured and, more generally, to use and operate it in the
|
||||
same conditions as regards security.
|
||||
.
|
||||
The fact that you are presently reading this means that you have had
|
||||
knowledge of the CeCILL-C license and that you accept its terms.
|
||||
.
|
||||
On Eole systems, the complete text of the CeCILL-C License can be found
|
||||
in `/usr/share/common-licenses/CeCILL-2'.
|
2
debian/eole-lemonldap-ng-scribe.install
vendored
Normal file
2
debian/eole-lemonldap-ng-scribe.install
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
usr/share/eole/creole/dicos/71_lemonldap_ng_scribe.xml
|
||||
usr/share/eole/postservice/98-lemonldap-ng-scribe-register-hosts
|
6
debian/eole-lemonldap-ng.install
vendored
Normal file
6
debian/eole-lemonldap-ng.install
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
usr/share/creole/
|
||||
usr/share/eole/creole/dicos/70_lemonldap_ng.xml
|
||||
usr/share/eole/creole/distrib/
|
||||
usr/share/eole/diagnose/
|
||||
usr/share/eole/postservice/99-lemonldap-ng
|
||||
usr/share/eole/posttemplate/
|
3
debian/gbp.conf
vendored
Normal file
3
debian/gbp.conf
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Set per distribution debian tag
|
||||
[DEFAULT]
|
||||
debian-tag = debian/eole/%(version)s
|
9
debian/rules
vendored
Executable file
9
debian/rules
vendored
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
export DH_VERBOSE=1
|
||||
export DH_OPTIONS=-v
|
||||
|
||||
%:
|
||||
dh $@
|
BIN
debian/source/.format.un~
vendored
Normal file
BIN
debian/source/.format.un~
vendored
Normal file
Binary file not shown.
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
||||
3.0 (native)
|
@ -34,7 +34,7 @@
|
||||
</variable>
|
||||
</family>
|
||||
|
||||
<family name='LemonLDAP' icon='lemon'>
|
||||
<family name='LemonLDAP'>
|
||||
|
||||
<variable name='managerWebName' type='string' description="Nom DNS du manager LemonLDAP-NG"/>
|
||||
<variable name='authWebName' type='string' description="Nom DNS du service d'authentification LemonLDAP-NG"/>
|
||||
@ -131,7 +131,6 @@
|
||||
<target type='filelist'>lemonldap</target>
|
||||
<target type='filelist'>lemonldap-nginx</target>
|
||||
<target type='filelist'>lemonldap-apache</target>
|
||||
<target type='servicelist'>lemonldap-apache</target>
|
||||
<target type='family'>LemonLDAP</target>
|
||||
<target type='service_accesslist'>saLemon</target>
|
||||
</condition>
|
||||
@ -166,12 +165,10 @@
|
||||
</constraints>
|
||||
|
||||
<help>
|
||||
<family name='LemonLDAP'>Configuration de la solution d'authentification unique LemonLDAP::NG</family>
|
||||
<variable name='activerLemon'>Activer le service LemonLDAP::NG sur ce serveur</variable>
|
||||
<variable name='managerWebName'>Nom DNS de l'application de gestion de LemonLDAP::NG ex:manager.example.fr</variable>
|
||||
<variable name='authWebName'>Nom DNS de service d'authentification de LemonLDAP::NG ex:auth.example.fr</variable>
|
||||
<variable name='ldapUserBaseDN'>DN de base de l'emplactement des utilisateurs dans l'annuaire (ex: ou=users,o=gouv,c=fr)</variable>
|
||||
<variable name='ldapBindUserDN'>DN de l'utilisateur de connection en lecture à l'annuaire (ex: cn=reader,o=gouv,c=fr)</variable>
|
||||
<variable name='ldapUserBaseDN'>DN de l'utilisateur de connection en lecture à l'annuaire (ex: cn=reader,o=gouv,c=fr)</variable>
|
||||
<variable name='llCheckLogins'>Affiche une case à cocher sur la mire SSO qui permet a l'utilisateur de voir l'historique de connection de son compte avant d'être redirigé vers le service demandé</variable>
|
||||
<variable name='llCSPTargets'>Liste des domaines à ajouter à la directive form-action.</variable>
|
||||
</help>
|
||||
|
@ -3,20 +3,7 @@
|
||||
|
||||
<files />
|
||||
|
||||
<variables>
|
||||
|
||||
<family name='eole sso'>
|
||||
<variable name='eolesso_adresse' description="Nom de domaine du serveur d'authentification SSO" redefine="True" exists='True' />
|
||||
<variable name='ldap_tls' redefine="True" exists='True' />
|
||||
<variable name='eolesso_cas_folder' redefine="True" exists='True'>
|
||||
<value>cas</value>
|
||||
</variable>
|
||||
<variable name='eolesso_port' redefine="True" exists='True'>
|
||||
<value>443</value>
|
||||
</variable>
|
||||
</family>
|
||||
|
||||
</variables>
|
||||
<variables />
|
||||
|
||||
<constraints>
|
||||
|
||||
@ -39,17 +26,6 @@
|
||||
<param name='default_mismatch'>ldap</param>
|
||||
</auto>
|
||||
|
||||
<fill name='calc_val_first_value' target='eolesso_adresse'>
|
||||
<param type='eole' optional='True' hidden='False'>authWebName</param>
|
||||
<param type='eole' optional='True' hidden='False'>web_url</param>
|
||||
<param type='eole'>nom_domaine_machine</param>
|
||||
</fill>
|
||||
|
||||
<condition name='frozen_if_in' source='activerLemon'>
|
||||
<param>oui</param>
|
||||
<target type='variable'>eolesso_adresse</target>
|
||||
</condition>
|
||||
|
||||
<auto name='calc_val' target='ldapServer'>
|
||||
<param type='eole'>adresse_ip_ldap</param>
|
||||
</auto>
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Number of process (default: 7)
|
||||
NPROC=%%lemonproc
|
||||
NPROC = %%lemonproc
|
||||
|
||||
# Unix socket to listen to
|
||||
SOCKET=/run/llng-fastcgi-server/llng-fastcgi.sock
|
||||
|
Reference in New Issue
Block a user