Win 95 clients, NT4 Domain Controllers. All DC's running KXRPC.

Upgrading to 4.10 broke my logon script.
Was using ENUMLOCALGROUP($index) to list all Domain Local groups that a user logging onto a Windows 95 PC was a member of. 3.63 Lists them fine, but 4.10 doesn't list any. Is this accident or design? I am using ENUMGROUP to work around this, but would prefer the local group only functionality of ENUMLOCALGROUP.

I have swiched back and forth between versions, to prove the problem is version related and not something else.