![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| please help immediately | infyanurag | Linux | 4 | 11-02-2007 10:06 AM |
| I need help immediately. Please help me | Sheethal | UNIX for Dummies Questions & Answers | 4 | 07-26-2007 06:11 AM |
| Valid ranges for uids for HP-UX | naren_chella | HP-UX | 7 | 06-25-2006 10:22 PM |
| about UIDs, very urgent | mehdi | UNIX for Dummies Questions & Answers | 1 | 09-06-2005 07:53 PM |
| .cshrc and .login overwritten !! | gjthomas | UNIX for Advanced & Expert Users | 5 | 06-08-2004 04:11 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
UIDs being overwritten immediately
We have a problem where we delete a user and their associated UID gets dumped back in the UID pool. The if we immediately create a another (new) user, AIX reuses the last UID, the one that was just released. This is causing a problem when reports are being generated because the new users name is now associate with ALL previous transactions linked to that UID.
Is there a way to tell AIX to NOT use the last released UID? So to speak: currently its "Last release, First use" and we need "Last release, last use". We are running AIX 4.3.3 |
|
||||
|
mkuser command can accept "id=<number>" . So you could find out what is the next uniq number and give it there while creating the user.
i.e. mkuser "id=1002" kapilraj |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|