Re: System user names, uids, and gids

2018-10-25 Thread gustavo panizzo
hi On Tue, Oct 23, 2018 at 03:09:05PM +0200, Steve Keller wrote: Dan Purgert writes: No, package management doesn't touch usernames. They're kept as a reference so that when you look at a logfile (etc.) that's still owned by that UID, you'll get the username instead of just an ID number.

Re: System user names, uids, and gids

2018-10-23 Thread David Wright
On Tue 23 Oct 2018 at 15:09:05 (+0200), Steve Keller wrote: > Dan Purgert writes: > > > No, package management doesn't touch usernames. They're kept as a > > reference so that when you look at a logfile (etc.) that's still owned > > by that UID, you'll get the username instead of just an ID numb

Re: System user names, uids, and gids

2018-10-23 Thread Greg Wooledge
ike the (length of the) names Debian maintainers have chosen. This is not going to work the way you want. Those user names are hard-coded in many places, from the *.postinst scripts that (re)create the users, to the systemd unit files that launch services as those users, etc.

Re: System user names, uids, and gids

2018-10-23 Thread Steve Keller
Dan Purgert writes: > No, package management doesn't touch usernames. They're kept as a > reference so that when you look at a logfile (etc.) that's still owned > by that UID, you'll get the username instead of just an ID number. Well, the package management *does* create users and groups when

Re: System user names, uids, and gids

2018-10-23 Thread Reco
telnetd-ssl > > This is annoying with ps(1) which abbreviates these names. For more > than 20 years I have always limited user names to 8 chars on all my > Unix and Unix-like systems. Can I rename Debian's user names without > problems or will they be re-created by apt the nex

Re: System user names, uids, and gids

2018-10-23 Thread Dan Purgert
Steve Keller wrote: > Debian uses some long (more than 8 chars) user and group names which I > don't particularly like, e.g. > > [...] > > This is annoying with ps(1) which abbreviates these names. For more > than 20 years I have always limited user names to 8 chars on a

System user names, uids, and gids

2018-10-23 Thread Steve Keller
mited user names to 8 chars on all my Unix and Unix-like systems. Can I rename Debian's user names without problems or will they be re-created by apt the next time I install or upgrade an affected package? Also, I wonder why I have user names like Debian-exim in my /etc/passwd although I haven&#

Re: Translate user names with NFS

2011-06-16 Thread Dan
On Thu, Jun 16, 2011 at 11:56 AM, Nicolas Bercher wrote: > On 15/06/2011 21:17, Dan wrote: >> >> Therefore I am just >> going to sync the names between the two machines. To do that I guess >> that I just need to change the file /etc/passwd and /etc/group Should >> I update the names somewhere else

Re: Translate user names with NFS

2011-06-16 Thread Nico Kadel-Garcia
On Thu, Jun 16, 2011 at 11:56 AM, Nicolas Bercher wrote: > On 15/06/2011 21:17, Dan wrote: >> >> Therefore I am just >> going to sync the names between the two machines. To do that I guess >> that I just need to change the file /etc/passwd and /etc/group Should >> I update the names somewhere else

Re: Translate user names with NFS

