I need to control students

Greetings All,
I was wondering if someone can point me into the right direction. I have a school that needs to really lock down iMacs, iBooks and MacBooks (Ethernet and wireless). The clients are all on at least some flavor of 10.4.x, and I'm currently running OS X Server 10.4.10 but could upgrade to Leopard if need be.
My goal is for the kiddies to not modify any settings that I don't want them to - trashing apps, playing with system preferences, modifying the dock, etc. I've read up on NetBoot and Netinstall, disk images, etc., but I'm not sure if I'm going in the right direction, or even how to begin.
The students currently log into the server and mount some shares, save their work, etc. My solution should be server based, correct? But where to begin?
Thanks in advance,
-andy-

John,
Two things. First is an application called Passenger. This application will make your life SO much easier when adding users to your ODM. It will import users/passwords from csv, etc. You can also control which groups users are added to when they're imported as well as how their names show up in the server.
The second, if you want to control applications for users, copy WGM onto a client comptuer, and add the applications that you want to manage using WGM on a client machine. This is the easiest way to make sure that the applications that you want to manage are managed. Working at Westside High School, we have a wee bit of experience using OS X Server for managing clients. We are currently looking forward to the Leopard update, but cannot proceed due to a glitch in the management. If you are on a Leopard client, managed by Leopard Server, turn off your airport, log out, then log back in. Your managed preferences will vanish before your eyes. If you need any help, I would suggest contacting a representative from a 1 to 1 and see if your school will allow you to travel to one for pointers. That is probably the best way to learn the best tricks for management. If not, we're always on the discussions.

