From owner-freebsd-questions@freebsd.org Wed Mar 2 18:45:11 2016 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 6A8F8AC2CD2 for ; Wed, 2 Mar 2016 18:45:11 +0000 (UTC) (envelope-from sergeig.public@gmail.com) Received: from mail-vk0-x22c.google.com (mail-vk0-x22c.google.com [IPv6:2607:f8b0:400c: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 27CCF1CF2 for ; Wed, 2 Mar 2016 18:45:11 +0000 (UTC) (envelope-from sergeig.public@gmail.com) Received: by mail-vk0-x22c.google.com with SMTP id e185so211137800vkb.1 for ; Wed, 02 Mar 2016 10:45:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=A4valROfDn+Rpp4CYb7L4PhdrJDN9aOL/4BXhGO5F8k=; b=DZEKNDeE4H2szLAyfE8+0xLX4SlZ2jRzQzzeandAZ9dxnrCyS+ZWmNn/xfyxDsAhg9 n6ewrf+y+8Gkv8519xhEDCAtyQcocLUjMqusWV7UblychJ9QkTuGZuTlyWsJaifAF422 eKslD2F61fHKgh6wau0/PCa0Qbk5K6rgMRhFeeTVi/gfuCvSOBDh65FJPfalPQ1ZKkYc ZzDwIbS6olN1mpKBzvTIPUENrxHOFOxMNfXHsBAYST4/BH54DAVQtr4tryHZc0OW+GKr k3unMCXHcK9FeL5VA/2um6Z+eCUM5raB7oXv5JaoL4Ct3v8lA6aSvT3CU+/c3/tULV2A wuTw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=A4valROfDn+Rpp4CYb7L4PhdrJDN9aOL/4BXhGO5F8k=; b=eKsEndyi1tpaycNgzXm+yCxfopb48RxpoRhXQRrSK7dmx6f/lBuB/3POpwDrNSEBHv kGb9XDFZnKIhB0CoijdcjrXoNUCrozp2416bEsaqMIU2/ytPTBiBC+gS3lHN6PdsBZTe jVuLE0bVepopZe+kcf2pffG4Kua4IkepafHVnkLJAP/guqeVkLOO3uf7+efP0jP269vv OI60fWzeu8UN2gFfl6mHTbpV/u2qbAfHHQnOp31G5C4yXOkf2RVPufM9g8GwxDrpVNhq BWmwvtBRha41Px+g0KpZ/gReCZ6v+UWzWIxHt1Cz2vNoJH0TGLiP+SM1nH/8u7eLF4IV tg0Q== X-Gm-Message-State: AD7BkJIDMigse7VtpR5aJQpqv3rI9JsxI+V01w2WW2Ke6F3GNCx0FAR0NamNCTeiUWR8rnJ4PPJaUHzkC9x+Cw== MIME-Version: 1.0 X-Received: by 10.31.0.215 with SMTP id 206mr21574206vka.22.1456944310231; Wed, 02 Mar 2016 10:45:10 -0800 (PST) Received: by 10.31.174.132 with HTTP; Wed, 2 Mar 2016 10:45:10 -0800 (PST) Date: Wed, 2 Mar 2016 10:45:10 -0800 Message-ID: Subject: is there a secure store associated with user? From: Sergei G To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 18:45:11 -0000 I am looking for FreeBSD (and Linux) equivalent of DP API in windows. For example, windows service has access to a secure data store associated with user account. When I register service I enter service user id and password and that password unlocks user store. Is there something like that in Unix world?