Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit e839c06

Browse files
committed
Merge pull request #364 from sdodson/docs-broker_krb_service_name
Clarify broker_krb_service_name documentation
2 parents 4a03244 + e216389 commit e839c06

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,10 @@ Options:
673673
Default: htpasswd
674674

675675
=== broker_krb_service_name
676-
The KrbServiceName value for mod_auth_kerb configuration
676+
The KrbServiceName value for mod_auth_kerb configuration. This value will be
677+
prefixed with 'HTTP/' to create the krb5 service principal.
678+
679+
Default: hostname
677680

678681
=== broker_krb_auth_realms
679682
The KrbAuthRealms value for mod_auth_kerb configuration

manifests/init.pp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,9 @@
477477
# Default: htpasswd
478478
#
479479
# [*broker_krb_service_name*]
480-
# The KrbServiceName value for mod_auth_kerb configuration
480+
# The KrbServiceName value for mod_auth_kerb configuration. This value will be
481+
# prefixed with 'HTTP/' to create the krb5 service principal value.
482+
# Default: $hostname
481483
#
482484
# [*broker_krb_auth_realms*]
483485
# The KrbAuthRealms value for mod_auth_kerb configuration

0 commit comments

Comments
 (0)