Skip to content

Commit 59046a1

Browse files
committed
server,ad-server: Install python3-pyxattr package on images
The new permissions feature to sambacc required the python xattr module. Signed-off-by: Sachin Prabhu <[email protected]>
1 parent 93c3014 commit 59046a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

images/ad-server/install-packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dnf install --setopt=install_weak_deps=False -y \
2525
python-pip \
2626
python3-jsonschema \
2727
python3-samba \
28+
python3-pyxattr \
2829
samba-dc \
2930
procps-ng \
3031
/usr/bin/smbclient

images/server/install-packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dnf install --setopt=install_weak_deps=False -y \
2525
python-pip \
2626
python3-jsonschema \
2727
python3-samba \
28+
python3-pyxattr \
2829
samba \
2930
samba-client \
3031
samba-winbind \

0 commit comments

Comments
 (0)