Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Acidprime
    Participant

    You might do this with launchd instead, you might try my post code on the [url=http://forums.bombich.com/viewtopic.php?t=9694]following thread[/url] on bombich’s forums.

    in reply to: Students screwing with accounts #369458
    Acidprime
    Participant

    [QUOTE][u]Quote by: skylarking1[/u][p]
    How does one alter the server home folder template?
    [/p][/QUOTE]

    You can find it on the server using the path below ,its only editable by root, and be careful as the permissions (not ownership) on the child directories are also copied in addition to the content.

    /System/Library/User\ Template/English.lproj/

    in reply to: Network Library and Font Collections #369457
    Acidprime
    Participant

    “/Network/Library/FontCollections” is not in the search path, just put the items in “/Network/Library/Fonts”

    Acidprime
    Participant

    What’s your original reason for doing this?
    You could MCX this via Terminal.app preferences (custom wrapper in a .term file would do it ) , but it would be easier to use something like: /etc/bashrc in your image,or via the User Template.

    in reply to: ARD for Intel #365635
    Acidprime
    Participant

    I dont think think panther had ARD built in FYI

    in reply to: Kerberos problems #365249
    Acidprime
    Participant

    I suppose you could change the time with kadmin as well,but the longer the ticket life time the more a possibility that security could compromised.
    kinit from the command line and the Kerberos app can both renew in fact,the Kerberos App is Apple scriptable so you could export a little app and throw it the dock so your users dont even have to click anything other then its icon.

    tell application “Kerberos”
    renew tickets
    end tell

Viewing 6 posts - 1 through 6 (of 6 total)