Format |
Index |
Files and folders |
All file and folder names including dates |
Comments |
Mac, Windows, and WebShare file and folder comments |
Images |
All major image formats (color space, resolution, pixels, …) |
IPTC |
IPTC metadata fields |
EXIF |
Image information from EXIF records |
XMP |
XMP metadata fields aswell as custom XMP fields |
ICC |
ICC profile names that are included within images |
Text |
Regular text files (ASCII, Unicode, etc.) |
Word |
Word files (old and new formats) |
Excel |
Excel files (old and new formats) |
PowerPoint |
PowerPoint files (old and new formats) |
|
PDF metadata and form fields |
PDF-Text |
PDF full-text extraction via PDF HandShake add-on |
XPress/InDesign |
Full-text extraction via ImageServer add-on (XPV files) |
Annotations |
Author, project title, file status and due date information |
Media |
aax, m4a, m4p, mp3, wma, mov, wmv file metadata |
Take a Spotlight video tour
UB2 offers a new PDC (Primary Domain Controller) authentication that has several advantages over the previous version:
HELIOS PDC Logon is installed as a Windows service which can be stopped or started with the net stop/start heliospdclogon
command.
In Windows, domain users can be members of many groups. In contrast, some UNIX variants only allow a very limited number of groups per user. To overcome this hurdle, HELIOS PDC Logon can report to the “authsrv” only a subset of the groups PDC users are members of.
At startup, HELIOS PDC Logon tries to read in two files “group-include.txt” and “group-exclude.txt”. These files reside where HELIOS PDC Logon is installed.
As its name suggest, “group-include.txt” specifies allowed group names, i.e. any PDC group not mentioned there is ignored. Likewise “group-exclude.txt” specifies group names that are ignored, i.e. all PDC group not mentioned there are allowed. The exclude list takes precedence over the include list i.e. a group name that is in both files is filtered out nonetheless.
The group files must be UTF-8 encoded. The files have to start with the magic line: # heliospdclogon filter file
. The groups must be listed line-separated.
HELIOS PDC Logon needs to be restarted if the group filter files were changed.
Windows uses SIDs (Security Identifiers) to identify users and groups. HELIOS PDC Logon uses a consistent mapping from SIDs to UNIX user and group IDs:
16777216-83886079
(hex: 0x01000000-04FFFFFF
), using a built-in algorithm.
The old UB+ preferences PDCUserFirstId
, PDCUserLastId
, PDCGroupFirstId
and PDCGroupLastId
(HELIOS Admin options First User ID
, Last User ID
, First Group ID
and Last Group ID
) are no longer used.
The Microsoft C runtime “vcredist_x86.exe” installer is not needed anymore. The new HELIOS UB2 based products include the required C runtime DLL in the HELIOS library folder.