summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-09-25If adding a user to ldap, make sure we have the 'account' structural class, orAndrew Bartlett1-0/+1
2002-08-06Try to bind with LDAPv3 if possible.Andrew Bartlett1-7/+19
2002-08-05Try to make this easier to debug - display the username that failed.Andrew Bartlett1-1/+1
2002-07-30These are not critical errors, they should not be a level 0.Andrew Bartlett1-3/+3
2002-07-27Update the rebind code in pdb_ldap.Andrew Bartlett1-34/+114
2002-07-26fix parameters for ldap_set_rebind_proc() from OpenLDAP 2.1Gerald Carter1-2/+7
2002-07-21Name get and set dir drive functions consistently.Tim Potter1-1/+1
2002-07-14addedd new (t)alloc_sub_* functionsSimo Sorce1-4/+4
2002-07-10If we get a SID from group mapping, no need to check it's prefix.Andrew Bartlett1-6/+6
2002-07-05Fix debug comment.Andrew Bartlett1-1/+1
2002-07-03Fix the spelling in the LDAP attributesAndrew Bartlett1-2/+2