summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-21This patch works towards to goal of common code shared between idmap_ldapAndrew Bartlett1-261/+359
2003-06-18Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce1-9/+6
2003-06-07Try to fix memory leaks found by valgrind in pdb_ldap code.Andrew Bartlett1-3/+3
2003-06-06support LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1)Gerald Carter1-9/+21
2003-06-06* break out more common code used between pdb_ldap and idmap_ldapGerald Carter1-128/+36
2003-06-05working draft of the idmap_ldap code.Gerald Carter1-282/+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-2/+5
2003-05-16Well spotted typo by Marco Berger <MARCOB@voelcker.com>Andrew Bartlett1-1/+1
2003-05-16Fix from Alex Deiter <tiamat@komi.mts.ru>Simo Sorce1-1/+1
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-14*****LDAP schema changes*****Gerald 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 obvious compiler warnings.Jeremy Allison1-1/+0
2003-05-12And finally IDMAP in 3_0Simo Sorce1-114/+54
2003-05-12fixing typos in debug statementsGerald Carter1-1/+1
2003-05-11As discussed on samba-technical - move to 'primaryGroupSid' insted ofAndrew Bartlett1-17/+45
2003-05-11Using /dev/urandom for determining an ldap server backoff is a waste of systemAndrew Bartlett1-2/+6
2003-05-10Fix typo.John Terpstra1-1/+1
2003-05-07Set our 'global sam name' in one place. For domain controllers, this isAndrew Bartlett1-1/+1
2003-04-30Make the version numbers ints (patch from metze)Jelmer Vernooij1-2/+2
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-3/+3
2003-04-28The caller must always set the RID on the SAM_ACCOUNT, so don't try and guessAndrew Bartlett1-3/+1
2003-04-28Guenther Deschner <gd@suse.de> notes that I missed out setting the defaultAndrew Bartlett1-1/+3
2003-04-28A new pdb_ldap!Andrew Bartlett1-272/+718
2003-04-26After a quick run with the 'weird' charset, squash a few bugs in our newAndrew Bartlett1-5/+12
2003-04-25Based on a patch by Alex Deiter <tiamat@komi.mts.ru>, make sure that we convertAndrew Bartlett1-20/+69
2003-04-23This define does not always seem to be present, so define it if need be.Andrew Bartlett1-0/+4
2003-04-23- Merge a memory leak fix from HEADAndrew Bartlett1-11/+16
2003-04-22Remove ldapsam_search_one_user_by_uid from pdb_ldap.Andrew Bartlett1-65/+20
2003-04-22This is meant to be initialised to the size of the buffer.Andrew Bartlett1-1/+1
2003-04-22Make pdb_ldap use a random factor in deciding how long we need to sleep.Andrew Bartlett1-7/+22
2003-04-19Address gcc warnings.Volker Lendecke1-1/+5
2003-04-15Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij1-16/+4
2003-04-09Fix double free on error and typoJelmer Vernooij1-2/+1
2003-04-05Ensure we don't segfault if ldap doesn't fill in the ld_error string (merge f...Andrew Bartlett1-18/+18
2003-03-30This fixes group updates in LDAP the same way as user updatesVolker Lendecke1-77/+98
2003-03-28Try to get meaningful errors out of ldap more often - get the error stringAndrew Bartlett1-11/+38
2003-03-27This is no functional change. It just makes pdb_ldap.c a bitVolker Lendecke1-24/+50
2003-03-25Must have been somewhere else last sunday...Volker Lendecke1-3/+4
2003-03-23Implement abartlet's suggestion to add attribs to ldap if theyVolker Lendecke1-24/+30
2003-03-23Merge from HEAD:Volker Lendecke1-2/+2
2003-03-23Metzes change:Volker Lendecke1-4/+9
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-19void function cannot return a value (besides the function called wasHerb Lewis1-1/+1
2003-03-19Merge from HEAD.Volker Lendecke1-59/+97