r2943: solaris packagaing updates from Darren Chew <darrenc@vicscouts.asn.au>
authorGerald Carter <jerry@samba.org>
Wed, 13 Oct 2004 12:20:07 +0000 (12:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:57 +0000 (10:52 -0500)
(This used to be commit 3798357e443f2795bf62a6e6ec73ca6a572957db)

packaging/Solaris/makepkg.sh.tmpl
packaging/Solaris/prototype.master

index 2a46321f81890f66b554e583533e16c7c3adb4cc..0d4dc02d1ce97675eab3d98dcc2dbf29cdb16e46 100755 (executable)
@@ -49,6 +49,12 @@ add_dynamic_entries()
        echo s none /usr/lib/nss_winbind.so.2=/usr/lib/libnss_winbind.so 0755 root other
     fi
 
+ # add pam_winbind module to /usr/lib/security
+    if [ -f $DISTR_BASE/source/nsswitch/pam_winbind.so ] ; then
+       echo f none /usr/lib/security/pam_winbind.so.1=source/nsswitch/pam_winbind.so 0755 root bin
+       echo s none /usr/lib/security/pam_winbind.so=/usr/lib/security/pam_winbind.so.1 0777 root root
+    fi
+
  # add the .dat codepages
   echo "#\n# Codepages \n#"
     for file in $DISTR_BASE/source/codepages/*.dat ; do
index 6c5aa3e28ab6443f66277880642e3512e51c3f7d..0863e158c3d675b4a19d886ec01980c5080d0f8c 100644 (file)
@@ -40,12 +40,12 @@ d none samba/docs 0755 root other
 d none samba/lib/charset 0755 root other
 f none samba/lib/smb.conf.example=examples/smb.conf.default 0644 root other
 d none samba/lib/regeditscripts 0755 root other
-f none samba/lib/regeditscripts/NT4_PlainPassword.reg=docs/Registry/NT4_PlainPassword.reg 0444 root other
-f none samba/lib/regeditscripts/Win95_PlainPassword.reg=docs/Registry/Win95_PlainPassword.reg 0444 root other
-f none samba/lib/regeditscripts/Win98_PlainPassword.reg=docs/Registry/Win98_PlainPassword.reg 0444 root other
-f none samba/lib/regeditscripts/WinME_PlainPassword.reg=docs/Registry/WinME_PlainPassword.reg 0444 root other
-f none samba/lib/regeditscripts/Win2000_PlainPassword.reg=docs/Registry/Win2000_PlainPassword.reg 0444 root other
-f none samba/lib/regeditscripts/WinXP_PlainPassword.reg=docs/Registry/WinXP_PlainPassword.reg 0444 root other
+f none samba/lib/regeditscripts/NT4_PlainPassword.reg=docs/registry/NT4_PlainPassword.reg 0444 root other
+f none samba/lib/regeditscripts/Win95_PlainPassword.reg=docs/registry/Win95_PlainPassword.reg 0444 root other
+f none samba/lib/regeditscripts/Win98_PlainPassword.reg=docs/registry/Win98_PlainPassword.reg 0444 root other
+f none samba/lib/regeditscripts/WinME_PlainPassword.reg=docs/registry/WinME_PlainPassword.reg 0444 root other
+f none samba/lib/regeditscripts/Win2000_PlainPassword.reg=docs/registry/Win2000_PlainPassword.reg 0444 root other
+f none samba/lib/regeditscripts/WinXP_PlainPassword.reg=docs/registry/WinXP_PlainPassword.reg 0444 root other
 #
 # Random files 
 f none samba/docs/Samba-HOWTO-Collection.pdf=docs/Samba-HOWTO-Collection.pdf 0644 root other