ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] saslauthd, config file, pam authentication mechanism
@ 2004-11-25 10:23 Dmitry Derjavin
  2004-11-25 18:31 ` [Comm] " Konstantin A. Lepikhov
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry Derjavin @ 2004-11-25 10:23 UTC (permalink / raw)
  To: community

Подскажите, пожалуйста, как идеологически правильно сделать, чтобы
saslauthd запускался с "auth_mech: pam" через /sbin/service?

Примеры saslauthd.conf удалось найти только для варианта с ldap.

altlinux-2.4

Спасибо.

-- 
~dd


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

* [Comm] Re: saslauthd, config file, pam authentication mechanism
  2004-11-25 10:23 [Comm] saslauthd, config file, pam authentication mechanism Dmitry Derjavin
@ 2004-11-25 18:31 ` Konstantin A. Lepikhov
  2004-11-26  1:30   ` Dmitry Derjavin
  0 siblings, 1 reply; 5+ messages in thread
From: Konstantin A. Lepikhov @ 2004-11-25 18:31 UTC (permalink / raw)
  To: community

Hi Dmitry!

Thursday 25, at 08:23:52 PM you wrote:

> Подскажите, пожалуйста, как идеологически правильно сделать, чтобы
> saslauthd запускался с "auth_mech: pam" через /sbin/service?
$ cat /etc/sysconfig/saslauthd
# $Id: saslauthd.sysconfig,v 1.1 2001/05/02 10:55:48 wiget Exp $
# Authentications mechanism (for list see saslauthd -v)
SASL_AUTHMECH=pam

# Hostname for remote IMAP server (if rimap auth mech is used)
SASL_RIMAP_HOSTNAME=

# Honour time-of-day login restrictions (if shadow auth mech is used)
# SASL_TIME_OF_DAY_LOGIN_RESTRICTIONS=yes

root@mojo ~# ps ax |grep sasl
 1165 ?        S      0:00 saslauthd -a pam

как-то так. Правда, на серверe не ALM, а Trustix, но смысл думаю все равно
понятен.

-- 
WBR, Konstantin	      chat with ==>ICQ: 109916175
     Lepikhov,	      speak  to ==>JID: lakostis@jabber.org
aka L.A. Kostis       write  to ==>mailto:lakostis@pisem.net.nospam

...The information is like the bank... 			  (c) EC8OR


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

* Re: [Comm] Re: saslauthd, config file, pam authentication mechanism
  2004-11-25 18:31 ` [Comm] " Konstantin A. Lepikhov
@ 2004-11-26  1:30   ` Dmitry Derjavin
  2004-11-26  5:35     ` Konstantin A. Lepikhov
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry Derjavin @ 2004-11-26  1:30 UTC (permalink / raw)
  To: community

On Fri, Nov 26 2004 at 04:31, "Konstantin A. Lepikhov" <lakostis@anti-leasure.ru> wrote:

>> Подскажите, пожалуйста, как идеологически правильно сделать, чтобы
>> saslauthd запускался с "auth_mech: pam" через /sbin/service?
> $ cat /etc/sysconfig/saslauthd
> # $Id: saslauthd.sysconfig,v 1.1 2001/05/02 10:55:48 wiget Exp $
> # Authentications mechanism (for list see saslauthd -v)
> SASL_AUTHMECH=pam

Спасибо! Вчера вечером не заметил /etc/sysconfig/saslauthd :-\

> как-то так. Правда, на серверe не ALM, а Trustix, но смысл думаю все
> равно понятен.

В ALT там:
OPTIONS="-a pam -O /etc/sasl2/saslauthd.conf"

А ещё, по-моему, не очень логично, что этот файл не упоминается в
документации. Может, добавить FR на cyrus-sasl2? Какой-нибудь
"README.ALT". Или нет?

-- 
~dd


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

* [Comm] Re: saslauthd, config file, pam authentication mechanism
  2004-11-26  1:30   ` Dmitry Derjavin
@ 2004-11-26  5:35     ` Konstantin A. Lepikhov
  2004-11-26  5:51       ` Dmitry Derjavin
  0 siblings, 1 reply; 5+ messages in thread
From: Konstantin A. Lepikhov @ 2004-11-26  5:35 UTC (permalink / raw)
  To: community

Hi Dmitry!

Friday 26, at 11:30:04 AM you wrote:

> В ALT там:
> OPTIONS="-a pam -O /etc/sasl2/saslauthd.conf"
ну вот просто убрать -O и все. Для pam там ничего крутить не надо.

> 
> А ещё, по-моему, не очень логично, что этот файл не упоминается в
> документации. Может, добавить FR на cyrus-sasl2? Какой-нибудь
> "README.ALT". Или нет?
если погуглить насчет настройки saslauthd, то упоминания про этот файл
вылазить сразу.

-- 
WBR, Konstantin	      chat with ==>ICQ: 109916175
     Lepikhov,	      speak  to ==>JID: lakostis@jabber.org
aka L.A. Kostis       write  to ==>mailto:lakostis@pisem.net.nospam

...The information is like the bank... 			  (c) EC8OR


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

* Re: [Comm] Re: saslauthd, config file, pam authentication mechanism
  2004-11-26  5:35     ` Konstantin A. Lepikhov
@ 2004-11-26  5:51       ` Dmitry Derjavin
  0 siblings, 0 replies; 5+ messages in thread
From: Dmitry Derjavin @ 2004-11-26  5:51 UTC (permalink / raw)
  To: community

On Fri, Nov 26 2004 at 15:35, "Konstantin A. Lepikhov" <lakostis@anti-leasure.ru> wrote:

>> В ALT там:
>> OPTIONS="-a pam -O /etc/sasl2/saslauthd.conf"
> ну вот просто убрать -O и все. Для pam там ничего крутить не надо.

Не надо -O убирать. Надо было как раз в -a поставить pam вместо ldap.
Ну да не важно.. Это просто резюме.

>> А ещё, по-моему, не очень логично, что этот файл не упоминается в
>> документации. Может, добавить FR на cyrus-sasl2? Какой-нибудь
>> "README.ALT". Или нет?
> если погуглить насчет настройки saslauthd, то упоминания про этот
> файл вылазить сразу.

Да и гуглить не надо, достаточно посмотреть список файлов пакета
и содержимое /etc/rc.d/init.d/saslauthd. Вопрос же не об этом.

-- 
~dd


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

end of thread, other threads:[~2004-11-26  5:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-25 10:23 [Comm] saslauthd, config file, pam authentication mechanism Dmitry Derjavin
2004-11-25 18:31 ` [Comm] " Konstantin A. Lepikhov
2004-11-26  1:30   ` Dmitry Derjavin
2004-11-26  5:35     ` Konstantin A. Lepikhov
2004-11-26  5:51       ` Dmitry Derjavin

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