summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-02-28 14:35:26 +0000
committerGerald Carter <jerry@samba.org>2007-02-28 14:35:26 +0000
commit80236f0d60ce013134c1ed5422d148e541f70a4f (patch)
treef71326fa71c0323e6b5d87b75b289d0608480f87 /packaging
parentf05f5dce39b11e937fb19270b7bcc888582edf35 (diff)
downloadsamba-80236f0d60ce013134c1ed5422d148e541f70a4f.tar.gz
samba-80236f0d60ce013134c1ed5422d148e541f70a4f.tar.xz
samba-80236f0d60ce013134c1ed5422d148e541f70a4f.zip
r21585: Start syncing the monster that will become 3.0.25pre1
Still todo: * release notes * few minor outstanding patches * additional idmap man pages
Diffstat (limited to 'packaging')
-rw-r--r--packaging/Debian/debian-sarge/smb.conf2
-rw-r--r--packaging/Debian/debian-woody/smb.conf2
-rw-r--r--packaging/Solaris/makepkg.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/packaging/Debian/debian-sarge/smb.conf b/packaging/Debian/debian-sarge/smb.conf
index 8a75979945a..18f55f3a718 100644
--- a/packaging/Debian/debian-sarge/smb.conf
+++ b/packaging/Debian/debian-sarge/smb.conf
@@ -81,7 +81,7 @@
# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.
- passdb backend = tdbsam guest
+ passdb backend = tdbsam
obey pam restrictions = yes
diff --git a/packaging/Debian/debian-woody/smb.conf b/packaging/Debian/debian-woody/smb.conf
index 8a75979945a..18f55f3a718 100644
--- a/packaging/Debian/debian-woody/smb.conf
+++ b/packaging/Debian/debian-woody/smb.conf
@@ -81,7 +81,7 @@
# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.
- passdb backend = tdbsam guest
+ passdb backend = tdbsam
obey pam restrictions = yes
diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh
index 6a8660b350c..f038d326992 100644
--- a/packaging/Solaris/makepkg.sh
+++ b/packaging/Solaris/makepkg.sh
@@ -10,7 +10,7 @@ INSTALL_BASE=/opt/samba
SBINPROGS="smbd nmbd winbindd swat"
BINPROGS="findsmb nmblookup eventlogadm pdbedit rpcclient smbclient smbcquotas smbspool smbtar tdbbackup testparm wbinfo net ntlm_auth profiles smbcacls smbcontrol smbpasswd smbstatus smbtree tdbdump"
-MSGFILES="de.msg en.msg fr.msg it.msg ja.msg nl.msg pl.msg tr.msg"
+MSGFILES="de.msg en.msg fi.msg fr.msg it.msg ja.msg nl.msg pl.msg tr.msg"
VFSLIBS="audit.so default_quota.so extd_audit.so full_audit.so readonly.so shadow_copy.so cap.so expand_msdfs.so fake_perms.so netatalk.so recycle.so"
DATFILES="lowcase.dat upcase.dat valid.dat"
CHARSETLIBS="CP437.so CP850.so"