mirror of https://github.com/apache/jmeter.git
Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4)
Fix comments in krb5.conf
Bugzilla Id: 53480
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1509955 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 9e17758c51
This commit is contained in:
parent
d963bee02d
commit
1bf19d543a
|
@ -1,22 +1,22 @@
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
; Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
; contributor license agreements. See the NOTICE file distributed with
|
||||||
# this work for additional information regarding copyright ownership.
|
; this work for additional information regarding copyright ownership.
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
; The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
# (the "License"); you may not use this file except in compliance with
|
; (the "License"); you may not use this file except in compliance with
|
||||||
# the License. You may obtain a copy of the License at
|
; the License. You may obtain a copy of the License at
|
||||||
#
|
;
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
; http://www.apache.org/licenses/LICENSE-2.0
|
||||||
#
|
;
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
; Unless required by applicable law or agreed to in writing, software
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
; distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
; See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
; limitations under the License.
|
||||||
|
|
||||||
# see http://www.fnal.gov/docs/strongauth/krb5conf.html
|
; Sample file, you need to edit for your configuration
|
||||||
# see http://web.mit.edu/kerberos/krb5-1.3/krb5-1.3.1/doc/krb5-admin.html
|
; see http://www.fnal.gov/docs/strongauth/krb5conf.html
|
||||||
# see http://linux.die.net/man/5/krb5.conf
|
; see http://web.mit.edu/kerberos/krb5-1.3/krb5-1.3.1/doc/krb5-admin.html
|
||||||
#Sample file, you need to edit for your configuration
|
; see http://linux.die.net/man/5/krb5.conf
|
||||||
|
|
||||||
[libdefaults]
|
[libdefaults]
|
||||||
default_realm = EXAMPLE.COM
|
default_realm = EXAMPLE.COM
|
||||||
|
|
Loading…
Reference in New Issue