2011-06-16 Thread Nicolas Bercher
On 15/06/2011 21:17, Dan wrote: Therefore I am just going to sync the names between the two machines. To do that I guess that I just need to change the file /etc/passwd and /etc/group Should I update the names somewhere else? If you have data you want to keep under /home/*/ on your various machin

Re: Translate user names with NFS

2011-06-16 Thread Nicolas Bercher
On 15/06/2011 01:56, Dan wrote: In NFSv3 there should be an option map_static to map de UIDs and GIDs but for some reason it does not work. It seems that I have to use the package nfs-user-server to use that option, but it does not exist in squeeze http://www.spencerstirling.com/computergeek/NFS_

Re: Translate user names with NFS

2011-06-15 Thread Cam Hutchison
Dan writes: >If you have the same user (ex. pedro) with the same name but >different UID and GID NFS4 will do the conversion. Therefore I am just >going to sync the names between the two machines. To do that I guess >that I just need to change the file /etc/passwd and /etc/group Should >I update

Re: Translate user names with NFS

2011-06-15 Thread William Hopkins
On 06/15/11 at 03:17pm, Dan wrote: > Another nice thing about NFS4 is that it does everything in a single port > (2049), so it is easier to do a ssh tunnel. Easier in the sense of less typing? You can repeat the -L and -R options as many times as needed in a single SSH command (and can easily stor

Re: Translate user names with NFS

2011-06-15 Thread Dan
On Wed, Jun 15, 2011 at 11:39 AM, Camaleón wrote: > On Tue, 14 Jun 2011 22:14:55 -0400, Dan wrote: > >> On Tue, Jun 14, 2011 at 7:56 PM, Dan wrote: > > (...) > >>> Is there an easy way to translate the user names of the two machines >>> with NFS? >>

Re: Translate user names with NFS

2011-06-15 Thread Camaleón
On Tue, 14 Jun 2011 22:14:55 -0400, Dan wrote: > On Tue, Jun 14, 2011 at 7:56 PM, Dan wrote: (...) >> Is there an easy way to translate the user names of the two machines >> with NFS? >> > > I think that it should be possible to do the translation with nfs4 using &g

Re: Translate user names with NFS

2011-06-14 Thread Dan
It seems that I have to use the package nfs-user-server > to use that option, but it does not exist in squeeze > http://www.spencerstirling.com/computergeek/NFS_samba.html > > It should be possible to do it with NFSv4, but I need to install > Kerberos, LDAP, etc... > > Is there an

Translate user names with NFS

2011-06-14 Thread Dan
, but it does not exist in squeeze http://www.spencerstirling.com/computergeek/NFS_samba.html It should be possible to do it with NFSv4, but I need to install Kerberos, LDAP, etc... Is there an easy way to translate the user names of the two machines with NFS? Thanks, Dan -- To UNSUBSCRIBE

Re: fetchmail w/ changing user names

2001-03-01 Thread David Purton
On Wed, 28 Feb 2001, hanasaki wrote: > I am running fetchmail to get mail from a remote host and pass it to > exim on my local mailserver > > Q: how can fetchmail get mailfrom [EMAIL PROTECTED] and send it to > [EMAIL PROTECTED] > > It seems that the standard: > fetchmail -u user1 -p A

Re: fetchmail w/ changing user names

2001-02-28 Thread will trillich
On Wed, Feb 28, 2001 at 12:35:00PM -0600, hanasaki wrote: > I am running fetchmail to get mail from a remote host and pass it to > exim on my local mailserver > > Q: how can fetchmail get mailfrom [EMAIL PROTECTED] and send it to > [EMAIL PROTECTED] > > It seems that the standard: > fet

fetchmail w/ changing user names

2001-02-28 Thread hanasaki
I am running fetchmail to get mail from a remote host and pass it to exim on my local mailserver Q: how can fetchmail get mailfrom [EMAIL PROTECTED] and send it to [EMAIL PROTECTED] It seems that the standard: fetchmail -u user1 -p AUTO -k seems to only deliver to [EMAIL PROTECTED]

Re: User names.

1999-02-08 Thread Rob Mahurin
ated at eight characters, though, > >as sometimes I would swear that I hit an extra key at the end but I can > >still get in. > > > >As far as mail aliases go, though, you can set up your MTA to do that; > >/etc/aliases, I think. > > > >Rob > > &g

Re: User names.

1999-02-05 Thread Rob Mahurin
MTA to do that; /etc/aliases, I think. Rob On Thu, Feb 04, 1999 at 06:06:25PM -0800, Chris Wong wrote: > Hmm, > > For Debian, user names are limited to 8 characters.. as well > as the passwords. How can this be, lengthened? ... as well as long > email addreses? ie: > >

Re: User names.

1999-02-05 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- On Thu, 4 Feb 1999, Chris Wong wrote: > For Debian, user names are limited to 8 characters.. as well > as the passwords. How can this be, lengthened? ... as well as long > email addreses? ie: > > [EMAIL PROTECTED] > [EMAIL PROTECTED]

User names.

1999-02-05 Thread Chris Wong
Hmm, For Debian, user names are limited to 8 characters.. as well as the passwords. How can this be, lengthened? ... as well as long email addreses? ie: [EMAIL PROTECTED] [EMAIL PROTECTED] Thanks. Chris Wong | [EMAIL PROTECTED] AD Digital Media Inc. (c) 1999 http://addm.com/

short user names

1998-05-04 Thread Matthew D. Myers
Is there any way to get linux to accept usernames longer than 8 characters? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: adduser and user names containing 8 bits chars

1997-08-22 Thread Falk Hueffner
On Thu, 21 Aug 1997 20:52:34 +0200, Laurent Bonnaud <[EMAIL PROTECTED]> wrote: >i'm using the latest adduser package from bo-updates and i found that >it does not accept user names containing 8 bits chars. I'm talking >about a user's full name (first name + family

Re: adduser and user names containing 8 bits chars

1997-08-21 Thread Daniel Doro Ferrante
> > Hi, > > i'm using the latest adduser package from bo-updates and i found that > it does not accept user names containing 8 bits chars. I'm talking > about a user's full name (first name + family name), not short name > (login name or home directory na

adduser and user names containing 8 bits chars

1997-08-21 Thread Laurent Bonnaud
Hi, i'm using the latest adduser package from bo-updates and i found that it does not accept user names containing 8 bits chars. I'm talking about a user's full name (first name + family name), not short name (login name or home directory name). I don't know if such name

Re: long user names for POP mailboxes

1997-06-18 Thread Stephane Bortzmeyer
On Tuesday 17 June 97, at 11 h 12, the keyboard of "Al Youngwerth" <[EMAIL PROTECTED]> wrote: > Here's my setup: smail 3.2.3, fetchmail 3.9.8 and the standard in.pop3d > that comes with Debian. Drop it. Last time I checked (can anyone confirm this is still the case?), this thing didn't even log

Re: long user names for POP mailboxes

1997-06-17 Thread Al Youngwerth
> > I'm pretty sure that what I want to do is possible because I know some ISPs > > do it. > > > > Here's what I want: to allow users to have an e-mail address and a pop > > mailbox that is greater than 8 characters. For example: > > [EMAIL PROTECTED] > > > > Here's my setup: smail 3.2.3, fetchm

Re: long user names for POP mailboxes

1997-06-17 Thread stephen
> From: "Al Youngwerth" <[EMAIL PROTECTED]> > To:"debian-user" > Subject: long user names for POP mailboxes > Date: Tue, 17 Jun 1997 11:12:53 -0600 > I'm pretty sure that what I want to do is possible because I kn

long user names for POP mailboxes

1997-06-17 Thread Al Youngwerth
here but the users would still have to setup their clients with a pop mailbox name of "MyFirstN". How can I do this? Do I have to recompile login to allow for longer user names? Is that a "bad thing"? Is there another pop mail package that has an alternate authentication proce

Re: User names longer than 8 characters

1997-01-22 Thread Chad Zimmerman
I have been able to do it with the --force-badname in the adduser command. Chad D. Zimmerman [EMAIL PROTECTED] http://dabcc-www.nmsu.edu/~chad/ On Tue, 21 Jan 1997, Orn E. Hansen wrote: > > The subject line says it... in these days user names longer than 8 > characters are becomin