Skip to content

Commit

Permalink
added krb5 config example, copy to /etc/krb5.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Jan 29, 2010
1 parent 6741162 commit b092a7f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions krb5.conf.example
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,8 @@
[libdefaults]
default_realm = HPI.UNI-POTSDAM.DE

[realms]
HPI.UNI-POTSDAM.DE = {
kdc = 141.89.221.28
admin_server = 141.89.221.28
}

0 comments on commit b092a7f

Please sign in to comment.