summaryrefslogtreecommitdiff
path: root/acct-user/ldap
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /acct-user/ldap
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'acct-user/ldap')
-rw-r--r--acct-user/ldap/Manifest2
-rw-r--r--acct-user/ldap/ldap-0.ebuild16
-rw-r--r--acct-user/ldap/metadata.xml8
3 files changed, 26 insertions, 0 deletions
diff --git a/acct-user/ldap/Manifest b/acct-user/ldap/Manifest
new file mode 100644
index 000000000000..ae6331d92fa1
--- /dev/null
+++ b/acct-user/ldap/Manifest
@@ -0,0 +1,2 @@
+EBUILD ldap-0.ebuild 285 BLAKE2B 4e35c36f3bb4a6bd890e9d4b096cd6626c192c2bb0b5fc1da3ec58da92150f8607ea52f9aa855b2276d08637e313665051c85c14f3136cfe7cdd4c6af6d854dd SHA512 8f0f9720281f51b7caccd5b70e6e90ccbcaf8f3f92412b638076a6ae6ebd73d583019d26842c7475372fee33be07c6dcd1b73ef03f40fd8b82745e84a7041a1c
+MISC metadata.xml 247 BLAKE2B 94608f4bda5b60a090b18717a5d81d90defbb5e482043059dcb7a41d39a21b9192e6f58a1ebdb83cc8cfaa9fe85ced13c40e6e43c110e0e21b2cb6a36f6dc852 SHA512 1196d40f8c6a3b2e5d0c0590c2f56b53ead40ec8d9eb2c125094eb961b092558c51baa89f237fda24cf1050e85c78dd7419e1d217c2feceb32c6296990ac54c3
diff --git a/acct-user/ldap/ldap-0.ebuild b/acct-user/ldap/ldap-0.ebuild
new file mode 100644
index 000000000000..5af550467fd6
--- /dev/null
+++ b/acct-user/ldap/ldap-0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for ldap"
+ACCT_USER_ID=439
+ACCT_USER_GROUPS=( ldap )
+
+acct-user_add_deps
+
+pkg_setup(){
+ ACCT_USER_HOME=/usr/$(get_libdir)/openldap
+}
diff --git a/acct-user/ldap/metadata.xml b/acct-user/ldap/metadata.xml
new file mode 100644
index 000000000000..6698a4ab7883
--- /dev/null
+++ b/acct-user/ldap/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zlogene@gentoo.org</email>
+ <name>Mikle Kolyada</name>
+ </maintainer>
+</pkgmetadata>