File: jaas.conf

package info (click to toggle)
heimdal 7.5.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 42,300 kB
  • sloc: ansic: 355,050; sh: 11,962; makefile: 4,357; yacc: 1,786; perl: 1,572; lex: 732; python: 722; java: 119; awk: 41
file content (14 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $Id$ */

kinit {
   com.sun.security.auth.module.Krb5LoginModule required;
};

com.sun.security.jgss.accept  {
	com.sun.security.auth.module.Krb5LoginModule required
	useKeyTab=true
	storeKey=true
	keyTab="server.keytab"
	principal="host/localhost"
	isInitiator=false;
};