From: aek <aek@taxpol.krasnoyarsk.su>
To: Alex Borisov <community@altlinux.ru>
Subject: [Comm] Re: [Comm] Re[2]: [Comm] Перенос юзеров со Спринга в Мастер
Date: Fri, 24 Jan 2003 16:49:25 +0700
Message-ID: <1700.030124@taxpol.krasnoyarsk.su> (raw)
In-Reply-To: <553032987.20030124100748@mail.ru>
Hello Alex,
Friday, January 24, 2003, 2:07:48 PM, you wrote:
AB> #!/usr/bin/perl
AB> # Переносим пользователей с сохранением их старых паролей
AB> # с одного сервера на другой. На старом сервере был единый
AB> # файл shadow, на новом исользуется система TCB
AB> #
AB> # в текущем каталоге должны быть файлы passwd и shadow
AB> #
AB> open(PASS, "<./passwd") || die "Файл не найден";
AB> while (<PASS>)
AB> {
AB> ($login, $pass, $uid, $gid, $name, $home_dir, $shell) = split(':');
AB> print "$login $name\n";
AB> system("/usr/sbin/useradd $login -u '$uid' -c '$name' -d '$home_dir'");
AB> system("cat ./shadow | grep $login > /etc/tcb/$login/shadow");
AB> }
AB> close(PASS);
Огромное спасибо, сэкономили мне кучу времени, я бы этот скрипт писал
на шеле. Немного добавил (в строчку с useradd -g '$gid'
-s /bin/false ) и все сработало как надо!!!
_СПАСИБО_!!!!
--
Всех благ!
Анатолий
next prev parent reply other threads:[~2003-01-24 9:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-24 4:35 aek
2003-01-24 5:39 ` Pavel Stoliarov
2003-01-24 6:22 ` [Comm] Re[2]: " aek
2003-01-24 6:26 ` Ilya Palagin
2003-01-24 7:07 ` Alex Borisov
2003-01-24 7:09 ` [Comm] " Alexey Tourbin
2003-01-24 7:58 ` [Comm] " Alex Borisov
2003-01-24 9:49 ` aek [this message]
2003-01-26 23:57 ` [Comm] " Dmitry V. Levin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1700.030124@taxpol.krasnoyarsk.su \
--to=aek@taxpol.krasnoyarsk.su \
--cc=community@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git