Re: passwd file

1999-06-26 Thread Anonymous
> in any case, i think the original poster was refering to the creatin of > new users, not to the changing of a UID for old users. In this case > (creation) all these problems do not exist anyways. He is right. I want to build a web interface to add/delete/change users. but due to security resons

Re: passwd file

1999-06-26 Thread Anonymous
of note: the order of doing the changes (i.e. do i first change the UID in the passwd file and then chown all the old files, or the other way around - is of no importance - things might get screwed up anyways, due to a program trying to open the file under this user's ID, while using one UID, an

Re: passwd file

1999-06-25 Thread Anonymous
"Stanislav Malyshev a.k.a Frodo" wrote: > > M>> Can i change the USER_ID in the passwd file to something bigger then the > M>> last user_id ? > > You can. But it going to do different thing that you possibly mean: if you > change uid field for "user&

Re: passwd file

1999-06-25 Thread Anonymous
JOO>> That should not be a problem. Your only limited by how the user id's JOO>> are stored internally. Does anyone know if they are 32-bit integers or JOO>> 16 bit integers? If they are 16-bit unsigned then you can go as JOO>> high as 65535. /usr/src/linux/include/asm/posix_types.h: type

Re: passwd file

1999-06-25 Thread Anonymous
Mike wrote: > > Hi. > Can i change the USER_ID in the passwd file to something bigger then the > last user_id ? > i meen : > usr1:x:510 > usr2:x:6000 > usr3:x:511::: > > Will it damage my system ? > > Mike Hi Mike, That should not be a problem. Yo

Re: passwd file

1999-06-25 Thread Anonymous
On Fri, 25 Jun 1999, Mike wrote: No, it will work fine, just keep it smaller than UID_MAX (65535) and don't forget to chown his directory to the new ownership if he already existed. --Ariel > Hi. > Can i change the USER_ID in the passwd file to something bigger then the > last

Re: passwd file

1999-06-25 Thread Anonymous
M>> Can i change the USER_ID in the passwd file to something bigger then the M>> last user_id ? You can. But it going to do different thing that you possibly mean: if you change uid field for "user" in passwd file, you just give name "user" to other uid. Old uid

passwd file

1999-06-25 Thread Anonymous
Hi. Can i change the USER_ID in the passwd file to something bigger then the last user_id ? i meen : usr1:x:510 usr2:x:6000 usr3:x:511::: Will it damage my system ? Mike = To unsubscribe, send mail to [EMAIL PROTECTED