Comment fixes
authorBen Klang <ben@alkaloid.net>
Mon, 30 Jan 2006 05:45:02 +0000 (05:45 +0000)
committerBen Klang <ben@alkaloid.net>
Mon, 30 Jan 2006 05:45:02 +0000 (05:45 +0000)
git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@279 06cd67b6-e706-0410-b29e-9de616bca6e9

lib/Driver/ldap.php
lib/Shout.php

index 486b14c..4878069 100644 (file)
@@ -176,7 +176,7 @@ class Shout_Driver_ldap extends Shout_Driver
     }
     // }}}
 
-    // {{{ _checkContextType method
+    // {{{ checkContextType method
     /**
      * For the given context and type, make sure the context has the
      * appropriate properties, that it is effectively of that "type"
@@ -344,9 +344,7 @@ type");
      */
     function getHomeContext()
     {
-        # FIXME Probably should key this off the domain part of the user's
-        # FIXME Auth::getAuth() and match context with associatedDomain
-        # FIXME Also, cache this lookup
+        # FIXME Cache this lookup?
 
         $basedn = SHOUT_USERS_BRANCH.','.$this->_params['basedn'];
         $filter  = '(&';
index f25fe0a..5c6bfa4 100644 (file)
@@ -183,7 +183,6 @@ class Shout
             }
             $numparents--;
         }
-
         $test = $superadmin | $user;
         return ($test & $permmask) == $permmask;
     }