From 3a134c44c6164ea0015b5ee551d556971616cb62 Mon Sep 17 00:00:00 2001 From: Henry-Nicolas Tourneur Date: Sun, 14 Aug 2011 20:21:38 +0200 Subject: [PATCH] Documentation header update --- radicale/acl/PAM.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/radicale/acl/PAM.py b/radicale/acl/PAM.py index ba42465c..7cb19d93 100644 --- a/radicale/acl/PAM.py +++ b/radicale/acl/PAM.py @@ -1,8 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Radicale Server - Calendar Server -# Copyright © 2011 Corentin Le Bail -# Copyright © 2011 Guillaume Ayoub +# Copyright © 2011 Henry-Nicolas Tourneur # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,8 +19,7 @@ """ PAM ACL. -Authentication based on the ``python-ldap`` module -(http://www.python-ldap.org/). +Authentication based on the ``python-pam`` module """