From: "Denis S. Filimonov" <den@academ.org>
To: community@altlinux.ru
Subject: Re: [Comm] /etc/passwd -> LDAP: pam_tcb -> pam_ldap?
Date: Sat, 17 Apr 2004 13:26:41 +0700
Message-ID: <200404171326.41781.den@academ.org> (raw)
In-Reply-To: <4080C78D.1020504@rmts.donpac.ru>
On Saturday 17 April 2004 12:58, Eugene Prokopiev wrote:
> Eugene Prokopiev пишет:
> > Выяснилось, что для нормальной работы необходимо еще что-то
> > прописывать в /etc/pam.d. Пытался делать по аналогии, но добавление
> > pam_ldap приводило только к Segmentation fault при su - vasya.
> >
> > Собственно вопрос: как все-таки на ALM22 сделать это правильно?
> > Поделитесь, пожалуйста, работающими конфигами.
>
> Скопировал содержимое /usr/share/doc/pam_ldap-157/pam.d поверх
> /etc/pam.d - странно, что раньше не догадался
>
> $ su - vasya наконец заработал
>
> Но не могу ни по ssh под Васей зайти, ни от Вас сделать su -, хотя он
> в группе wheel (члены этой группы, сидящие в /etc/passwd, могут это
> сделать). Проверить подключение с консоли не могу - компьютер далеко.
> Куда копать дальше?
посмотрите на /etc/pam.d/sshd -- он использует
system-auth-use_first_pass
Вот пример рабочих файлов, но применять их тоже нужно с пониманием:
system-auth
------
#%PAM-1.0
auth required /lib/security/pam_ldap.so
#auth required /lib/security/pam_tcb.so shadow fork
nullok
account required /lib/security/pam_access.so
account required /lib/security/pam_ldap.so
#account required /lib/security/pam_tcb.so shadow fork
password required /lib/security/pam_ldap.so
#password required /lib/security/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 /lib/security/pam_tcb.so use_authtok
shadow fork pr
efix=$2a$ count=8 write_to=tcb
#session required /lib/security/pam_tcb.so
session required /lib/security/pam_limits.so
-------------
system-auth-use_first_pass
-------------
#%PAM-1.0
auth required /lib/security/pam_ldap.so use_first_pass
#auth required /lib/security/pam_tcb.so shadow fork nullok
use_first_pass
password required /lib/security/pam_ldap.so
#password required /lib/security/pam_tcb.so use_authtok
shadow fork pr
efix=$2a$ count=8 write_to=tcb
------------
--
Sincerely,
Denis.
prev parent reply other threads:[~2004-04-17 6:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-17 5:31 Eugene Prokopiev
2004-04-17 5:58 ` Eugene Prokopiev
2004-04-17 6:13 ` Eugene Prokopiev
2004-04-17 6:26 ` Denis S. Filimonov [this message]
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=200404171326.41781.den@academ.org \
--to=den@academ.org \
--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