aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/fr/articles/pam/_index.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/fr/articles/pam/_index.adoc')
-rw-r--r--documentation/content/fr/articles/pam/_index.adoc67
1 files changed, 27 insertions, 40 deletions
diff --git a/documentation/content/fr/articles/pam/_index.adoc b/documentation/content/fr/articles/pam/_index.adoc
index 1917721569..662603f936 100644
--- a/documentation/content/fr/articles/pam/_index.adoc
+++ b/documentation/content/fr/articles/pam/_index.adoc
@@ -3,7 +3,6 @@ title: Pluggable Authentication Modules
authors:
- author: Dag-Erling Smørgrav
copyright: 2001-2003 Networks Associates Technology, Inc.
-releaseinfo: "$FreeBSD$"
trademarks: ["pam", "freebsd", "linux", "opengroup", "sun", "general"]
---
@@ -50,12 +49,30 @@ SUCH DAMAGE.
:sectnumlevels: 6
:source-highlighter: rouge
:experimental:
-:toc-title: Table des matières
-:part-signifier: Partie
-:chapter-signifier: Chapitre
-:appendix-caption: Annexe
-:table-caption: Tableau
-:example-caption: Exemple
+:images-path: articles/pam/
+
+ifdef::env-beastie[]
+ifdef::backend-html5[]
+include::shared/authors.adoc[]
+include::shared/mirrors.adoc[]
+include::shared/releases.adoc[]
+include::shared/attributes/attributes-{{% lang %}}.adoc[]
+include::shared/{{% lang %}}/teams.adoc[]
+include::shared/{{% lang %}}/mailing-lists.adoc[]
+include::shared/{{% lang %}}/urls.adoc[]
+:imagesdir: ../../../images/{images-path}
+:include-path: static/source/articles/pam/
+endif::[]
+ifdef::backend-pdf,backend-epub3[]
+:include-path: ../../../../static/source/articles/pam/
+include::../../../../shared/asciidoctor.adoc[]
+endif::[]
+endif::[]
+
+ifndef::env-beastie[]
+:include-path: ../../../../static/source/articles/pam/
+include::../../../../../shared/asciidoctor.adoc[]
+endif::[]
[.abstract-title]
Abstract
@@ -549,17 +566,7 @@ Ce qui suit est une implémentation minimale de man:su[1] en utilisant PAM. Note
[.programlisting]
....
-ifeval::["{backend}" == "html5"]
-include::static/source/articles/pam/su.c[]
-endif::[]
-
-ifeval::["{backend}" == "pdf"]
-include::../../../../static/source/articles/pam/su.c[]
-endif::[]
-
-ifeval::["{backend}" == "epub3"]
-include::../../../../static/source/articles/pam/su.c[]
-endif::[]
+include::{include-path}su.c[]
....
:sectnums!:
@@ -572,17 +579,7 @@ Ce qui suit est une implémentation minimale de man:pam_unix[8] offrant uniqueme
[.programlisting]
....
-ifeval::["{backend}" == "html5"]
-include::static/source/articles/pam/pam_unix.c[]
-endif::[]
-
-ifeval::["{backend}" == "pdf"]
-include::../../../../static/source/articles/pam/pam_unix.c[]
-endif::[]
-
-ifeval::["{backend}" == "epub3"]
-include::../../../../static/source/articles/pam/pam_unix.c[]
-endif::[]
+include::{include-path}pam_unix.c[]
....
:sectnums!:
@@ -595,17 +592,7 @@ La fonction de conversation présentée ci-dessous est une version grandement si
[.programlisting]
....
-ifeval::["{backend}" == "html5"]
-include::static/source/articles/pam/converse.c[]
-endif::[]
-
-ifeval::["{backend}" == "pdf"]
-include::../../../../static/source/articles/pam/converse.c[]
-endif::[]
-
-ifeval::["{backend}" == "epub3"]
-include::../../../../static/source/articles/pam/converse.c[]
-endif::[]
+include::{include-path}converse.c[]
....
:sectnums!: