I'm querying the ncp_trustees table nad current_ncp_trustees view, I'm seeing a lot of entries where the rights column contains a 0 value, according to the documentation (this documentation https://www.novell.com/documentation/filereporter3/file_reporter_3_0_query/data/b1cfpk71.html#b1cfq464) this column can contain the following values:
0x01 = Read
0x02 = Write
0x04 = [undefined]
0x08 = Create
0x10 = Delete
0x20 = Access Control
0x40 = File Scan
0x80 = Modify
0x100 = Supervisor
So can someone tell me what it means when this column contains a value of 0?
My NFR installation is version 3.0 with an SQL Server back end.