- Timestamp:
- 10/02/08 10:56:47 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/usersandgroups/src/EBox/UsersAndGroups.pm
r11436 r11468 473 473 # Method: modifyUser 474 474 # 475 # Modifies a user475 # Modifies user's attributes 476 476 # 477 477 # Parameters: 478 478 # 479 479 # user - hash ref containing: 'user' (user name), 'fullname', 'password', 480 # and comment 480 # and comment. The only mandatory parameter is 'user' the other attribute 481 # parameters would be ignored if they are missing. 481 482 # 482 483 sub modifyUser # (\%user)
