From: Motsyo Gennadi aka Drool <motsyo@gmail.com> To: ALT Devel discussion list <devel@lists.altlinux.org> Subject: [devel] Нужен совет по pam Date: Thu, 08 Nov 2007 01:12:31 +0200 Message-ID: <4732465F.3010908@gmail.com> (raw) Приветствую! Есть программулина: http://qtsmbstatus.free.fr/ Ее суть - консольный демон-клиент, который ставится вместе с samba-сервером, и графическая морда для smbstatus, которая позволяет просматривать удаленно, подсоединяясь к своей демонической части, что происходит на samba-сервере, кто что качает, кто какие ресурсы открыл... Можно немножко поадминить - отключить юзера, отправить сообщение. Задумка неплохая и удобная. Я ее собрал (пока лежит здесь: http://fly.osdn.org.ua/~drool/qtsmbstatus/ ) Но вылезло такое - применяемый в программе модуль авторизации pam не дает подсоединиться клиентом со своим демоном - не проходит авторизация. Я подсмотрел как организованы другие pam-модули, и вроде заработало, но оказалось что теперь пускает разрешенных пользователей, но с любым не пустым паролем. При авторизации используются ssl-ключ и сертификат. Вот содержимое авторского pam-модуля: auth required pam_unix.so nullok auth required pam_listfile.so file=/etc/qtsmbstatusd/qtsmbstatusd.users onerr=fail sense=allow item=user account required pam_unix.so session required pam_unix.so password required pam_unix.so А так выглядит модуль, который пускает кого положено, но с любым не пустым паролем: +auth sufficient pam_rootok.so +auth include system-auth +auth required pam_listfile.so file=/etc/qtsmbstatusd/qtsmbstatusd.users onerr=fail sense=allow item=user +account required pam_permit.so +password required pam_deny.so +session optional pam_xauth.so Что не так (кроме кривых рук)?
next reply other threads:[~2007-11-07 23:12 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2007-11-07 23:12 Motsyo Gennadi aka Drool [this message] 2007-11-07 23:28 ` Avramenko Andrew 2007-11-07 23:31 ` Dmitry V. Levin 2007-11-07 23:29 ` Dmitry V. Levin 2007-11-08 6:58 ` Motsyo Gennadi aka Drool 2007-11-08 10:31 ` Motsyo Gennadi aka Drool 2007-11-08 11:47 ` Dmitry V. Levin 2007-11-08 12:27 ` Led 2007-11-08 12:47 ` Motsyo Gennadi aka Drool 2007-11-08 12:49 ` Michael Shigorin
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=4732465F.3010908@gmail.com \ --to=motsyo@gmail.com \ --cc=devel@lists.altlinux.org \ /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 Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git