I saw that latest version included a patch to solve some problems with
2.4 compatibility (http://authkit.org/trac/ticket/67#preview),
I checked now it is solved in AuthKit 0.4.5 for example "RemoteUser"
method but not others, for example using "ValidAuthKitUser" I get the
same error when working with python 2.4 so compatibility is not achieved:
Module authkit.authorize.pylons_adaptors:*36* in |validate|
<http://sli44.:5000/auth/private#> view <http://sli44.:5000/auth/private#>
<< <http://sli44.:5000/auth/private#> def app(environ,
start_response):
return func(self, *args, **kwargs)
return permission.check(app, request.environ,
self.start_response)
else:
return func(self, *args, **kwargs)
>> <http://sli44.:5000/auth/private#>return permission.check(app,
request.environ, self.start_response)
Module authkit.permissions:*311* in |check|
<http://sli44.:5000/auth/private#> view <http://sli44.:5000/auth/private#>
<< <http://sli44.:5000/auth/private#> raise
no_authkit_users_in_environ
if not environ.get('REMOTE_USER'):
raise NotAuthenticatedError('Not Authenticated')
if not
environ['authkit.users'].user_exists(environ['REMOTE_USER']):
raise NotAuthorizedError(
>> <http://sli44.:5000/auth/private#>raise NotAuthenticatedError('Not
Authenticated')
Is AuthKit being mantained?
AuthKit is being maintained but I'm not officially supporting Python
2.4. If you have a patch which you can supply with tests for both Python
2.4 and Python 2.5 I'm happy to apply it but Python 2.4 support is
deprecated.
Cheers,
James
> --
>
> You received this message because you are subscribed to the Google Groups "AuthKit" group.
> To post to this group, send email to aut...@googlegroups.com.
> To unsubscribe from this group, send email to authkit+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/authkit?hl=en.
>
>