ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] настройка модулей  PAM
@ 2005-05-30  6:46 Anthony
  2005-05-30  6:57 ` Eugene Ostapets
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Anthony @ 2005-05-30  6:46 UTC (permalink / raw)
  To: community

Вопрос такой.

Прикрутил модуль pam_ldap, всё работает, но появился такой недуг - двойная
проверка пароля, т е при логине в систему дважды запрашивается пароль. Я уже
чё тока не мудровал с цепочками required, sufficient, requisite, option -
бестоляк...

вот мой system-auth (почти такой же как в примере к альту):

#%PAM-1.0
auth    sufficient      /lib/security/pam_ldap.so
auth     required       pam_tcb.so shadow fork prefix=$2a$ count=8 nullok
account [default=bad success=ok user_unknown=ignore service_err=ignore
system_err=ignore]       /lib/security/pam_ldap.so
account  required       pam_tcb.so shadow fork
password        sufficient      /lib/security/pam_ldap.so
password required       pam_passwdqc.so min=disabled,24,12,8,7 max=40
passphrase=3 match=4 similar=deny random=42 enforce=users retry=3
password required       pam_tcb.so use_authtok shadow fork prefix=$2a$ count=8
write_to=tcb session required        /lib/security/pam_mkhomedir.so
skel=/etc/skel/ umask=0022
session  required       pam_tcb.so
session  required       pam_limits.so

 
С уважением, Антон 
-- 
ООО "ИСК "Клевер"




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

* Re: [Comm] настройка модулей PAM
  2005-05-30  6:46 [Comm] настройка модулей PAM Anthony
@ 2005-05-30  6:57 ` Eugene Ostapets
  2005-05-30  7:05 ` Anton Gorlov
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Eugene Ostapets @ 2005-05-30  6:57 UTC (permalink / raw)
  To: community

2005/5/30, Anthony <ath isk-clever.ru>:
> Вопрос такой.
> 
> Прикрутил модуль pam_ldap, всё работает, но появился такой недуг - двойная
> проверка пароля, т е при логине в систему дважды запрашивается пароль. Я уже
> чё тока не мудровал с цепочками required, sufficient, requisite, option -
> бестоляк...
Так и задумывалось :) После неудачной проверки по sufficient пароль
сбрасывается и все начинается с начала... :)

-- 
С уважением,
Евгений Остапец
uin: 23747217
jid: eugene_ostapets@jabber.ru

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

* Re: [Comm] настройка модулей  PAM
  2005-05-30  6:46 [Comm] настройка модулей PAM Anthony
  2005-05-30  6:57 ` Eugene Ostapets
@ 2005-05-30  7:05 ` Anton Gorlov
  2005-05-30  7:20 ` Vladimir Black
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Anton Gorlov @ 2005-05-30  7:05 UTC (permalink / raw)
  To: community

Здравствуйте, Anthony.

Вы писали 30 мая 2005 г., 10:46:50:

> Прикрутил модуль pam_ldap, всё работает, но появился такой недуг - двойная
> проверка пароля, т е при логине в систему дважды запрашивается пароль. Я уже
> чё тока не мудровал с цепочками required, sufficient, requisite, option -
> бестоляк...
> вот мой system-auth (почти такой же как в примере к альту):

смотрите /etc/pam.d/system-auth-use_first_pass

-- 
С уважением,
 Anton                          mailto:Pnz.Stalker@mail.ru
                                     FIDO: 2:5059/37



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

* Re: [Comm] настройка модулей  PAM
  2005-05-30  6:46 [Comm] настройка модулей PAM Anthony
  2005-05-30  6:57 ` Eugene Ostapets
  2005-05-30  7:05 ` Anton Gorlov
@ 2005-05-30  7:20 ` Vladimir Black
  2005-05-30  7:38   ` Anthony
  2005-05-30 14:30 ` Boldin Pavel
  2005-05-31  9:19 ` [Comm] " Michael Shigorin
  4 siblings, 1 reply; 7+ messages in thread
From: Vladimir Black @ 2005-05-30  7:20 UTC (permalink / raw)
  To: community

