[geeklog-cvs] Auth_Enterprise/Enterprise/Server XMLRPCHandler.php,1.1,1.2

jellybob at iowaoutdoors.org jellybob at iowaoutdoors.org
Fri Jul 9 14:41:40 EDT 2004


Update of /var/cvs/Auth_Enterprise/Enterprise/Server
In directory www:/tmp/cvs-serv18491/Server

Modified Files:
	XMLRPCHandler.php 
Log Message:
* Client/XmlRpc.php: Load the groups and privileges
* Server/XMLRPCHandler.php: Add listAppGroupsByAdmin to the method mapping


Index: XMLRPCHandler.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Enterprise/Server/XMLRPCHandler.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** XMLRPCHandler.php	8 Jul 2004 14:36:16 -0000	1.1
--- XMLRPCHandler.php	9 Jul 2004 18:41:37 -0000	1.2
***************
*** 101,105 ****
                                         'listAppPrivilegesByAdmin' => 2,
                                         'getUserGroupsByAdmin' => 3,
!                                        'setUserGroupsByAdmin' => 4
                                        );
                                        
--- 101,106 ----
                                         'listAppPrivilegesByAdmin' => 2,
                                         'getUserGroupsByAdmin' => 3,
!                                        'setUserGroupsByAdmin' => 4,
!                                        'listAppGroupsByAdmin' => 2
                                        );
                                        




More information about the geeklog-cvs mailing list