Integration with Enterprise Systems =================================== When using Pyramid within an "enterprise" (or an intranet), it is often desirable to integrate with existing authentication and authorization (entitlement) systems. For example, in Microsoft Network environments, the user database is typically maintained in Active Directory. At present, there is no ready-to-use recipe, but we are listing places that may be worth looking at for ideas when developing one: Authentication -------------- * `adpasswd project on pypi `_ * `Tim Golden's Active Directory Cookbook `_ * `python-ad `_ * `python-ldap.org `_ * `python-ntmlm `_ * `Blog post on managing AD from Python in Linux `_ Authorization ------------- * `Microsoft Authorization Manager `_ * `Fundamentals of WCF Security `_ * `Calling WCF Services from C++ using gSOAP `_