1#!/bin/sh
2
3echo ""
4echo "- Install profile in System Preferences when prompted"
5echo "- Quit System Presences when you finished installing the profile"
6
7open -W "/System/Library/Frameworks/GSS.framework/Resources/GSS Debug Logging (OS X).configprofile"
8
9killall -m gssd NetAuth
10
11echo ""
12echo "- Reproduce the issue, process control-c (^C) and then attach output to the bug report"
13echo "- When done you can delete the profile in System Preferences"
14echo ""
15
16syslog -w
17