Univention Bugzilla – Attachment 7230 Details for
Bug 39479
allow only SAML servers to connect to memcached server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
39479.patch (text/plain), 695 bytes, created by
Florian Best
on 2015-10-28 17:36:47 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2015-10-28 17:36:47 CET
Size:
695 bytes
patch
obsolete
>diff --git a/saml/univention-saml/conffiles/etc/stunnel/univention_saml.conf b/saml/univention-saml/conffiles/etc/stunnel/univention_saml.conf >index 3ef94f7..b7450f7 100644 >--- a/saml/univention-saml/conffiles/etc/stunnel/univention_saml.conf >+++ b/saml/univention-saml/conffiles/etc/stunnel/univention_saml.conf >@@ -22,12 +22,14 @@ connect = /var/run/univention-saml/memcached.socket > verify = 2 > checkHost = %s''' % (sso_fqdn,) > >- > for server in servers: > print ''' >+ > [%(server)s] > client = yes > accept = /var/run/univention-saml/%(server)s.socket > connect = %(server)s:11212 >-''' % {'server': server} >+verify = 2 >+checkHost = %(ssofqdn)s >+''' % {'server': server, 'ssofqdn': ssofqdn} > @!@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 39479
: 7230