summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2003-04-21Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij1-12/+5
2003-04-17seem that someone changed the semanthic of unix_strlower without fixing allSimo Sorce1-3/+7
2003-04-16Adjust comment to respect change to no longer use unixsam by default...Andrew Bartlett1-3/+2
2003-04-16This code is no longer referenced - moved to the new libsmb/ldap.cAndrew Bartlett1-62/+0
2003-04-16Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2-16/+101
2003-04-09Fix double free on error and typoJelmer Vernooij1-2/+1
2003-04-07Restore previous behaviour to update on pdb_unix (auto-upgrade to new account)Andrew Bartlett1-0/+1
2003-04-06Don't bail if we have a badly formed record, just move on to the next one.Andrew Bartlett1-1/+1
2003-04-03The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):Jim McDonough1-703/+94
2003-04-02Add staticJelmer Vernooij1-1/+1
2003-04-02Fix a crash bug if LDAP doesn't fill in ld_error.Andrew Bartlett1-18/+18
2003-03-30This fixes group updates in LDAP the same way as user updatesVolker Lendecke1-77/+98
2003-03-30- Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij1-1/+4
2003-03-28Merge from HEAD - get better error strings from the ldap server in pdb_ldap.Andrew Bartlett1-11/+38
2003-03-27This is no functional change. It just makes pdb_ldap.c a bitVolker Lendecke1-24/+50
2003-03-25Apply metze's change correctly this time. Playing 'patch' byVolker Lendecke1-6/+6
2003-03-23Implement abartlet's suggestion to add attribs to ldap if theyVolker Lendecke1-24/+30
2003-03-23This adds 'ldap delete dn' as the recommended parameterVolker Lendecke1-2/+2
2003-03-23Metzes change:Volker Lendecke1-4/+10
2003-03-22Return value in non-void functionJelmer Vernooij1-0/+1
2003-03-22Never touch complicated if/else/elsif structures :-)Volker Lendecke1-23/+27
2003-03-22This changes the way we do LDAP updates. We don't use LDAP_MOD_MODIFYVolker Lendecke1-121/+175
2003-03-22Patch from Jianliang Lu <j.lu@tiesse.com> to set the 'minimum password age'Andrew Bartlett1-0/+11
2003-03-22FALSE -> False (reported by Paul Green)Jelmer Vernooij1-1/+1
2003-03-20Use True, not TRUE and False, not FALSEJelmer Vernooij3-3/+3
2003-03-20Fix typoVolker Lendecke1-3/+3
2003-03-20I like debug level 10, but these messages always get into my wayVolker Lendecke1-5/+5
2003-03-20Merge Herb's change.Volker Lendecke1-1/+1
2003-03-19Fix corrupt memory reading in smb_register_passdbJelmer Vernooij1-1/+1
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij7-75/+42
2003-03-19Add paramter 'ldap del only sam attr'.Volker Lendecke1-59/+97
2003-03-19Hey -- there is an error code NT_STATUS_CANNOT_DELETE :-)Volker Lendecke1-1/+1
2003-03-19If we fail, return an error code :-)Volker Lendecke1-0/+1
2003-03-19Put group mapping into LDAP.Volker Lendecke1-1/+501
2003-03-17Fix memory leak.Volker Lendecke1-0/+2
2003-03-17Fix invalid SAFE_FREE() of talloc()ed memory.Andrew Bartlett1-3/+0
2003-03-14Fresh meat in trusted domains code:Rafal Szczesniak1-30/+47
2003-03-11This patch attemptes to clean up winbindd's mutex locking.Andrew Bartlett1-23/+7
2003-02-27- Rename 'modules = ' to 'preload modules = 'Jelmer Vernooij1-19/+34
2003-02-22Fix comment - the other bits of code don't call this any more.Andrew Bartlett1-4/+1
2003-02-22Remove 'unixsam' from the default passdb backends.Andrew Bartlett7-279/+204
2003-02-12initial server side privileges implementation, using a tdb. This needs to be ...Andrew Tridgell1-0/+341
2003-02-01More ldap parinoia - if we ever get more than one result, bail. The order weAndrew Bartlett1-5/+23
2003-02-01Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett1-3/+19
2003-02-01A couple more signed/unsigned issues.Andrew Bartlett1-2/+2
2003-01-16Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison1-8/+24
2003-01-15initialize acct_ctrl before using itHerb Lewis1-2/+1
2003-01-14Fix some debug lines, and add a bit more info to help track down ldapAndrew Bartlett1-8/+15
2003-01-14clearer debug message when the user is already in the ldap dbAndrew Tridgell1-1/+2
2003-01-13Always initialise this variable - and don't set the 'must change now' if it wasAndrew Bartlett1-0/+1