Metadata-Version: 1.0
Name: pas.plugins.adpwchange
Version: 1.1
Summary: (Plone)PAS plugin to enable password changes in AD
Home-page: UNKNOWN
Author: Wichert Akkerman
Author-email: wichert@wiggy.net
License: BSD
Description: Introduction
        ============
        `pas.plugins.adpwchange` is a `PAS`_ plugin which allows Active Directory
        users to change their password.
        
        This plugin does not offer any other Active Directory integration services:
        it relies on another plugin such as `LDAPMultiPlugins`_ or `PloneLDAP`_
        to expose Active Directory accounts in Zope.
        
        The Active Direction integration is done using the `python-ad`_
        package. *The python-ad package currently does not support OSX machines.*
        
        .. _PAS: http://pypi.python.org/pypi/Products.PluggableAuthService
        .. _LDAPMultiPlugins: http://pypi.python.org/pypi/Products.LDAPMultiPlugins
        .. _PloneLDAP: http://pypi.python.org/pypi/Products.PloneLDAP
        .. _python-ad: http://code.google.com/p/python-ad/
        
        
        Configuration
        =============
        The plugin needs to be configured for the active directory environment.
        It requires a default domain name that will be used for queries as well
        as credentials for an account that is allowed to make password changes.
        
        The user id attribute and login attribute settings have to be configured
        to the same value as the `LDAPMultiPlugins` or `PloneLDAP` PAS plugin.
        If they are not in sync you may can unexepcted behaviour or errors.
        
        
        Changelog
        =========
        
        1.1 - September 15, 2009
        ------------------------
        
        * Fix name of the login attribute property.
        [wichert]
        
        
        1.0 - September 9, 2009
        -----------------------
        
        * Initial release
        [wichert]
        
        
Keywords: AD PAS PlonePAS Plone
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
Classifier: Topic :: Software Development :: Libraries :: Python Modules
