diff --git a/debian/changelog b/debian/changelog index 4d4f99930..2621a6b30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ freeipa (4.8.0-1) UNRELEASED; urgency=medium * Migrate to python3. * d/s/local-options: Updated. * install: Updated. + * control, install: Add freeipa-client-samba. -- Timo Aaltonen Fri, 26 Apr 2019 00:12:20 +0300 diff --git a/debian/control.common b/debian/control.common index 54027a986..d8ace08ca 100644 --- a/debian/control.common +++ b/debian/control.common @@ -57,6 +57,26 @@ Description: FreeIPA centralized identity framework -- client . This is the client package. +Package: freeipa-client-samba +Architecture: any +Depends: + cifs-utils, + freeipa-client (= ${source:Version}), + libwbclient-sssd, + python3-samba, + samba-common-bin, + smbclient, + tdb-tools, + winbind, +Description: FreeIPA centralized identity framework -- tools to configure samba on IPA client + FreeIPA is an integrated solution to provide centrally managed Identity + (machine, user, virtual machines, groups, authentication credentials), Policy + (configuration settings, access control information) and Audit (events, + logs, analysis thereof). + . + This package provides command-line tools to deploy Samba domain member + on the machine enrolled into a FreeIPA environment. + Package: python3-ipaclient Architecture: all Section: python diff --git a/debian/freeipa-client-samba.install b/debian/freeipa-client-samba.install new file mode 100644 index 000000000..ab46ffc80 --- /dev/null +++ b/debian/freeipa-client-samba.install @@ -0,0 +1,2 @@ +usr/sbin/ipa-client-samba +usr/share/man/man1/ipa-client-samba.1*