mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Changelog: ========== - Improve CI - configure.ac: more robust krb5 autodetection - configure.ac: Replace obsoleted AC_CONFIG_HEADER with AC_CONFIG_HEADERS - configure.ac: fix linking with minimal LIBS - Use getnameinfo(3) instead of inet_ntop(3) - dns_lookup_kdc setting in create_fake_krb5_conf causes issue when using a trusted domain user to create computer account (#208) - Fix several messages - Style fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
865 B
BlitzBasic
20 lines
865 B
BlitzBasic
SUMMARY = "Program for interoperability with Active Directory"
|
|
DESCRIPTION = "Msktutil creates user or computer accounts in Active Directory, \
|
|
creates Kerberos keytabs on Unix/Linux systems, adds and removes \
|
|
principals to and from keytabs and changes the user or computer \
|
|
account's password."
|
|
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
|
|
|
|
SRC_URI = "https://github.com/msktutil/msktutil/releases/download/${PV}/${BP}.tar.bz2 \
|
|
file://0001-configure.ac-Remove-native-include-path.patch"
|
|
SRC_URI[sha256sum] = "51314bb222c20e963da61724c752e418261a7bfc2408e7b7d619e82a425f6541"
|
|
|
|
UPSTREAM_CHECK_URI = "https://github.com/msktutil/msktutil/releases/"
|
|
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
|
|
|
|
DEPENDS += "krb5 cyrus-sasl openldap"
|
|
|
|
inherit autotools
|