mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
ntlm_auth should be installed as well. It is now of use by Squid and Midgard and is stable enough so it make sense to provide it in a Samba Team's binary packages
(This used to be commit 6615b06cd1
)
This commit is contained in:
parent
810627ded2
commit
f90a83812c
@ -94,7 +94,7 @@ mkdir -p $RPM_BUILD_ROOT%{prefix}/{lib,include}
|
||||
# Install standard binary files
|
||||
for i in nmblookup smbclient smbpasswd smbstatus testparm testprns \
|
||||
rpcclient smbspool smbcacls smbcontrol wbinfo smbmnt net \
|
||||
smbcacls pdbedit tdbbackup smbtree
|
||||
smbcacls pdbedit tdbbackup smbtree ntlm_auth
|
||||
do
|
||||
install -m755 source/bin/$i $RPM_BUILD_ROOT%{prefix}/bin
|
||||
done
|
||||
@ -385,6 +385,7 @@ fi
|
||||
%{prefix}/bin/smbcontrol
|
||||
%{prefix}/bin/wbinfo
|
||||
%{prefix}/bin/net
|
||||
%{prefix}/bin/ntlm_auth
|
||||
%{prefix}/bin/smbcacls
|
||||
%{prefix}/bin/pdbedit
|
||||
%{prefix}/bin/tdbbackup
|
||||
|
Loading…
Reference in New Issue
Block a user