|
|
Speaking of best practice: Question about migrating users. / Alex Clark <aclark@aclark.NET>
Speaking of best practice: Question about migrating users.
Alex Clark <aclark(at)aclark.NET> |
2005-05-03 15:50:07 |
[
FULL ]
|
ZPUGDC'sters:
What is the best way to migrate users ?
I'd like to be able to just export/import an acl_users,
and this seems to work but then none of the users can login to the new
instance.
I've come across this numerous times and I've always just recreated the users
by hand, terrible.
I'm ready to learn the "best practice" technique!
Alex
[...]
|
Re: [ZPUGDC] Speaking of best practice: Question about migrating users. / Jules <jules@jules.com>
Re: [ZPUGDC] Speaking of best practice: Question about migrating users.
Jules <jules(at)jules.com> |
2005-05-03 20:05:09 |
[
FULL ]
|
if you
./bin/zopectl debug
on both instances and do
>>> print app.acl_users.getUser('someUser')._getPassword()
do they match?
On May 3, 2005, at 5:10 PM, Alex Clark wrote:
[...]
|
|