[Zope-CVS] SVN: ldapauth/trunk/__init__.py Added__init__.py with the license and version header

Roger Ineichen roger at projekt01.ch
Sat Jul 3 20:02:58 EDT 2004


Log message for revision 26097:
Added__init__.py with the license and version header


-=-
Added: ldapauth/trunk/__init__.py
===================================================================
--- ldapauth/trunk/__init__.py	2004-07-03 22:19:12 UTC (rev 26096)
+++ ldapauth/trunk/__init__.py	2004-07-04 00:02:58 UTC (rev 26097)
@@ -0,0 +1,19 @@
+##############################################################################
+#
+# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""A plugable authentication module for LDAP.
+
+$Id: $
+"""
+
+from principalsource import LDAPPrincipalSource



More information about the Zope-CVS mailing list