|
Home > Archive > Apache Server configuration support > November 2004 > Migrate htpasswd between different plattforms
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Migrate htpasswd between different plattforms
|
|
| Tillmann Basien 2004-11-27, 2:47 am |
|
Is it possiple to migrate the Apache password files (generated by htpasswd)
to other plattforms?
In my enviroment I have a Sun Webserver with a lot of accounts, which I have
to migrate to Linux.
regards
TAB
| |
| Davide Bianchi 2004-11-27, 2:47 am |
| On 2004-11-21, Tillmann Basien <tab@basien> wrote:
> Is it possiple to migrate the Apache password files (generated by htpasswd)
> to other plattforms?
Usually no. But trying doesn't hurt.
Davide
--
Better dead than Redmond.
| |
| Joachim Ring 2004-11-29, 2:52 am |
| > Is it possiple to migrate the Apache password files (generated by htpasswd)
> to other plattforms?
>
> In my enviroment I have a Sun Webserver with a lot of accounts, which I have
> to migrate to Linux.
test by creating a new htpasswd file with the same user/passwd on both
boxen. if they're the same (at least the password hash), just copy
over or use awk. if they differ, you're out of luck - as there's one
way hash functions involved, a conversion algorithm can be proven not
to exist.
joachim
|
|
|
|
|