publicFunc.php File Reference

Go to the source code of this file.

Functions

 _base_changeUserPasswd ($paramsArr)
 _base_changeUserPrimaryGroup ($uid, $group)
 _base_completeUserEntry (&$entry)
 _base_delGroup ($group)
 _base_disableUser ($uid)
 _base_enableUser ($uid)
 _base_infoUser ($userObjClass)
 (c) 2004-2007 Linbox / Free&ALter Soft, http://linbox.com (c) 2007-2008 Mandriva, http://www.mandriva.com


Function Documentation

_base_changeUserPasswd ( paramsArr  ) 

Definition at line 39 of file publicFunc.php.

References xmlCall().

00039                                             {
00040     return xmlCall("base.changeUserPasswd", $paramsArr);
00041 } 

Here is the call graph for this function:

_base_changeUserPrimaryGroup ( uid,
group 
)

Definition at line 43 of file publicFunc.php.

References $group, $uid, and xmlCall().

00043                                                     {
00044     return xmlCall("base.changeUserPrimaryGroup", array($uid, $group));
00045 }

Here is the call graph for this function:

_base_completeUserEntry ( &$  entry  ) 

Definition at line 51 of file publicFunc.php.

00051                                           {
00052     $attrs = array("title", "mail", "mobile", "facsimileTelephoneNumber", "homePhone");
00053     foreach($attrs as $attr) {
00054         if (!isset($entry[$attr])) {
00055             $entry[$attr] = array(null);
00056         }
00057     }
00058 }

_base_delGroup ( group  ) 

Definition at line 47 of file publicFunc.php.

References $group, and xmlCall().

00047                                 {
00048     xmlCall("base.delGroup", $group);
00049 }

Here is the call graph for this function:

_base_disableUser ( uid  ) 

Definition at line 35 of file publicFunc.php.

References $uid, and xmlCall().

00035                                  {
00036     xmlCall("base.disableUser", array($uid));
00037 }

Here is the call graph for this function:

_base_enableUser ( uid  ) 

Definition at line 31 of file publicFunc.php.

References $uid, and xmlCall().

00031                                 {
00032     xmlCall("base.enableUser", array($uid));
00033 }

Here is the call graph for this function:

_base_infoUser ( userObjClass  ) 

(c) 2004-2007 Linbox / Free&ALter Soft, http://linbox.com (c) 2007-2008 Mandriva, http://www.mandriva.com

Id
publicFunc.php 5509 2010-02-23 12:42:40Z cdelfosse

This file is part of Mandriva Management Console (MMC).

MMC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

MMC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with MMC; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Definition at line 25 of file publicFunc.php.

References print.

00025                                        {
00026     if (array_search("posixAccount", $userObjClass)!==false) {
00027         print "posix ";
00028     }
00029 }


Generated on Tue May 4 11:47:50 2010 for MMC web interface by  doxygen 1.5.8