Added docs on authentication setup

This commit is contained in:
Daniel P. Berrange
2007-12-05 19:16:13 +00:00
parent 48c48b260d
commit 0e5f5da3db
19 changed files with 372 additions and 13 deletions

View File

@@ -170,6 +170,11 @@ pre.programlisting
background: #F0F0F0;
}
pre {
overflow: auto;
width: 100%;
}
table.top_table {
border-collapse: collapse;
}