diff options
author | Gerald Carter <jerry@samba.org> | 2001-05-24 15:08:45 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-05-24 15:08:45 +0000 |
commit | e0858507c0a9b8131c40f7a50f8317a6b5e90271 (patch) | |
tree | 782b124b1350cea8770d7cac18ed1077e49faf74 | |
parent | 59dc2cb4393645a58d7b1cbd427a1bc93f360cd0 (diff) | |
download | samba-e0858507c0a9b8131c40f7a50f8317a6b5e90271.tar.gz samba-e0858507c0a9b8131c40f7a50f8317a6b5e90271.tar.xz samba-e0858507c0a9b8131c40f7a50f8317a6b5e90271.zip |
fixes for smbpasswd location
-rw-r--r-- | packaging/Mandrake/samba2.spec.tmpl | 1 | ||||
-rw-r--r-- | packaging/Mandrake/smb.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packaging/Mandrake/samba2.spec.tmpl b/packaging/Mandrake/samba2.spec.tmpl index 70134fc3ba5..5bc92535f80 100644 --- a/packaging/Mandrake/samba2.spec.tmpl +++ b/packaging/Mandrake/samba2.spec.tmpl @@ -92,6 +92,7 @@ make -j${NUMCPU} all smbfilter nsswitch/libnss_wins.so debug2html rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/etc/{logrotate.d,pam.d,samba,xinetd.d} +mkdir -p $RPM_BUILD_ROOT/etc/samba/security mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d mkdir -p $RPM_BUILD_ROOT/lib/security mkdir -p $RPM_BUILD_ROOT%{prefix}/{bin,sbin} diff --git a/packaging/Mandrake/smb.conf b/packaging/Mandrake/smb.conf index b77453a79ea..a14e90ec16b 100644 --- a/packaging/Mandrake/smb.conf +++ b/packaging/Mandrake/smb.conf @@ -79,7 +79,7 @@ # ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation. # Do not enable this option unless you have read those documents ; encrypt passwords = yes -; smb passwd file = /etc/smbpasswd +; smb passwd file = /etc/samba/private/smbpasswd # The following are needed to allow password changing from Windows to # update the Linux sytsem password also. |