diff options
author | ivan <ivan> | 2002-08-03 00:39:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-08-03 00:39:31 +0000 |
commit | 030438c9cb1c12ccb79130979ef0922097b4311a (patch) | |
tree | a3245260cc2714532ae874f6d11aba0cadbdcedc /httemplate/docs/legacy.html | |
parent | ababd9b098c0a91383aff1df8a0a24492b58aba7 (diff) |
remove some extra modules from install doc
Diffstat (limited to 'httemplate/docs/legacy.html')
-rwxr-xr-x | httemplate/docs/legacy.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/docs/legacy.html b/httemplate/docs/legacy.html index 161690b62..2db9edb0f 100755 --- a/httemplate/docs/legacy.html +++ b/httemplate/docs/legacy.html @@ -4,6 +4,7 @@ <body> <h1>Importing legacy data</h1> <font size="+2">In most cases, legacy data import all cases will require writing custom code to deal with your particular legacy data. The example scripts here will not work "out-of-the-box". Importing your legacy data will most probably involve some hacking on the example scripts noted below. Contributions to the import process are welcome.</font> +<br><br><i>Some import scripts may require installation of the <a href="http://search.cpan.org/search?dist=Array-PrintCols">Array-PrintCols</a> and <a href="http://search.cpan.org/search?dist=Term-Query">Term-Query</a> (make test broken; install manually) modules.</i><br> <ul> <li><a name="bind">bin/bind.import</a> - Import domain information from BIND named <li><a name="passwd">bin/passwd.import</a> - Just import `passwd' and `shadow' or `master.passwd', no RADIUS import. |