Skip to content

Adding RFC822Name to certauth#67

Open
luneo7 wants to merge 2 commits into
Zimbra:developfrom
luneo7:rfc822name
Open

Adding RFC822Name to certauth#67
luneo7 wants to merge 2 commits into
Zimbra:developfrom
luneo7:rfc822name

Conversation

@luneo7

@luneo7 luneo7 commented Aug 19, 2017

Copy link
Copy Markdown

Add the possibility to use RFC822Name to do client certificate authentication, now there is two more parameters, and you can configure like that on nginx:

location = /certauth {
    zm_sso certauth_rfc822name;
    zm_sso_redirect_url 443;
}

location = /certauth/admin {
    zm_sso certauth_admin_rfc822name;
    zm_sso_redirect_url 9071;
}

@CLAassistant

CLAassistant commented Aug 19, 2017

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@luneo7

luneo7 commented Aug 19, 2017

Copy link
Copy Markdown
Author

Bugzilla #108279

@luneo7

luneo7 commented Aug 22, 2017

Copy link
Copy Markdown
Author

There is also the possibility to make automatic use of rfc822name if in the dn there is not a emailAddress, and thus not crating a new parameter and making it not necessary to change any existing configuration of the nginx proxy to use rfc822name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants