no longer make smbpasswd setuid root
authorHerb Lewis <herb@samba.org>
Wed, 25 Mar 1998 17:53:00 +0000 (17:53 +0000)
committerHerb Lewis <herb@samba.org>
Wed, 25 Mar 1998 17:53:00 +0000 (17:53 +0000)
(This used to be commit b14551d316c0d41daeaecbae3e30993e9fc1cca6)

packaging/SGI/idb.pl

index 68dcedf660016188cd998190d3f37225fce4ba9c..788b77819b122e858ab456e1388bef2f16aaff1d 100755 (executable)
@@ -95,7 +95,7 @@ while(@bins) {
 
   if (index($nextfile,'$')) {
     if ($nextfile eq "smbpasswd") {
-      print IDB "f 4555 root sys usr/samba/bin/$nextfile source/$nextfile samba.sw.base\n";
+      print IDB "f 0755 root sys usr/samba/bin/$nextfile source/$nextfile samba.sw.base\n";
     }
     elsif ($nextfile eq "findsmb") {
       print IDB "f 0755 root sys usr/samba/bin/$nextfile packaging/SGI/$nextfile samba.sw.base\n";