HCL-TECH-SOFTWARE / domino-license-analysis-utility-DLAU

Utility to assist HCL Domino Administrators in determining your Authorized User Count
https://opensource.hcltechsw.com/domino-license-analysis-utility-DLAU/
Apache License 2.0
10 stars 1 forks source link

Wrong categorization in "User Information" view due to spelling mistake #70

Closed perlausten closed 3 weeks ago

perlausten commented 4 months ago

There's a spelling error in the categorized column in the "User Information" view:

licenseType := @If(@IsError(aclLevel); "< Unknown >";
    (aclLevel = "Author" | aclLevel = "Depositor" | aclevel = "Reader" | aclLevel = "No Access"  | aclLevel = "") & (extNAB + extORG != "") ; "CCX"
    ; "CCB Users");

The aclevel = "Reader" check should be aclLevel = "Reader".

This leads to CCX users with reader access being categorized as CBB users.

notesboy commented 3 weeks ago

Fixed for DLAU V1.2.5