Hello!
We are using the new Adaxes 2014, and I have stumbled upon the two following events:
* Calculated default values are not updating when we are creating a new user through the web interface.
I have made some default user pattern values as such:
User Logon Name = %SAMAccountName%
User Logon Name (Pre Windows2000) = %firstname:lower,1%%lastname:lower,2%
Email: %SAMAccountName%@domain.com
Or for convenience, an image:
In my website config, it looks like this:
On the actual website, it looks like this: NB: Everything works perfectly if I don't change the username!
However, if I for some reason need to change the calculated value in User Logon Name and then press create, It creates the new mailbox, user etc with the default calculated value:
Create User Home Directory': Create the '\\fileserver\d$\data\nte' home directory for the user and map it to 'H:' drive
'Create User Home Directory': Share the home directory of the user as 'nte$'
Am I doing something wrong? :)
Also:
Business Rule -> Create User Home Directory
After creating a new user, create the \\fileserver\d$\data\%username% home directory for the user and map it to H: drive
Is it possible to make "map it to $drive" optional? We map all our drives via GPO, so for each user to also have their home drive hardcoded in their user profile is not necessary.
Regards,
Erlend