Matthew Carle wrote: > Hi All, > > We run a samba domain with WPKG executed from the logon script. Is there a > way to stop it from running a synchronisation when we log onto a particular > computer (say a windows server that is a member of the domain). I have > thought of defining a profile and not including any packages, but I believe > that will remove any defined packages that are installed on the computer. Am > I missing something?
Logon script? Aren't logon script started with user privileges? > I am basically after an option for a profile that says "don't change > anything". Any ideas? Change your startup script a bit then. Do something like: if [member of a domain] do nothing else start WPKG Or, don't put hostnames you want to avoid into hosts.xml. -- Tomasz Chmielewski ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
