> -----Original Message----- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of > Daniel Martin > Sent: Thursday, August 26, 2004 1:38 PM > To: [EMAIL PROTECTED] > Subject: Raising the maximum UID on SuSE from default > > > I'm having one of those "I *know* that I've seen this somewhere, and > recently" moments. > > Simple question: What's the method to raise the upper bound on UID > numbers in SuSE? I have a SLES9 system that I need to tweak > in order to > accommodate UIDs greater than 60,000. I've just seen this > somewhere in > the last two weeks, but can NOT find it now that I actually need it. > Might be due to encroaching senility, or it might just be the late > summer heat... > > Many thanks, > > -dan.
I am not sure about SUSE, but in RH it is /etc/login.defs. You could do: find /etc -type f | xargs grep -i uid | grep -i max to narrow your search if that's not it. -- Thomas Cameron, RHCE, CNE, MCSE, MCT Assistant Vice President Linux Design and Engineering Bank of America (972) 997-9641 The opinions expressed in this message do not necessarily reflect those of my employer, Bank of America. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