Similar Messages

  • I need to have students register

    I need to have students register & pay for classes on-line (paypal) plus a counter that shows the # of registrants (classes are limited) and that can also limit the # of registrants at a number.

    bboop wrote:
    I need to have students register & pay for classes on-line (paypal) plus a counter that shows the # of registrants (classes are limited) and that can also limit the # of registrants at a number.
    This is a complex job if you know nothing about integrating a database and payment system into a website and pretty challenging if you do.
    The problems you are likely to experience are enormous IF you want it to work seamlessely as students are likely to be booking places 24/7.
    Rather than show the number of students registered for each class it may be better to show the number of places left for each class. When that number hits zero a message can replace the class details saying 'Fully Enrolled' or similar.
    Earlier this year I had a similar senario whereby one of my clients had limited spaces (seats) available. Once the capacity had been reached they wanted to automatically display a notice saying 'Fully Booked' and disable payment which was through Paypal.
    All this was controlled by information in a database. You would start off by displaying the number of places available and everytime a purchase is made that number would be reduced AFTER payment is made by the number of places purchased.
    To do this I needed to use Pay Pals IPN (Instant Payment Notification) script. I found it a complete nightmare to initially set up. What it does is send specific information back to your website which can automatically update the database AFTER Pay Pal takes and confirms a transaction.
    You may find the below link useful to read through as it explains the IPN process really well - although the script is a bit old it still works but you now have to disable SLL3 (which is simple to do in the script as it gives an option for true or false). SLL3 was not secure so Pay Pal dropped support recently after the Poodle vulnerablity was discovered.
    PayPal IPN with PHP
    I can see it being a very good match for what you are trying to achieve, however it may be a bridge too far depending upon how dedicated you are to getting it working and what sort of experience you already have. I nearly gave up and contemplated out-sourcing the IPN bit but eventually a lot of testing and persistance paid off.

  • Need Volume Control API's for windows phone 8.1

    Hi,
       I'm developing a windows phone 8.1 app in which volume need to control. To do this I'm not getting API's to perform this operation, so can any one help to develop this app. if not please post some suggestions why this is not possible.
    Thanks in advance.
    Regards,
    Naresh Kumar

    Hi NareshKumar,
    Volume control always needed by play some media stuff, could you please tell us why and where do you need the volume control.
    Basically as I know if we play the sound by MediaElement, it has a
    Volume property, or what kind of media play control are you using?
    Indeed, there is no API that can directly control the system volume, only user can manage that.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • JMS Content Conversion - Need to control RecordSet per Message

    Hi All,
    I have done a simple JMS to JMS scenario with content conversion.
    I need to control  RecordSet per Message ( similarlly we do for the FILE . that is , Recordset Structure = Records, 500 and Recordset per message = 1)
    How to achive this in JMS adapter.
    Regards,
    B.Jude

    There doesnt seem to be an option for that in the messagetransforbean
    http://wiki.sdn.sap.com/wiki/display/XI/HowTo...ContentconversionmodulewithJ2EEJMS+adapter

  • I need a control which allows a user to choose from specific values (which I specify), NOT 0, 1, 2 etc. [I KNOW I can let him enter 0, 1,2 fro

    m a listbox, and then change the value on the block diagram, but what I want is that on the subvi node itself he can enter the actual values, say 1, 10, 200. Does anyone know how to do this, creatively, since currently a control like this is not available.I need a control in Labview which allows a user to choose from specific values (which I specify), NOT 0, 1, 2 etc. [I KNOW I can let him enter 0, 1,2 from a listbox, and then change the value on the block diagram, but what I want is that on the subvi node itself he can enter the actual values, say 1, 10, 200. Does anyone know how to do this, creatively, since currently a con
    trol like this is not available.

    m a listbox, and then change the value on the block diagram, but what I want is that on the subvi node itself he can enter the actual values, say 1, 10, 200. Does anyone know how to do this, creatively, since currently a control like this is not available.> I need a control which allows a user to choose from specific values
    > (which I specify), NOT 0, 1, 2 etc. [I KNOW I can let him enter 0, 1,2
    > from a listbox, and then change the value on the block diagram, but
    > what I want is that on the subvi node itself he can enter the actual
    > values, say 1, 10, 200. Does anyone know how to do this, creatively,
    > since currently a control like this is not available.
    >
    One way of doing this is to use either a ring or enum where the strings
    presented to the user are "1", "10", or whatever you like. On the
    diagram, the values will be 0, 1, 2, in a compact counting sequence.
    Then do an array index into a constant. If this is done more than one
    place, make the control a typedef so you can keep them consistent an
    d
    make the index be done in a subVI. Then whenever you need this, you
    drop the control and the subVI, out comes the integer, float, or
    whatever it is you want to index.
    Greg McKaskle

  • I need to control flash button states within html

    I am utilizing a flash header for navigation on a site built
    in html. I need to control the button states in my flash header
    from within my html page to facilitate breadcrumbs. The header
    works in a similar manner to an expandable banner. The sub menu
    expands over the html page. However, I cannot figure out how to get
    the primary navigation buttons in the flash header to stay in the
    "hit state" so that the user knows which section of the site they
    are in.
    Can anyone point me in the right direction?
    Thanks

    You will want to use movieclips as buttons so that you can
    control what state they are in by code.
    As far as using the html to set the state, you could devise a
    scheme using FlashVars, which get designated in the embedding code
    of the html page.
    Assuming you are not using frames, and the flash is reloaded
    for each page that you navigate to, then you will have adjust the
    FlashVars code to reflect the relevant page's button.

  • I need to control which software gets access to the the internet

    Hello,
    I need to control which software gets access to the the internet to control my GPRS bill. For example, I want only Battle.net software (Blizzard Armory) to be able to access the internet when I leave my home or work WiFi and hit the road where I connect through GPRS and/or 3G. Is there such a software that does this function?

    No, it's all or nothing.

  • Need Help controlling the time my program stays connected to a network

    Hi,
    Every time I open a Thread to listen to client connections, ou to send data to a server, i need to control how long the other side takes to respond.
    This is to fulfill two objectives:
    1) if the client or the server takes to long to respond the connection is terminated.
    2) if, for example, 30 seconds have passed, the server could send a packet with information that tells the client to wait a little more.
    Any help is appreciated, thanks.

    BigDaddyLoveHandles wrote:
    Before you read, remember the timestamp:
    timestamp = System.currentTimeMillis(); When you want to calculate how much time remains:
    long soTimeout = socket.getSoTimeout();
    if (soTimeout == 0) {
    //handle no timeout case
    } else {
    long now = System.currentTimeMillis();
    long timeLeft = soTimeout - (now - timestamp);
    //use timeLeft somehow
    Great, that works.
    i think i will also try to use the classes Timer and Calendar to create a scheduler, and see which option if better for what i need.
    Thanks for your help.
    regards.

  • I need to control a Ransco temperature chamber with LabVIEW

           I need to
    control a Ransco temperature chamber with LabVIEW.  The temperature chamber requires four BCD digits
    plus a – /+ bit and some control lines.  I have a piece of hardware attached to my PC
    called LabJack.  LabJack has 16 digital
    input/outputs, 8 analog inputs and 2 analog outputs.  What I would like to do is control the
    temperature chamber with LabVIEW using the LabJack as an interface.  Has anyone in the group done this or something
    close to it before?  Also has anyone used
    LabVIEW to control a LabJack for any purpose? 
    I would be interested in looking at what you did and what drivers and VIs you used.
    Thanks,
    Gary

    Try reading this thread. It might not be terribly helpful to your application, but it might answer some questions. Also look at the Labjack site to look for the LabVIEW VIs that they have written.

  • Need to control waterbath temp using labview via RS232

    HI,
    I am new to labview. I have labview 6.1. I need to control a thermo RTE7 water bath temp.  controler using labview.
    The water bath has to be connected to computer via RS232 port and the commands have to be given via binary values.
    The users manual for the bath has "hex" bytes that are to be converted
    to binary values to be passed to bath. If anyone has done this before
    or anyone can help me on this please let me know. Thanks,

    Use simply the recommandations given in the RTE manual. You don't have to convert to binary : that's something done by the hardware.
    For instance, to send the temperature setpoint to the controler, you have to send a byte string such as
    CA 00 01 F0 02 01 2C DD, where CA 00 01 is a header specific to the type of serial link you are using,
    F0 is the set temperature command,
    02 is the number of bytes expressing the temperature that you are about to send
    01 0C is the temperature in tenths of degree (here : 30°C = 300 tenth = 010C$
    DD is a check sum byte.
    The corresponding labVIEW program is as follow :
    Of course, do not forget to initialize the serial port before writing the string !
    Message Edité par chilly charly le 10-21-2005 06:21 AM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Water bath.png ‏4 KB
    Water bath.vi ‏28 KB

  • Need Suggestions for Student Computer Lab - Multiple Users on IWeb

    I need some suggestions on how to best show students in the computer lab to save their Domain file to their thumbdrive. It seems some students are saving previous users Domain Files to their thumbdrives. There has to be an easy solution. Students are using IWEB for their Digital Portfolio projects and they are do to be presented in June. For some reason students are not saving their work before the end of class.
    This is how I instruct them to save their work:
    File Save
    Open Finder, Click on Student User, Library, Application Support, Iweb, then drag Domain file to their thumb drive.
    This way when a new student comes to use the same computer either a new domain needs to be created or they open the domain file in their thumb drive.
    Suggestions Please!!!!!!!!!!!
    Thank you!!!!

    Thank you for the suggested forum. It seems so simple but students just don't get it. As a Lab Tech and not the Administrator, I can not install any programs.
    Message was edited by: lorisu

  • Hi ALL, I need to control the temperature of a furnace. The Thermocouple ouputs are available as RS-485. What Hardware and system configuration should I prefer?

    I need to automate the control of a gas carburising furnace. The available signals are Thermocouple K-Type (4 nos., one each from the three zones and one from the geometrical center of the furnace) and Oxygen Analyser. That makes it a total of 5 signals, all available in RS-485 format, which I need to acquire (10 samples/second) and then initiate a control action as per the rule base. Reliability is a major issue and the system has to work in harsh conditions.
    What hardware would suit my purpose? I would prefer NI hardware which can be programmed via VB or VC++. LabVIEW may be considered as the last option.
    Ap
    art from using the thermocouple/Oxygen analyser signals for controlling it is also desired to store them on a PC for analyses and visualisation (via graphs etc etc)
    My need is URGENT and would appreciate any help. Thanx in advance
    Gurdas

    Hi Gurdas,
    I can give you some ideas to start with:
    - a cheap solution - a rs232/rs485 converter(http://www.rs485.com/pconverters.html) and do the code in VB [you have to do both communication and data management)
    - a medium solution - a AT-485 or PCI-485 NI board (I think that you'll get some NI libraries to control it from VB/VC++) [just data]
    - a better solution - a LabVIEW or Measurement Studio with a NI 485 card in order to avoid wasting time with too much programming
    - a much better solution - LabVIEW/Measurement Studio with an ENET-485 NI card (of course, you'll need a network passing by your lab :-))
    Regarding harsh conditions, I think that rs485 allows you to stay far enough.
    Hope this helps somehow.

  • HTMLB or html - when we need full control of look and feel and events

    Hi Experts,
          In my requirement i  need to change the look and feel of the BSP UI as per customer standards and i need to have most of my processing on client side, Please advise me whether to go for HTMLB or normal HTML. mainly i fount most of the client side events are not available in HTMLB....
    Thanks in advance
    Karthik

    Hi Karthik,
    The look and feel of the BSP Tags can be applied via Portal. If you are seeing your BSP application through a protal system, then you can develop a theme inside the portal and apply it to your BSP application. The portal theme will be automatically supported by the HTMLB tags. For more infomation on this you can search in the portal forum section, you will find a lot of post for this topic.
    But if you need a complex customization of the UI controls inside the BSP application, as suggested in the previous post you should go for HTML + Javascript library.
    Hope it is helpful!
    Regards,
    Maheswaran

  • Need motion control for a video link antenna

    Up to 60 lb parabolic dish antenna.
    Need 1 degree positioning accuracy (on 30 mi target).
    Motor postioning signal from an ethernet or Rs232 connection.
    We will send control signals (in required re-format of lat, long and elevation) converted to control motor positioning in azimuth and elevation of the dish.
    Need rugged for out door use.
    At close in ranges need motor speed to track target.
    Like to have software control to implement/adjust [lead/lag, possibly implement signal tracking] on the fly.
    any assistance appreciated ASAP. thxs/Steve

    Dear Steve,
    as we (PI) are experts in micro positioning systems your request looks very interesting to us. In order to explore which product of PI meets your needs best could you please provide your contact details? I think there is no "private message option" here on the board, but you could send an email to [email protected], my colleague Gernot will contact you then as soon as possible. You can also select the PI office that is closest to your location on our homepage
    http://www.physikinstrumente.de/offices/index.htm
    There you can contact your local office directly.
    Best regards,
    Gabs

  • Windows XP - Bootcamp ---need mouse controls

    I just partitioned my MacBook Pro (10.6.6) HD using Bootcamp. I installed Windows XP and noticed that the only response from my mouse pad while in Windows is only when I hard-press the mouse pad. I have no double-click or finger scroll capabilities. I have read other posts in reference to downloading applications but they mainly pertain to Windows 7, Vista or mice that I don't have. Is there a DL available to allow me to control my built in mouse pad so that I can have full functionality as in my MAC OSX?

    True.  There are no XP drivers available for the 2011 MacBook Pros.  So even though the 2011 MacBook Pro can run XP, without any XP drivers available, you can't take advantage of any of the hardware in the 2011 MacBook Pro.  I tried to find the AMD Radeon HD 6490M driver on the internet, and AMDs site directs you back to the OEM manufacturer.  So since Apple did not write XP drivers for the new hardware, you can't effectively run XP.  So it looks like you are stuck with Windows 7 if you need to run a specific Windows program.
    I did a further search on the internet and found Dell and HP OEM vendor drivers for the AMD Radeon HD 6490M, and their system requirements are also Windows 7.  So you can't even find an XP driver no matter where you search, because they just don't exist.

Maybe you are looking for

  • Unable to message external user

    Hi All, When attempting to message an external user, I see the error: When contacting your support team, reference error ID 504 (source ID 239) Turning on Event Logging shows: A SIP request made by Lync failed in an unexpected manner (status code 80e

  • Scrollbar help~

    hi.. the code below are in working condition.. means can be compiled & run.. when drag the scrollbar, the "Welcome To Java" string message will be move left, right or up, down depend on which scrollbar u drag.. just wanna ask if the "Welcome To Java"

  • Web services not comming up

    We had some sort of incident over the weekend...with the xserve reporting drive warnings. Drives appear ok now. However, the only problem that remains is web services do not come up. error_log reports "Library/Webserver/Documents/moodle/..." doesn't

  • Autosave Vault files are corrupt

    My project file has gone corrupt ("unknown file" message appeared and I was unable to save) so I had to close the file without saving. I tried to open a file in the Autosave Vault, but ALL of these files have gone corrupt as well! (message: "unable t

  • DECISION in Process Chain - TK 102

    Hi there, I did create a Decision in DEV which does work perfectly.  The Issue is even the Object Type  RSPV is set to "Everything Changeable", I can not change the Formula. I get the message TK102 The system administrator has set the system status t