diff options
author | Gerald Carter <jerry@samba.org> | 2003-11-07 23:04:06 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-11-07 23:04:06 +0000 |
commit | 6ebde91c44402f830b5887f11037b6fa625c16bc (patch) | |
tree | b5ec81c5770270391e6b82a3687f5ee4e487f024 /source3/passdb | |
parent | 5cfe36d09d1de8c6a82152d4941c1563111f4364 (diff) | |
download | samba-6ebde91c44402f830b5887f11037b6fa625c16bc.tar.gz samba-6ebde91c44402f830b5887f11037b6fa625c16bc.tar.bz2 samba-6ebde91c44402f830b5887f11037b6fa625c16bc.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 9b8bf6a950186bd95abe952af4a7d35829b34ff8)
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/pdb_guest.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/passdb/pdb_guest.c b/source3/passdb/pdb_guest.c index 3b9e17075e..510cf6abc8 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 |