source: trunk/auth-postgres/auth-postgres.tex @ 80

Last change on this file since 80 was 80, checked in by nanardon, 18 years ago
  • init auth-postgres
File size: 523 bytes
Line 
1%préembule
2\documentclass[a4paper]{article}
3\usepackage[frenchb]{babel}
4\usepackage[latin1]{inputenc}
5\usepackage{graphicx} % Pour les images
6\begin{document}
7
8\title{Authentification sur PostqreSQL}
9\author{Olivier Thauvin}
10
11\maketitle
12
13\tableofcontents
14
15\section*{Intoduction}
16
17\section{Pourquoi utiliser un SGDB}
18
19\section{PAM and co}
20
21\section{Configuration}
22
23\subsection{Schema SQL}
24
25\subsection{Securisation de la base}
26
27\subsection{nss}
28
29\subsection{PAM}
30
31\subsection{autres}
32
33\section*{Conclusion}
34
35
36\end{document}
Note: See TracBrowser for help on using the repository browser.