summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_pgsql.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-191. The most part of this patch changed the unknown_3 flag to the now knownSimo Sorce1-1/+0
meaning of fields_present bit mask. Also avoid it being saved in backends (0 is saved where removing the unit32 would have produced a format change). Also add support in samr functions to correctly interpret the flags. Flags still not set properly (eg. still set all flags 0xffffff as previous code), need a tool to test this properly (I',ve done preliminary tests with samba4 rpc torture and it seem to work properly against w2k). 2. Patch for handlig the flag user must change password at next logon in usrmgr based on Jianliang Lu <j.lu@tiesse.com> patch (This used to be commit 78975e9483e64412e436c5dbfe2b71e20b79de29)
2004-01-05Merge commit to 3_0: add pdb_pgsqlJelmer Vernooij1-0/+489
(This used to be commit 61cbd5c9be1962d0c33c28ff472a2f82d3aa2a80)