#2 Add service/HTTP section to default gssproxy.conf (#143)
Closed 8 years ago by rharwood. Opened 8 years ago by rharwood.
https://github.com/frozencemetery/gssproxy.git bug/143  into  master

Define HTTP service by default in conf
Robbie Harwood (frozencemetery) • 8 years ago  
proxy/examples/gssproxy.conf.in
file modified
+6
@@ -1,5 +1,11 @@

  [gssproxy]

  

+ [service/HTTP]

+   mechs = krb5

+   cred_store = keytab:/etc/gssproxy/http.keytab

+   cred_store = ccache:/var/lib/gssproxy/clients/krb5cc_%U

+   euid = 48

+ 

  [service/nfs-server]

    mechs = krb5

    socket = /run/gssproxy.sock

no initial comment
Metadata