commit: 88628425b2988b80c3f9a8dba5392cbbffa89e71 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Thu Sep 3 17:07:13 2020 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Fri Sep 4 21:03:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88628425
acct-user/nslcd: New package Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --force Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> acct-user/nslcd/nslcd-0.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/acct-user/nslcd/nslcd-0.ebuild b/acct-user/nslcd/nslcd-0.ebuild new file mode 100644 index 00000000000..c783848cf4b --- /dev/null +++ b/acct-user/nslcd/nslcd-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for nss-pam-ldapd" + +ACCT_USER_ID=357 +ACCT_USER_GROUPS=( nslcd ) + +acct-user_add_deps
