Hello Guys,
i am still learning to manage Access Rights Manager. I would like to customize the AD attributes, especially the IsRequired option, but it does not work yet.
Currently i am able to create a user account, even when i dont type in a givenname or sn, so the IT department wants to force the employees to type in a givenname and a sn.
Now i looked into the Administration guide and it says, that i have to edit the pnServer.config.xml
the example in the administration guide says:
<streetAddress>
<IsRequired type="System.String">true</IsRequired>
</streetAddress>
So i edited my pnserver.config.xml with notepad ++ and typed in the following:
<givenname>
<IsRequired type="System.String">true</IsRequired>
</givenname>
I typed it in under the <credentials> part, where my domain, service account is shown.
After this, i saved the xml file and restarted the ARM Service.
When i open the ARM Console now (not the Webclient), i am still able to create a user account, even when i dont type in any givenname. in Active Directory the account does not have a givenname then.
So what am i doing wrong? I dont have configured any templates yet and my pnserver.config file was default.
Hope u guys can give me some advice.
Thanks!