Anthony пишет:
> Вопрос такой.
> 
> Прикрутил модуль pam_ldap, всё работает, но появился такой недуг - двойная
> проверка пароля, т е при логине в систему дважды запрашивается пароль. Я уже
> чё тока не мудровал с цепочками required, sufficient, requisite, option -
> бестоляк...
> 
> вот мой system-auth (почти такой же как в примере к альту):
> 
> #%PAM-1.0
> auth    sufficient      /lib/security/pam_ldap.so
> auth     required       pam_tcb.so shadow fork prefix=$2a$ count=8 nullok
> account [default=bad success=ok user_unknown=ignore service_err=ignore
> system_err=ignore]       /lib/security/pam_ldap.so
> account  required       pam_tcb.so shadow fork
> password        sufficient      /lib/security/pam_ldap.so
> password required       pam_passwdqc.so min=disabled,24,12,8,7 max=40
> passphrase=3 match=4 similar=deny random=42 enforce=users retry=3
> password required       pam_tcb.so use_authtok shadow fork prefix=$2a$ count=8
> write_to=tcb session required        /lib/security/pam_mkhomedir.so
> skel=/etc/skel/ umask=0022
> session  required       pam_tcb.so
> session  required       pam_limits.so
> 
>  
> С уважением, Антон 
смотри в сторону auth     required ... use_first_pass

-- 
Владимир Черный
Net&Base admin IMNS 21 RF (Krasnoyarsky reg)
mailto: v_black@mail.ru
http://www.vissarion.ru



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

* Re: [Comm] настройка модулей PAM
  2005-05-30  7:20 ` Vladimir Black
@ 2005-05-30  7:38   ` Anthony
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony @ 2005-05-30  7:38 UTC (permalink / raw)
  To: community

Спасибо, разобрался, добавил во вторую цепочку auth use_first_pass
больше не напрягает :)

#%PAM-1.0
auth    sufficient      /lib/security/pam_ldap.so
auth     required       pam_tcb.so shadow fork prefix=$2a$ count=8 nullok
use_first_pass

> смотри в сторону auth     required ... use_first_pass

 
С уважением, Антон 
-- 
ООО "ИСК "Клевер"




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

* Re: [Comm] настройка модулей  PAM
  2005-05-30  6:46 [Comm] настройка модулей PAM Anthony
                   ` (2 preceding siblings ...)
  2005-05-30  7:20 ` Vladimir Black
@ 2005-05-30 14:30 ` Boldin Pavel
  2005-05-31  9:19 ` [Comm] " Michael Shigorin
  4 siblings, 0 replies; 7+ messages in thread
From: Boldin Pavel @ 2005-05-30 14:30 UTC (permalink / raw)
  To: community

Anthony пишет:

>Вопрос такой.
>
>Прикрутил модуль pam_ldap, всё работает, но появился такой недуг - двойная
>проверка пароля, т е при логине в систему дважды запрашивается пароль. Я уже
>чё тока не мудровал с цепочками required, sufficient, requisite, option -
>бестоляк...
>  
>
http://www.freesource.info/wiki/ALTLinux/Dokumentacija/OpenLDAP/
там этого точно нет?

-- 

Boldin Pavel aka davinchi. mail-to: ldavinchi /at\ inbox _dot_ ru
    ZU - Zagovor Unixoidov. SSAU 303.





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

* [Comm] Re: настройка модулей PAM
  2005-05-30  6:46 [Comm] настройка модулей PAM Anthony
                   ` (3 preceding siblings ...)
  2005-05-30 14:30 ` Boldin Pavel
@ 2005-05-31  9:19 ` Michael Shigorin
  4 siblings, 0 replies; 7+ messages in thread
From: Michael Shigorin @ 2005-05-31  9:19 UTC (permalink / raw)
  To: community

On Mon, May 30, 2005 at 10:46:50AM +0400, Anthony wrote:
> Прикрутил модуль pam_ldap

А давайте в http://lists.osdn.org.ua/wws/info/openldap с таким?
Выжимки треда сейчас форвардну, здесь их поди найди ещё потом.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

end of thread, other threads:[~2005-05-31  9:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-30  6:46 [Comm] настройка модулей PAM Anthony
2005-05-30  6:57 ` Eugene Ostapets
2005-05-30  7:05 ` Anton Gorlov
2005-05-30  7:20 ` Vladimir Black
2005-05-30  7:38   ` Anthony
2005-05-30 14:30 ` Boldin Pavel
2005-05-31  9:19 ` [Comm] " Michael Shigorin

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