From owner-freebsd-questions@freebsd.org Wed Jun 7 22:28:05 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 132F9D7E5EE for ; Wed, 7 Jun 2017 22:28:05 +0000 (UTC) (envelope-from friedrich.locke@gmail.com) Received: from mail-yw0-x22c.google.com (mail-yw0-x22c.google.com [IPv6:2607:f8b0:4002:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C81011026 for ; Wed, 7 Jun 2017 22:28:04 +0000 (UTC) (envelope-from friedrich.locke@gmail.com) Received: by mail-yw0-x22c.google.com with SMTP id l75so7967050ywc.3 for ; Wed, 07 Jun 2017 15:28:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=3MaisdLe6eDQhrbPJB4FvujwhSXL3Nch2WGI3Hd6H+s=; b=LS7JkhTDbBIxsrEgCrUK85ACFRt8FpbGlM+sp0T/0a0jmJuTVjtEzIqnFeAz8uRJSA dzlRg55f+x3+hVxtsLZKYSa/jickrRJspYHDob01Fn5nfxopseqUzkyFRx415xtXDb/L 5k5vkiiFvTFhC0Ow/3bZ2Fe0AoJqvL1IWurJamxVPuNx92hQMw3Dc4xrtKCQmeIIqIUe 1BkGl8RL3Ef5ap2QTn2B/OOLhPXNfVSQoy8ZrEdd8ZTl6EtmbNg5gJ3BefDbzJdnWCTs p2Xf5BUO8hPbvDah7GbJBwBOVZpdgsdtRVwTxNb4R5zUFoA9QKohLKydGm3wkxHrL1IS dFLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=3MaisdLe6eDQhrbPJB4FvujwhSXL3Nch2WGI3Hd6H+s=; b=IJ3ZeHY/lFJVfcMsRvos7+AUVK5xKjguJPOYrtSPM4IGZTlF51AxsWnKVIOXXEoAvm QLeovLM1jSedeiOct8qeP40Naxu5KlulfyEx3VBWPTyo8Ox8O2w6U169SrTKDteKGx3a yhItREDo1KIQyo9F2YSTcYFiiYjin7tzdvGxWBpcbP/WMvOx7VrOtEST3iRoSJzkbGwi mquQJnhN8xaQYHlVj0pOs6UinhPPDxVmH1aBIUgVbqAm2IHVM37cTHzqcg2nDBNr1yhs FNguFiDqqndhT1x9PQ3gnwkLFGiNK4qRpnMY/A8s8+SnSFwluvI8s4TSV3b/t1jn1OkL HwoQ== X-Gm-Message-State: AODbwcCf15UeEJLy/dpnxy1yH7QXQ8+NJjfKYKAkCGhlIc3EM82/W7tN ET2JKX6iJ+pMuWjvwaswEonvMBWslg== X-Received: by 10.13.247.1 with SMTP id h1mr9299565ywf.30.1496874483483; Wed, 07 Jun 2017 15:28:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.207.206 with HTTP; Wed, 7 Jun 2017 15:28:03 -0700 (PDT) From: Friedrich Locke Date: Wed, 7 Jun 2017 19:28:03 -0300 Message-ID: Subject: nginx + kerberos heimdal To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2017 22:28:05 -0000 Does anybody here run nginx with support for sso or even kerberos auth ? Thanks in advance.