From 8920c2af029a930bf904685c606285da17de9e9d Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Thu, 21 Apr 2016 21:53:34 +0100 Subject: Some small fixes. Rename 'GoogleOpts' to 'ProviderOpts'. Rename Principals to AdditionalPrincipals to match the config option. --- server/signer/signer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/signer') diff --git a/server/signer/signer.go b/server/signer/signer.go index f897195..854d70e 100644 --- a/server/signer/signer.go +++ b/server/signer/signer.go @@ -82,7 +82,7 @@ func New(conf config.SSH) (*KeySigner, error) { return &KeySigner{ ca: key, validity: validity, - principals: conf.Principals, + principals: conf.AdditionalPrincipals, permissions: makeperms(conf.Permissions), }, nil } -- cgit v1.2.3