steffen: server/kolab-resource-handlers/kolab-resource-handlers/resmgr resmgr.php, 1.24, 1.25

cvs at intevation.de cvs at intevation.de
Wed Sep 29 00:46:24 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/resmgr
In directory doto:/tmp/cvs-serv16428/kolab-resource-handlers/kolab-resource-handlers/resmgr

Modified Files:
	resmgr.php 
Log Message:
renamed kolabResourceAction to kolabInvitationPolicy

Index: resmgr.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/resmgr/resmgr.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- resmgr.php	22 Sep 2004 13:17:33 -0000	1.24
+++ resmgr.php	28 Sep 2004 22:46:22 -0000	1.25
@@ -252,7 +252,7 @@
 
     $result = ldap_search($ldap, $params['base_dn'],
                           "(&(objectClass=kolabInetOrgPerson)(mail=$resource))",
-                          array("kolabEncryptedPassword", "kolabResourceAction" ));
+                          array("kolabEncryptedPassword", "kolabInvitationPolicy" ));
     if (!$result) {
         myLog('Unable to perform LDAP search: ' . ldap_error($ldap));
         return false;
@@ -264,7 +264,7 @@
         return false;
     }
 
-    $actions = $entries[0]['kolabresourceaction'];
+    $actions = $entries[0]['kolabinvitationpolicy'];
     $encpw = base64_decode($entries[0]['kolabencryptedpassword'][0]);
 
     // Now get private key and decrypt the password





More information about the commits mailing list