We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Asset Management Import App LDAP Support for Cross Forest/Domains
At the moment, the LDAP queries performed from Cireson Asset Management Import App will only support the same domain of where SCSM/Cireson sits. This is causing problems to customers who have SCSM/Cireson on a separate domain from where their production domain is located. (I hope this makes sense).
Can this be improved so that LDAP queries from cross forest/domains are supported. I recently had extended my Customer User Class to include certain fields from the Production AD environment however it will not populate because these environments are on separate domains.
It would naturally make sense if Cireson Asset Management App can support Cross Forest/Domain environments.
%domain% or %domainlong% does not work an LDAP variable on Cireson Asset Management Import App. I’ve already been trying to use these variables and it will only return the domain name of where SCSM/Cireson sits. The name of the production environment never gets pulled through.
Comments
As for Cross-Forest.... it'd have to search each forest separately from what I gathered....
I think it'd be a great to have LDAP search the entire forest as opposed to the current domain.
http://stackoverflow.com/questions/25333823/search-entire-active-directory-forest-by-username
Use the
Forest
class to get the current global catalog, where you then can get a reference to aDirectorySearcher
that will search the entire forest.For those who are not aware, the default behavior of the connector is to use Domain as one field in a compound key to identify which records to update. You cannot specify the Domain, you can only capture it in the output, which will be the current domain of the management server, even if you are targeting a different domain or forest with your query.