summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-06isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter1-3/+0
2003-12-26Check the return value of string_to_sid in a few more places. (ButAndrew Bartlett1-2/+10
2003-12-26Show the error message for failure to set the ldap password.Andrew Bartlett1-2/+8
2003-12-04support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter1-3/+15
2003-11-14fix more memory leaks in the LDAP backend code; patches from metzeGerald Carter1-22/+38
2003-10-31Patch from Aurélien Degrémont <adegremont@idealx.com>. "entry" is dependentJeremy Allison1-2/+4
2003-10-30If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@ide...Jeremy Allison1-1/+1
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-1/+1
2003-10-02Make pdb_ldap.c compile with SUN iPlanet headers. Whether this works will beVolker Lendecke1-1/+1
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-1/+19
2003-09-11remove getpwnam() calls from init_sam_from_xxx().Gerald Carter1-32/+22
2003-09-10Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison1-250/+219
2003-08-27remove 'ldap trust ids' since there was no way for it to work nowGerald Carter1-0/+5
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-3/+2
2003-08-06fix bug #208; have to get the gid of the user's primary group for %GGerald Carter1-1/+10
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-14/+14
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-12/+12
2003-07-18Fix two memleaks in pdb_ldap.c.Volker Lendecke1-1/+4
2003-07-16Fix memleakVolker Lendecke1-1/+4
2003-07-16typoVolker Lendecke1-1/+1
2003-07-15Fix memleaksVolker Lendecke1-1/+6
2003-07-11moving more code around.Gerald Carter1-478/+11
2003-07-07and so it begins....Gerald Carter1-2/+8
2003-07-06Fix ldapsam_getsampwsid to correctly only say 'no such user' when indeed thereAndrew Bartlett1-13/+13
2003-07-05Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett1-7/+9
2003-07-05Fixes to our LDAP/vampire codepaths:Andrew Bartlett1-11/+27
2003-07-04This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett1-387/+393
2003-06-25Patch to move functions directly from pdb_ldap.c into lib/smbldap.cAndrew Bartlett1-718/+8
2003-06-24Fix pdb_ldap segfaults, and wrong default values for ldapsam_compat.Andrew Bartlett1-4/+3
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce1-1/+1
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