Re: [exim] need help with NIS

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: kmb
Fecha:  
A: exim-users
Asunto: 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