summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-29This is a nice rewrite:Simo Sorce1-44/+12
2003-04-29Merge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as to allow idra to continueAndrew Bartlett1-412/+1591
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-3/+2
2003-04-27prepare to get _nua out of the door (but back in from the window ;-)Simo Sorce1-25/+7
2003-04-16This code is no longer referenced - moved to the new libsmb/ldap.cAndrew Bartlett1-62/+0
2003-04-09Fix double free on error and typoJelmer Vernooij1-2/+1
2003-04-03The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):Jim McDonough1-703/+94
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-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-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-20Use True, not TRUE and False, not FALSEJelmer Vernooij1-1/+1
2003-03-20Merge Herb's change.Volker Lendecke1-1/+1
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij1-16/+4
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-02-22Remove 'unixsam' from the default passdb backends.Andrew Bartlett1-59/+0
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-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-02BIG patch...Andrew Bartlett1-1/+1
2002-12-03use FILE_MACRO instead of __FILE__Herb Lewis1-5/+5
2002-11-24Move from NT_STATUS_UNSUCCESSFUL to NT_STATUS_NO_SUCH_USER, and other slightlyAndrew Bartlett1-16/+21
2002-11-20fixed a number of places where we can try to free a wild pointer orAndrew Tridgell1-2/+14
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-4/+4
2002-11-08Make smbpasswd use the group mapping, and fix spelling in ldapsam.Andrew Bartlett1-14/+14
2002-11-02Clean up this a little - add comments describing a bit of what is going onAndrew Bartlett1-5/+6
2002-11-02Add a 'ldap trust ids' option that lets pdb_ldap check for posixAccountAndrew Bartlett1-33/+92
2002-11-02Return the result code, not false (0 == success) on error...Andrew Bartlett1-1/+1
2002-11-02Fixes for pdb_ldap:Andrew Bartlett1-111/+103
2002-10-26One more step towards to better PDC.Andrew Bartlett1-208/+330
2002-10-21This moves the group mapping API into the passdb backend.Volker Lendecke1-1/+60
2002-10-17Revert changesVolker Lendecke1-24/+22
2002-10-16No functional change. I'm trying to understand pdb_ldap.c andVolker Lendecke1-22/+24
2002-10-12Nice *big* patch from metze.Andrew Bartlett1-99/+161
2002-10-12We already set LDAPv3 at connect time, no need to set it again.Andrew Bartlett1-8/+0
2002-09-27Readd the 2.2 --with-ldapsam paramaters so as to allow a smooth upgrade path toAndrew Bartlett1-4/+19
2002-09-26move all the passdb internal interface to NTSTATUSSimo Sorce1-63/+70
2002-09-25This patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> cleans upAndrew Bartlett1-116/+175