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 | |
| _base_changeUserPasswd | ( | $ | paramsArr | ) |
Definition at line 39 of file publicFunc.php.
References xmlCall().
00039 { 00040 return xmlCall("base.changeUserPasswd", $paramsArr); 00041 }

| _base_changeUserPrimaryGroup | ( | $ | uid, | |
| $ | group | |||
| ) |
| _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 | ) |
| _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
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 }
1.5.8