From 2e89e6d2959a62a2e690bace5120b9df5b0bf437 Mon Sep 17 00:00:00 2001 From: nbm Date: Mon, 6 Feb 2006 09:42:14 +0000 Subject: [PATCH] Authentication providers can mark themselves as providers of users and/or of groups. --- lib/authentication/authenticationprovider.inc.php | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/authentication/authenticationprovider.inc.php b/lib/authentication/authenticationprovider.inc.php index e0830d5..7004af6 100644 --- a/lib/authentication/authenticationprovider.inc.php +++ b/lib/authentication/authenticationprovider.inc.php @@ -6,6 +6,8 @@ class KTAuthenticationProvider extends KTStandardDispatcher { var $sName; var $sNamespace; var $bHasSource = false; + var $bUserSource = true; + var $bGroupSource = false; function KTAuthenticationProvider() { return parent::KTStandardDispatcher(); -- libgit2 0.21.4