9 Jul
2018
9 Jul
'18
7:12 a.m.
On Jul 9, 2018, at 7:08 AM, Adam Bishop <Adam.Bishop@jisc.ac.uk> wrote:
* Can I tell the users origin once we get into post-auth, or do I need to use a custom attribute?
If a user comes from the users file, I want to apply some different policy - the only distinguishing feature the users I want to manipulate have is that they're stored in the users file rather than AD.
You need to use a custom attribute. The server doesn't track where each attribute came from.
* Can I prevent a status-server acknowledgment being sent?
I want to run "wbinfo -t", and drop the status-server request if the command does not execute successfully - is that supported?
Yes. Just use the "do_not_respond" policy. Alan DeKok.