a little nicer wrt pep8
[sfa.git] / docs / pythondoc-import.html
1 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
2 <html>
3 <head>
4 <meta http-equiv='Content-Type' content='text/html; charset=us-ascii' />
5 <title>The import Module</title>
6 </head>
7 <body>
8 <h1>The import Module</h1>
9 <p>Import PLC records into the Geni database. It is indended that this tool be
10 run once to create Geni records that reflect the current state of the
11 planetlab database.
12
13 The import tool assumes that the existing PLC hierarchy should all be part
14 of &quot;planetlab.us&quot; (see the root_auth and level1_auth variables below).
15
16 Public keys are extracted from the users' SSH keys automatically and used to
17 create GIDs. This is relatively experimental as a custom tool had to be
18 written to perform conversion from SSH to OpenSSL format. It only supports
19 RSA keys at this time, not DSA keys.</p>
20 <dl>
21 <dt><a id='import.root_auth-variable' name='import.root_auth-variable'><b>root_auth</b></a> (variable) [<a href='#import.root_auth-variable'>#</a>]</dt>
22 <dd>
23 <p>Two authorities are specified: the root authority and the level1 authority.</p>
24 </dd>
25 </dl>
26 </body></html>