Metadata-Version: 1.1
Name: s4u2p
Version: 0.2
Summary: Kerberos high-level interface to the s4u kerberos functionality
Home-page: https://github.com/may-day/s4u2p
Author: Norman Krämer
Author-email: kraemer.norman@googlemail.com
License: Apache License, Version 2.0
Download-URL: https://github.com/may-day/s4u2p/tarball/0.2
Description: 
        This is an small extension to the python kerberos package.
        It adds support for "services for user to self/proxy" (s4u2s/s4u2p) kerberos functionality.
        It adds authGSSImpersonation* functions that let you (as a server) act on behalf of a user.
        No actual delegated ticket from a user needs to be forwarded to the server component.
        Instead the server account needs to be set up as described here:
        http://k5wiki.kerberos.org/wiki/Manual_Testing#Services4User_testing
        
        For some overview of s4u see this:
        http://msdn.microsoft.com/en-us/magazine/cc188757.aspx#S2
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
