Kbase 17520: Setting MAXUID in param.h file
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Setting MAXUID in param.h file
DRAFT COPY - Currently under review and edit.
INTRODUCTION:
=============
The UNIX command useradd says the useradd command supports the follow
ing option
-u uid Specifies the UID for the new user. UID must be a non-negative
decimal interger less than MAXUID as it is defined in the <param.h>
file. UID defaults to the next available unique number. UIDs from
0-99 are reserved.
PROGRESS ERROR NUMBER: ERROR TEXT: TYPE:
====================== ================================== =========
49 memory violation
POSSIBLE CAUSE OF ERROR:
========================
Customer may be setting this parameter in the /etc/passwd and not in
/usr/include/sys/param.h. The MAXUID needs to be set in the parmam.h
file to eliminate getting the (49) error.
DOES ERROR INDICATE CORRUPTION: IF SO, WHAT TYPE
======================================== =========================
CORRECTIVE MEASURES:
====================
ONLINE PROCEDURES OR UTILITIES:
===============================
REFERENCES TO WRITTEN DOCUMENTATION:
====================================
Progress Software Technical Support Note # 17520