Hello,
I'm trying to map users to their respective current working computers in a Active Directory domain. I thought about using Net::LDAP to query users (cn=*,cn=users,dc=example,dc=com) and computers (cn=*,cn=computers,dc=example,dc=com) entries information , and then map each pair of user/computer using a common attribute value as key. But apparently there is not such a common attribute value in users and computers entries. Someone has a better idea?