From 7395a0bbde8bc7f840cdac8558df15cdbdf9bd60 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 26 Apr 2018 08:41:27 +0200 Subject: [PATCH] =?UTF-8?q?ldap:=20sch=C3=A9ma=20LDAP=20pour=20FranceConne?= =?UTF-8?q?ct?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README | 5 ++ ldap/convert-schema-to-ldif.sh | 16 +++++ ldap/schema/franceconnect.ldif | 52 ++++++++++++++++ ldap/schema/franceconnect.schema | 100 +++++++++++++++++++++++++++++++ 4 files changed, 173 insertions(+) create mode 100644 README create mode 100755 ldap/convert-schema-to-ldif.sh create mode 100644 ldap/schema/franceconnect.ldif create mode 100644 ldap/schema/franceconnect.schema diff --git a/README b/README new file mode 100644 index 0000000..808a16d --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +Ressources pour le support de FranceConnect +=========================================== + +Le répertoire ldap/ contient un schéma pour OpenLDAP supportant les attributs +nécessaires à FranceConnect. diff --git a/ldap/convert-schema-to-ldif.sh b/ldap/convert-schema-to-ldif.sh new file mode 100755 index 0000000..9a6743f --- /dev/null +++ b/ldap/convert-schema-to-ldif.sh @@ -0,0 +1,16 @@ +#!/bin/sh + +SLAPD_CONF=`mktemp --suffix=fca` +SLAPD_DIR=`mktemp -d --suffix=fca` + +trap "rm -rf $SLAPD_DIR $SLAPD_CONF" EXIT + +cat >$SLAPD_CONF <