Hi Struggling to add new variables from our Active Directory, following the docs but must be doing something wrong. I want to read ecisLegacyIDKent from ad and have created the following active-directory-users-additional.zls.xml on all the servers and restarted zenserver. Then using a display message actions to check ${LegacyIDKent}. Do i need to set anything else?
Code:
<source xmlns="http://www.novell.com/zenworks/datamodel/zls/1.0"
name="Active Directory">
<objectMaps>
<objectMap className="com.novell.zenworks.datamodel.objects.users.User">
<attribute name="LegacyIDKent" ldapName="ecisLegacyIDKent" builder="com.novell.zenworks.datamodel.session.jndi.builder.ad.StringAttributeBuilder" />
</objectMap>
</objectMaps>
</source>