Hi there,Are there any plans to implement some kind of mapping between principals instances and ldap entries, like the following: uid=adam,ou=Accounting,dc=example,dc=com ----> adam@EXAMPLE.COM and uid=eva,ou=Sales,dc=example,dc=com ----> adam@EXAMPLE.COM while uid=testsys,ou=Hosts,dc=example,dc=com ----> testsys/host@EXAMPLE.COM and uid=testcomp$,ou=Computers,dc=example,dc=com ----> testcomp/host@EXAMPLE.COM In other words a configurable way to map entries in different subtrees to different instances. Thanks, Geza |