Quoting Dave Lugo <[email protected]>: > On Sun, 8 Feb 2009, Matthew Macdonald-Wallace wrote: >> >> login: >> driver = plaintext >> public_name = LOGIN >> server_prompts = Username:: : Password:: >> server_condition = ${if ldapauth \ >> {user="cn=${quote_ldap_dn:$auth1},ou=People,dc=foo,dc=bar" \ >> pass=${quote:$auth2} \ >> ldap://127.0.0.1/}} >> >> server_set_id = "cn=$auth1,ou=People,dc=foo,dc=bar" >> > > Looking at my own setup at work, try: > > server_set_id = $auth1
Hmmm, looks like that's done the trick, just need to test it properly tomorrow and confirm. Thanks Dave, M. -- Matthew Macdonald-Wallace [email protected] http://www.truthisfreedom.org.uk/ -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
