[jcifs] restrict acces to serveral user

Michael B Allen mba2000 at ioplex.com
Thu Mar 11 01:57:20 GMT 2004


Eric said:

>> There's another relatively easy trick that you can do though. In
>> SmbSession.logon() change IPC$ to something like AUTHCTRL (I should
>> really
>> make this a property). Then create a share on your "domainController"
>> with
>> this name and tweek it's access control list. Instant group based access
>> control!
>>
>
> That is fairly clever.  Would changing that adversely affect anything
> else?

It would affect anything that called SmbSession.logon(). But within the
jCIFS package the Filter is the only thing that does I believe.

Mike



More information about the jcifs mailing list