commit 7395a0bbde8bc7f840cdac8558df15cdbdf9bd60 Author: Benjamin Dauvergne Date: Thu Apr 26 08:41:27 2018 +0200 ldap: schéma LDAP pour FranceConnect 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 <