ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] passwd+user
@ 2003-02-19  8:17 Serge V Kompan
  2003-02-19  9:00 ` Епифанов Сергей
  0 siblings, 1 reply; 5+ messages in thread
From: Serge V Kompan @ 2003-02-19  8:17 UTC (permalink / raw)
  To: sisyphus

Добрый день!
У меня возникла проблемма:
Добавляю из под root пользователя, даю ему пароль.
Дальше захожу под этим пользователем в систему и пытаюсь
набрать команду passwd в результате мне пишет что access denied
/usr/bin/passwd . Ставлю разрешение 777 на passwd - но поменять пароль
по прежнему не могу, подскажите что нужно еще сделать, что бы дать
возможность пользователю менять пароль

Заранее благодарен за ответ.

  

-- 
С уважением,
 Serge                          mailto:skompan@kspu.kr.ua



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] passwd+user
  2003-02-19  8:17 [sisyphus] passwd+user Serge V Kompan
@ 2003-02-19  9:00 ` Епифанов Сергей
  2003-02-19 10:00   ` Alexey V. Lubimov
  0 siblings, 1 reply; 5+ messages in thread
From: Епифанов Сергей @ 2003-02-19  9:00 UTC (permalink / raw)
  To: sisyphus

В сообщении от 19 Февраль 2003 11:17 Serge V Kompan написал:
> Добрый день!
> У меня возникла проблемма:
> Добавляю из под root пользователя, даю ему пароль.
> Дальше захожу под этим пользователем в систему и пытаюсь
> набрать команду passwd в результате мне пишет что access denied
> /usr/bin/passwd . Ставлю разрешение 777 на passwd - но поменять пароль
> по прежнему не могу, подскажите что нужно еще сделать, что бы дать
> возможность пользователю менять пароль

Права на /usr/bin/passwd: 2711, владелец root, группа shadow. Дайте команды:

chown root:shadow /usr/bin/passwd
chmod 2711 /usr/bin/passwd

-- 
С уважением, Епифанов Сергей

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] passwd+user
  2003-02-19  9:00 ` Епифанов Сергей
@ 2003-02-19 10:00   ` Alexey V. Lubimov
  2003-02-19 11:01     ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey V. Lubimov @ 2003-02-19 10:00 UTC (permalink / raw)
  To: sisyphus

On Wed, 19 Feb 2003 12:00:42 +0300
Епифанов Сергей <serpiph@entek.ru> wrote:

> В сообщении от 19 Февраль 2003 11:17 Serge V Kompan написал:
> > Добрый день!
> > У меня возникла проблемма:
> > Добавляю из под root пользователя, даю ему пароль.
> > Дальше захожу под этим пользователем в систему и пытаюсь
> > набрать команду passwd в результате мне пишет что access denied
> > /usr/bin/passwd . Ставлю разрешение 777 на passwd - но поменять пароль
> > по прежнему не могу, подскажите что нужно еще сделать, что бы дать
> > возможность пользователю менять пароль
> 
> Права на /usr/bin/passwd: 2711, владелец root, группа shadow. Дайте команды:
> 
> chown root:shadow /usr/bin/passwd
> chmod 2711 /usr/bin/passwd

Пользуйтесь хорошими инструментами. 

[avl@avl avl]$ sudo control
...
passwd          restricted      (traditional tcb restricted)
...

[avl@avl avl]$ passwd
bash: /usr/bin/passwd: Permission denied

[avl@avl avl]$ sudo control passwd traditional
[avl@avl avl]$ passwd
Changing password for avl.
Enter current password: 









> 
> -- 
> С уважением, Епифанов Сергей


-- 
С уважением, Алексей Любимов avl@cad.ru


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] passwd+user
  2003-02-19 10:00   ` Alexey V. Lubimov
@ 2003-02-19 11:01     ` Dmitry V. Levin
  2003-02-19 14:23       ` Alexey V. Lubimov
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2003-02-19 11:01 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

[-- Attachment #1: Type: text/plain, Size: 1124 bytes --]

On Wed, Feb 19, 2003 at 01:00:25PM +0300, Alexey V. Lubimov wrote:
> > > Добрый день!
> > > У меня возникла проблемма:
> > > Добавляю из под root пользователя, даю ему пароль.
> > > Дальше захожу под этим пользователем в систему и пытаюсь
> > > набрать команду passwd в результате мне пишет что access denied
> > > /usr/bin/passwd . Ставлю разрешение 777 на passwd - но поменять пароль
> > > по прежнему не могу, подскажите что нужно еще сделать, что бы дать
> > > возможность пользователю менять пароль
> > 
> > Права на /usr/bin/passwd: 2711, владелец root, группа shadow. Дайте команды:
> > 
> > chown root:shadow /usr/bin/passwd
> > chmod 2711 /usr/bin/passwd
> 
> Пользуйтесь хорошими инструментами. 

Давайте только полезные советы.

> [avl@avl avl]$ sudo control
> ...
> passwd          restricted      (traditional tcb restricted)
> ...
> 
> [avl@avl avl]$ passwd
> bash: /usr/bin/passwd: Permission denied
> 
> [avl@avl avl]$ sudo control passwd traditional
> [avl@avl avl]$ passwd
> Changing password for avl.
> Enter current password: 

# control passwd tcb

Если у вас tcb, то забудьте про traditional.


--
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] passwd+user
  2003-02-19 11:01     ` Dmitry V. Levin
@ 2003-02-19 14:23       ` Alexey V. Lubimov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey V. Lubimov @ 2003-02-19 14:23 UTC (permalink / raw)
  To: sisyphus

> > > Права на /usr/bin/passwd: 2711, владелец root, группа shadow. Дайте команды:
> > > 
> > > chown root:shadow /usr/bin/passwd
> > > chmod 2711 /usr/bin/passwd
> > 
> > Пользуйтесь хорошими инструментами. 
> 
> Давайте только полезные советы.
> 
> > [avl@avl avl]$ sudo control
> > ...
> > passwd          restricted      (traditional tcb restricted)
> > ...
> > 
> > [avl@avl avl]$ passwd
> > bash: /usr/bin/passwd: Permission denied
> > 
> > [avl@avl avl]$ sudo control passwd traditional
> > [avl@avl avl]$ passwd
> > Changing password for avl.
> > Enter current password: 
> 
> # control passwd tcb
> 
> Если у вас tcb, то забудьте про traditional.

ок.

-- 
С уважением, Алексей Любимов avl@cad.ru


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-02-19 14:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-19  8:17 [sisyphus] passwd+user Serge V Kompan
2003-02-19  9:00 ` Епифанов Сергей
2003-02-19 10:00   ` Alexey V. Lubimov
2003-02-19 11:01     ` Dmitry V. Levin
2003-02-19 14:23       ` Alexey V. Lubimov

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git