Re: [exim] Expansion items map alternative for imbricate lda…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: John Jetmore
Fecha:  
A: captain
Cc: exim-users
Asunto: Re: [exim] Expansion items map alternative for imbricate ldap lookup
On Tue, Jun 29, 2010 at 4:52 AM, captain <captain.lists@???> wrote:

> I have install 4.71 from an unofficial repository but now I have a new
> problem with map.
>
> We change group member attributes to DN in our LDAP
>
> The first lookup give us DN separated by a comma and a space.
>
> ##
> uid=user1,ou=users,dc=demo,dc=compagnies,dc=a2lds,
> uid=user2,ou=users,dc=demo,dc=compagnies,dc=a2lds
> ##
>
> I don't find a way to use a space in map separator ${map{<, ${...
>
> I try ", " and ', ".
>
> Thanks for any help


There might be a simpler way to do this but I have my "get things
done" hat on this morning - I would use the ${sg operator to change ",
" into "," before passing to map.

--John