mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 10:02:03 +00:00
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>
26 lines
764 B
BlitzBasic
26 lines
764 B
BlitzBasic
SUMMARY = "Active Directory enrollment"
|
|
DESCRIPTION = "A helper library and tools for Active Directory client operations."
|
|
|
|
HOMEPAGE = "http://cgit.freedesktop.org/realmd/adcli"
|
|
SECTION = "net"
|
|
|
|
SRCREV = "8e88e3590a19006362ea8b8dfdc18bb88b3cb3b5"
|
|
|
|
SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
LICENSE = "LGPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
|
|
|
|
inherit autotools xmlcatalog
|
|
|
|
DEPENDS += "virtual/crypt krb5 openldap gettext libxslt xmlto libxml2-native \
|
|
cyrus-sasl libxslt-native xmlto-native coreutils-native\
|
|
"
|
|
|
|
EXTRA_OECONF += "--disable-static \
|
|
--disable-silent-rules \
|
|
--disable-doc \
|
|
"
|