I have more logon.src in more packages.
One logon.src should start as first and shound disable all logon.src to start.
A "masterlogon.src", unique in pol script, that can return 1 to allow all logon.src to start or return 0 to not allow all logon.src to start?
Author
Message
MuadDib POL Developer
Joined: 13 Feb 2006 Posts: 830 Location: Indiana, USA
Posted: Thu Sep 28, 2006 5:02 pm Post subject:
Scripts/misc/logon.src <-- main logon.
In there, you can set a CProp on the character, that could be to block the others, or allow only certain ones, based on that CProp. Then, in the other logon.src scripts, you can check that CProp at the very beginning, to decide if you want that one to run or not.
Yes because
1) as you can see , the default priority of logon.ecl scripts is critical
2) the main logon is the first one run by the core
the two things together give you the answer
Author
Message
MuadDib POL Developer
Joined: 13 Feb 2006 Posts: 830 Location: Indiana, USA