summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-1/+19
2003-09-15Merge from Samba 3.0:Tim Potter1-267/+226
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-4/+17
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce1-27/+33
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-1843/+436
2003-05-28Merge of cut and paste fix from 3.0Tim Potter1-3/+3
2003-05-27cut-n-paste errorGerald Carter1-1/+1
2003-05-27fix bug 118; replace hard coded 'next[User|Group]Rid' attribute namesGerald Carter1-6/+8
2003-05-22fix bug #108; sambaSambaAccount string attributes are case insensitive; don't...Gerald Carter1-1/+4
2003-05-14readding reverted changes during idmap merge (noticed by Andrew b.)Gerald Carter1-16/+33
2003-05-14fix group mapping in LDAP under new schemaGerald Carter1-35/+61
2003-05-14syncing LDAP schema changes with Samba_3_0Gerald Carter1-292/+802
2003-05-14Fix pointer return bug in get_unix_attributes()Tim Potter1-1/+1
2003-05-14spellingTim Potter1-2/+2
2003-05-12Fix compiler warnings.Jeremy Allison1-1/+0
2003-05-12fixing typos in debug statementsGerald Carter1-1/+1
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