Re: [exim] need help with NIS

トップ ページ
このメッセージを削除
このメッセージに返信
著者: kmb
日付:  
To: exim-users
題目: Re: [exim] need help with NIS

Not sure if this will help but this is what I have been using on my
Servers for years.


Code:
--------------------
    fixed_plain:
  driver = plaintext
  public_name = PLAIN
  server_prompts = :
  server_condition = "${if and {{!eq{$2}{}}{!eq{$3}{}} \
  {crypteq{$3}{${extract{2}{:} \
  {${lookup{$2}nis{passwd.byname}{$value}{*:*}}}}}}} {1}{0}}"
  server_set_id = $2
--------------------




I hope this helps!

Kevin


--
kmb


------------------------------------------------------------------------
kmb's Profile: http://www.exim-users.org/forums/member.php?action=getinfo&userid=1
View this thread: http://www.exim-users.org/forums/showthread.php?threadid=55731