Hi guys
Just to let you know there is a serious bug but network home directories, doesn't matter if your using open directory or AD.
Ever since Apple brought out 10.7.2 and changed LDAP the whole share mounts and your user will see everyones home share! Apple have designed shares to mount the whole share point and have over looked this problem.
With home paths set in AD in my environment the users share would be serverpersonal$user
Problem is personal is mounted and because users don't have permission to others home folder set via NTFS permissions, when the user tries to open personal they get permission errors.
There is also a serious bug with kerberos and ADmitMac 6.0.1 Logging in gives a user a 5 minute ticket only! Not sure if Apples AD plugin is ok but thought you guys should know.
A work around is to open Ticket Viewer app found in /System/CoreServices/ and you can renew your ticket.
I create a symbolic link as part of my FirstRun script
#!/bin/bash
# create a symbolic link for the Ticket Viewer to Utilities
ln -sf /System/Library/CoreServices/Ticket Viewer.app /Applications/Utilities/Ticket Viewer.app
I also do this for Directory Utility, Apple Updater app etc
Thursby have a development build to fix it which reportedly gives a correct 10 hour ticket.
