Adolsign 2.1 is now available with a new lookup directive for conditional fields. This capability allows you to replace values in Active Directory by values in lookup tables defined in the configuration file. A flexible way to support multi-language initials, titles and many more. Example:
field_title( --lookup Norwegian_titles )field_title
in the configuration file:
[Norwegian_titles]
Manager=Sjef
Consultant=Konsulent
Produces Sjef or Konsulent if title values in AD are manager and consultant respectively (case insensitive). Otherwise, the value itself is used.