Skip to content

Commit

Permalink
adcli: upgrade 0.9.0 -> 0.9.2
Browse files Browse the repository at this point in the history
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 [openembedded#27]
 - disco: fall back to LDAPS if CLDAP ping was not successful [openembedded#31]
 - tools: replace getpass() [openembedded#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 $< [openembedded#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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Mar 24, 2023
1 parent d7ff124 commit 61809fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ DESCRIPTION = "A helper library and tools for Active Directory client operations
HOMEPAGE = "http://cgit.freedesktop.org/realmd/adcli"
SECTION = "net"

SRCREV = "1b1528038e084a9f81ea108cffca9c2707623b9c"
SRCREV = "8e88e3590a19006362ea8b8dfdc18bb88b3cb3b5"

SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master \
file://Fixed-build-error-on-musl.patch \
file://0001-configure-check-for-ns_get16-and-ns_get32-as-well.patch \
"
SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master"

S = "${WORKDIR}/git"

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 61809fd

Please sign in to comment.