summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-24 08:29:23 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-23 21:46:12 -0700
commit61809fdb5aafc6db2eea06dc4ed0636ec34178aa (patch)
tree2e48b91613f5c23b95d7a6a792f2c793a5264cec /meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb
parentd7ff124b03859a5f0db1eca62f746251baee90ab (diff)
downloadmeta-openembedded-61809fdb5aafc6db2eea06dc4ed0636ec34178aa.tar.gz
adcli: upgrade 0.9.0 -> 0.9.2
0001-configure-check-for-ns_get16-and-ns_get32-as-well.patch Fixed-build-error-on-musl.patch removed since they're included in 0.9.2. Changelog: ========== - adenroll: set password via LDAP instead Kerberos [#27] - disco: fall back to LDAPS if CLDAP ping was not successful [#31] - tools: replace getpass() [#10] - adenroll: write SID before secret to Samba's db [rhbz#1991619] - doc: add clarification to add-member command on doc/adcli.xml - tools: Set umask before calling mkdtemp() - Avoid undefined behaviour in short option parsing - library: include endian.h for le32toh - man: Fix typos and use consistent upper case for some keywords - doc: avoid gnu-make specific usage of $< [#26] - configure: check for ns_get16 and ns_get32 as well [rhbz#1984891] - Add setattr and delattr options [rhbz#1690920] - entry: add passwd-user sub-command [rhbz#1952828] - Add dont-expire-password option [rhbz#1769644] - build: add --with-vendor-error-message configure option [rhbz#1889386] - tools: add show-computer command [rhbz#1737342] - add description option to join and update [rhbz#1737342] - Use GSS-SPNEGO if available [rhbz#1762420] - add option use-ldaps [rhbz#1762420] - tools: disable SSSD's locator plugin [rhbz#1762633] - doc: explain required AD permissions [gfo#20] - computer: add create-msa sub-command [rhbz#1854112} - Add account-disable option [gfo#21] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb')
-rw-r--r--meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb b/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb
new file mode 100644
index 000000000..609282394
--- /dev/null
+++ b/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb
@@ -0,0 +1,25 @@
1SUMMARY = "Active Directory enrollment"
2DESCRIPTION = "A helper library and tools for Active Directory client operations."
3
4HOMEPAGE = "http://cgit.freedesktop.org/realmd/adcli"
5SECTION = "net"
6
7SRCREV = "8e88e3590a19006362ea8b8dfdc18bb88b3cb3b5"
8
9SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master"
10
11S = "${WORKDIR}/git"
12
13LICENSE = "LGPL-2.0-or-later"
14LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
15
16inherit autotools xmlcatalog
17
18DEPENDS += "virtual/crypt krb5 openldap gettext libxslt xmlto libxml2-native \
19 cyrus-sasl libxslt-native xmlto-native coreutils-native\
20 "
21
22EXTRA_OECONF += "--disable-static \
23 --disable-silent-rules \
24 --disable-doc \
25 "