summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_nisplus.c
AgeCommit message (Collapse)AuthorFilesLines
2001-10-03Added a comment about not changing the magic timestamp values withoutTim Potter1-0/+3
knowing what you are doing! (This used to be commit 5805cfef78a72ae6166206a2996423f89baf7580)
2001-10-03Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison1-4/+4
change these timestamp settings without good reason. Remove CLEAR_IF_FIRST flag is tdb is read-only. Jeremy. (This used to be commit a71d9d98b013a6c30fd85524b7cdc929bdbd9bcb)
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison1-6/+6
other access. Problem was max time was being set to 0xffffffff, instead of 0x7fffffff. Jeremy. (This used to be commit 94403d841710391ec26539e4b4157439d5778ff7)
2001-09-26merge from 2.2Gerald Carter1-2/+2
(This used to be commit 247b9c3eba78f0ddd26d836e5e18f6630bf302c7)
2001-09-25Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison1-0/+1401
Jeremy. (This used to be commit 611bf806d569b70edabbc04a2f5408142370a550)