Thomas GUIRRIEC: > Thank you for your reply and for the tip with virtual_alias. > > So, if i understand, virtual_alias and canonical? always do recursive > lookup until the key equals the value (with LDAP table) : > > A -> A (STOP) > > A -> B; B -> B (STOP) > > A -> B; B -> C; C-> C (STOP) > > Is that correct ?
Surprisingly, the search also terminates when the answer is 'not found'. Wietse