Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(MODULES-2419) - Add mod_auth_kerb parameters to vhost #1183

Merged
merged 1 commit into from
Sep 14, 2015
Merged

(MODULES-2419) - Add mod_auth_kerb parameters to vhost #1183

merged 1 commit into from
Sep 14, 2015

Conversation

traylenator
Copy link
Contributor

https://tickets.puppetlabs.com/browse/MODULES-2419

The following kerberos parameters can be set within
a vhost.

KrbMethodNegotiate
KrbMethodK5Passwd
KrbAuthoritative
KrbAuthRealms
Krb5Keytab
KrbLocalUserMapping

Reference for mod_auth_kerb:
http://modauthkerb.sourceforge.net/configure.html
https://bugzilla.redhat.com/show_bug.cgi?id=970678

auth_name => 'Kerberos Login',
auth_type => 'Kerberos',
auth_require => 'valid-user',

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you fix the arrow alignment here? There should be a newline after {, only one level of indentation for the hash key/values, and the hash arrows should be aligned independently from the resource attribute arrows.

@hunner
Copy link
Contributor

hunner commented Aug 27, 2015

If you could add tests too, that would be great!

@traylenator
Copy link
Contributor Author

  • Alignment of hash in README.md fixed.
  • There are tests already :-)


~~~ puppet
apache::vhost {'sample.example.net':
auth_kerb => true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still mis-aligned.

@bmjen
Copy link
Contributor

bmjen commented Sep 10, 2015

@traylenator Can you fix the remaining formatting nits and also squash your commits? Thanks!

@traylenator
Copy link
Contributor Author

README.md formatting hopefully okay now and trailing comma inserted. Thanks for the review.

https://tickets.puppetlabs.com/browse/MODULES-2419

The following kerberos parameters can be set within
a vhost.

  KrbMethodNegotiate
  KrbMethodK5Passwd
  KrbAuthoritative
  KrbAuthRealms
  Krb5Keytab
  KrbLocalUserMapping

Reference for mod_auth_kerb:
http://modauthkerb.sourceforge.net/configure.html
https://bugzilla.redhat.com/show_bug.cgi?id=970678
@bmjen
Copy link
Contributor

bmjen commented Sep 14, 2015

Thanks @traylenator !

bmjen added a commit that referenced this pull request Sep 14, 2015
(MODULES-2419) - Add mod_auth_kerb parameters to vhost
@bmjen bmjen merged commit 3e1f0c5 into puppetlabs:master Sep 14, 2015
@traylenator
Copy link
Contributor Author

TThanks @bmjen - any idea when there will be a release?

@traylenator traylenator deleted the kerb branch November 17, 2015 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants