diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-04-07 04:53:07 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-04-07 04:53:07 +0000 |
commit | 185346635a8298f326a53b81c1e50f9fe055ad66 (patch) | |
tree | 5203ef567f4b3e5cfd293c06c6944b27ed9bfa4b | |
parent | b4d0f208fb936382c7b313bd94c180b5cb708cea (diff) | |
download | samba-185346635a8298f326a53b81c1e50f9fe055ad66.tar.gz samba-185346635a8298f326a53b81c1e50f9fe055ad66.tar.bz2 samba-185346635a8298f326a53b81c1e50f9fe055ad66.zip |
Merge from HEAD - restore previous behaviour of pdb_unix (auto upgrade to
add on update)
(This used to be commit 3ebecc662e0ace4a87153aabe644dcf18969435b)
-rw-r--r-- | source3/passdb/pdb_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/passdb/pdb_unix.c b/source3/passdb/pdb_unix.c index 07acd08a4e..86a86d60d4 100644 --- a/source3/passdb/pdb_unix.c +++ b/source3/passdb/pdb_unix.c @@ -117,6 +117,7 @@ NTSTATUS pdb_init_unixsam(PDB_CONTEXT *pdb_context, PDB_METHODS **pdb_method, co } (*pdb_method)->name = "unixsam"; + (*pdb_method)->update_sam_account = unixsam_update_sam_account; (*pdb_method)->getsampwnam = unixsam_getsampwnam; (*pdb_method)->getsampwsid = unixsam_getsampwsid; |