"adcli" is missing in depends:
% sudo realm join --verbose --user=<user> <domain>
...
Password for <user>:
* LANG=C /usr/sbin/adcli join --verbose --domain <domain> --domain-realm <domain> --domain-controller <IP> --login-type user --login-user <user> --stdin-password
! Failed to enroll machine in realm: Failed to execute child process "/usr/sbin/adcli" (No such file or directory)
realm: Couldn't join realm: Failed to enroll machine in realm. See diagnostics.
Search Criteria
Package Details: realmd 0.17.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/realmd.git (read-only, click to copy) |
---|---|
Package Base: | realmd |
Description: | DBus service for joining hosts to Active Directory and FreeIPA realms |
Upstream URL: | https://freedesktop.org/software/realmd/ |
Keywords: | active-directory ipa kerberos ldap pam |
Licenses: | GPL3 |
Submitter: | grawity |
Maintainer: | qubidt |
Last Packager: | qubidt |
Votes: | 16 |
Popularity: | 0.000000 |
First Submitted: | 2012-11-12 21:09 (UTC) |
Last Updated: | 2023-05-12 00:17 (UTC) |
Dependencies (13)
- adcliAUR (adcli-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- krb5 (krb5-gitAUR)
- openldap
- packagekit
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- docbook-xsl (make)
- git (git-gitAUR, git-glAUR) (make)
- intltool (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- xmlto (xmlto-gitAUR) (make)
- samba (ksmbd-toolsAUR) (optional) – traditional Active Directory client
- sssd (sssd-gitAUR, sssd-nosmbAUR) (optional) – Active Directory, FreeIPA, LDAP client
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4
je-vv commented on 2014-08-26 17:58 (UTC)
justin8 commented on 2014-06-17 23:37 (UTC)
Some dependencies are missing from this. In a clean chroot I needed the following extra deps for it to build: python2 docbook-xsl
It also has some files being built in to non-standard locations, such as the empty folders it makes in /usr/var?
grawity commented on 2013-08-19 16:22 (UTC)
That's what the "Flag out-of-date" button is for...
kiven commented on 2013-08-19 15:29 (UTC)
New version 0.14.5, here is the diff :
--- PKGBUILD 2013-08-11 22:47:46.000000000 +0200
+++ PKGBUILD.N 2013-08-19 17:29:06.175668738 +0200
@@ -1,6 +1,6 @@
# Maintainer: Mantas M. <grawity@gmail.com>
pkgname=realmd
-pkgver=0.14.4
+pkgver=0.14.5
pkgrel=1
pkgdesc="DBus service for configuring kerberos and other online identities."
arch=(i686 x86_64)
@@ -10,8 +10,8 @@
makedepends=(intltool packagekit xmlto)
source=("http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz"
"http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz.sig")
-sha1sums=('d6ad8e424c491d802d50fff7eba94f0c77f25c2b'
- 'SKIP')
+sha1sums=('f99d33ea68497a88a1e68293b9518cd234e0ddce'
+ '3f1a051f6d0e4933925af64935694133692e5118')
build() {
cd "$pkgname-$pkgver"
evilhamsterman commented on 2013-07-31 23:19 (UTC)
I had to install the following dependencies to build
intltool
packagekit
xmlto
Pinned Comments