Mailinglist Archive: opensuse-security (555 mails)
| < Previous | Next > |
Re: [suse-security] copy of passwd ...
- From: "Kurt Seifried" <listuser@xxxxxxxxxxxx>
- Date: Fri, 18 May 2001 00:18:57 -0600
- Message-id: <002101c0df62$6c249620$6500030a@xxxxxxxxxxxx>
/etc/passwd
/etc/shadow
/etc/group
/etc/gshadow
but UIDGID's may conflict so don't just copy stuff over. You'll prolly also
need to create /home/* directories. An easy way to do this would be tu run
/etc/passwd and group through something like awk that puts out data to
groupadd/useradd.
Kurt Seifried, seifried@xxxxxxxxxxxxxxxxxx
Securityportal - your focal point for security on the 'net
/etc/shadow
/etc/group
/etc/gshadow
but UIDGID's may conflict so don't just copy stuff over. You'll prolly also
need to create /home/* directories. An easy way to do this would be tu run
/etc/passwd and group through something like awk that puts out data to
groupadd/useradd.
Kurt Seifried, seifried@xxxxxxxxxxxxxxxxxx
Securityportal - your focal point for security on the 'net
| < Previous | Next > |