develooper Front page | perl.beginners | Postings from October 2011

Map users to computers in a AD domain

From:
Tessio Fechine
Date:
October 24, 2011 14:59
Subject:
Map users to computers in a AD domain
Message ID:
CAKp6Vay12Qo_WsCRonOK=+XvZXTAZUcut2L6MAoc1Z0=PYQzmQ@mail.gmail.com
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?




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About