summaryrefslogtreecommitdiff
path: root/source3/passdb
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-11-07 23:04:52 +0000
committerGerald Carter <jerry@samba.org>2003-11-07 23:04:52 +0000
commitf9230c937b1304e6864aa020a4e102749ca6f8ae (patch)
treefb28683d2cdbe91ccb213c8f7494412e9a0edee9 /source3/passdb
parenta3aa2c9ed44f5967986d340456efd5828bd5f2ff (diff)
downloadsamba-f9230c937b1304e6864aa020a4e102749ca6f8ae.tar.gz
samba-f9230c937b1304e6864aa020a4e102749ca6f8ae.tar.bz2
samba-f9230c937b1304e6864aa020a4e102749ca6f8ae.zip
* only install swat html files once
* revert the change that prevent the guest account from being added to a passdb backend since it broke the build farm. * apply patch from Alex Deiter to fix the "smbldap_open: cannot access when not root error" messages when looking up group information (bug 281) (This used to be commit 20bd309239199d85accb2b7aac6d4dd73e414f85)
Diffstat (limited to 'source3/passdb')
-rw-r--r--source3/passdb/pdb_guest.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/passdb/pdb_guest.c b/source3/passdb/pdb_guest.c
index 7e9c2a9e1b..8c1d4c7b0f 100644
--- a/source3/passdb/pdb_guest.c
+++ b/source3/passdb/pdb_guest.c
@@ -110,7 +110,10 @@ static NTSTATUS guestsam_getsampwsid(struct pdb_methods *my_methods, SAM_ACCOUNT
static NTSTATUS guestsam_update_sam_account (struct pdb_methods *methods, SAM_ACCOUNT *newpwd)
{
-#if 0 /* JERRY */
+#if 1 /* JERRY */
+
+ /* apparently thr build farm relies upon this heavior :-( */
+
return methods->parent->pdb_add_sam_account(methods->parent, newpwd);
#else
/* I don't think we should allow any modification of