Guest User

Untitled

a guest
Jun 20th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <Location "/secured" >
  2. Options Indexes FollowSymLinks MultiViews
  3. Order allow,deny
  4. allow from all
  5.  
  6. AuthType Kerberos
  7. AuthName "Kerberos Login"
  8. KrbMethodNegotiate on
  9. KrbMethodK5Passwd on
  10. KrbAuthRealms atlantico.int
  11. Krb5KeyTab /etc/tech03.keytab
  12. require valid-user
  13. </Location>
Add Comment
Please, Sign In to add comment