Skip to content

Commit 36cca8d

Browse files
Update Apache docs to reflect config file split
Signed-off-by: Robbie Harwood <[email protected]> Reviewed-by: Simo Sorce <[email protected]> Merges: #212
1 parent 898de37 commit 36cca8d

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

docs/Apache.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,10 @@ file, because GSS-Proxy uses the effective uid to distinguish the services. On
2828
my installation, the uid is 48. Symbolic uids are also supported (e.g.,
2929
"httpd" or "apache").
3030

31-
We add a new section to the ```/etc/gssproxy/gssproxy.conf``` configuration file. This section has to be before any section which might have ```allow_any_uid = yes```, namely gssproxy-0.3.0 in its ```service/nfs-client```:
32-
33-
```
34-
[service/HTTP]
35-
mechs = krb5
36-
cred_store = keytab:/etc/gssproxy/http.keytab
37-
cred_store = ccache:/var/lib/gssproxy/clients/krb5cc_%U
38-
euid = 48
39-
```
31+
We add a new section to the gssproxy configuration. To do this, copy the
32+
```examples/80-httpd.conf``` file to ```/etc/gssproxy/80-httpd.conf```. (If
33+
you are using a monolithic config file at ```/etc/gssproxy/gssproxy.conf```,
34+
make sure the HTTP stanza preceeds any ```allow_any_uid=yes``` sections.)
4035

4136
We then start the service:
4237

0 commit comments

Comments
 (0)