Unix and Linux Discussions Tagged with apple |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
6 |
39,969 |
OS X (Apple) |
|
|
|
10 |
24,532 |
OS X (Apple) |
|
|
|
30 |
55,792 |
OS X (Apple) |
|
|
|
0 |
4,910 |
OS X (Apple) |
|
|
|
0 |
6,949 |
Hardware |
|
|
|
6 |
8,381 |
OS X (Apple) |
|
|
|
3 |
3,484 |
What is on Your Mind? |
|
|
|
0 |
6,681 |
What is on Your Mind? |
|
|
|
2 |
5,537 |
Red Hat |
|
|
|
11 |
8,318 |
Solaris |
|
|
|
35 |
17,244 |
What is on Your Mind? |
|
|
|
68 |
27,622 |
What is on Your Mind? |
|
|
|
17 |
13,289 |
What is on Your Mind? |
|
|
|
0 |
1,301 |
Security Advisories (RSS) |
|
|
|
0 |
1,650 |
Software Releases - RSS News |
|
|
|
0 |
1,647 |
Software Releases - RSS News |
|
|
|
0 |
3,755 |
Oracle Updates (RSS) |
|
|
|
0 |
1,282 |
Security Advisories (RSS) |
|
|
|
3 |
5,343 |
OS X (Apple) |
|
|
|
0 |
3,276 |
OS X Support RSS |
|
|
|
0 |
5,010 |
OS X Support RSS |
|
|
|
0 |
2,701 |
OS X Support RSS |
|
|
|
0 |
2,145 |
OS X Support RSS |
|
|
|
0 |
1,940 |
OS X Support RSS |
|
|
|
0 |
2,591 |
OS X Support RSS |
|
|
|
0 |
1,679 |
OS X Support RSS |
|
|
|
0 |
4,617 |
OS X Support RSS |
|
|
|
0 |
3,041 |
OS X Support RSS |
|
|
|
0 |
1,765 |
OS X Support RSS |
|
|
|
0 |
5,932 |
OS X Support RSS |
|
|
|
0 |
3,313 |
OS X Support RSS |
|
|
|
0 |
1,408 |
OS X Support RSS |
|
|
|
0 |
1,508 |
OS X Support RSS |
|
|
|
0 |
2,026 |
OS X Support RSS |
|
|
|
0 |
1,416 |
OS X Support RSS |
|
|
|
0 |
1,717 |
OS X Support RSS |
|
|
|
0 |
2,500 |
OS X Support RSS |
|
|
|
0 |
2,229 |
UNIX and Linux RSS News |
|
|
|
0 |
1,814 |
UNIX and Linux RSS News |
|
|
|
0 |
1,028 |
Software Releases - RSS News |
heimdal_debug(5) BSD File Formats Manual heimdal_debug(5)
NAME
heimdal_debug -- how to turn on/off debugging for Kerberos tools
DESCRIPTION
The heimdal_debug kerberos frameworks have several knobs for controlling logging. The different framework knobs are:
libkrb
The Kerberos library, some gss-api Kerberos output ends up here too
kcm the kcm library (credentials cache, ntlm client)
kdc the kerberos KDC output
digest-service
the digest service (ntlm server)
CONFIGURATION FILE
[logging]
<subsystem> = 0-/SYSLOG:
and watch syslog for logging information.
APPLE MAC OS X
First turn up syslog debugging
sudo syslog -c 0 -d
then you can see the syslog output in Console.app or by running
syslog -w -k org.h5l.asl
To enable more extensive debugging logging for each subsystem, use the following commands:
Kerberos Library
sudo defaults write /Library/Preferences/com.apple.Kerberos logging -dict-add krb5 '0-/OSLOG:normal:'
digest-server
sudo defaults write /Library/Preferences/com.apple.Kerberos logging -dict-add digest-service '0-/OSLOG:normal:'
kcm sudo defaults write /Library/Preferences/com.apple.Kerberos logging -dict-add kcm '0-/OSLOG:normal:'
kdc sudo defaults write /Library/Preferences/com.apple.Kerberos logging -dict-add kdc '0-/OSLOG:normal:'
MIT Kerberos Shim
defaults write com.apple.MITKerberosShim EnableDebugging -bool true
GSS-API framework logging
sudo defaults write /Library/Preferences/com.apple.GSS DebugLevel -int 10
Other options on Mac OS X
Make the admin API pretend to the server even on client
sudo defaults write /Library/Preferences/com.apple.Kerberos ForceHeimODServerMode -bool true
SEE ALSO
gss(5), kerberos(8)
HEIMDAL
Sep 30, 2011 HEIMDAL