unable to get firstinitial in AD template
Can anybody tell me why firstinitial is returning null here? This is in AD-Form.
Am i missing anything?
Getting error: "missing attribute first inital for indentity template for AD resource"
<Template>
<text>cn=</text>
<ObjectRef type='AttributeDefinition' id='#ID#AttributeDefinition:lastname' name='lastname'/>
<AttrDef name='firstinitial'/>
<text>,ou=</text>
<AttrDef name='division'/>
<text>,ou=</text>
<AttrDef name='region'/>
<text>,ou=common,dc=ad,dc=OMD,dc=net</text>
</Template> -->
Thanks.

