SESWeb user search returning ALL users
Summary:
When searching for a specific user in SES web 8.5 SR1 from Users - Folders, a search is returning all users in SES, not just the user searched for.
Version affected:
SecureDoc 8.5 SR1
Workaround:
Open C:\Program Files (x86)\winmagic\sddb-nt\sdweb\views\folder\viewfolder.cshtml in notepad, then search for the following context:
id = ViewBag.NavId,
ViewBag.NavId,
Model.UserList.SearchText,
and replace it with
id = ViewBag.NavId,
navid = ViewBag.NavId,
searchtxt = Model.UserList.SearchText
Solution:
Upgrade to SecureDoc 8.5 SR2 or latest
Regsvr32 /s "C:\Program Files\WinMagic\SecureDoc-NT\ SDBLLAPI.dll "