summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell1-1/+1
2002-06-26Another bug fix from metze.Andrew Bartlett1-1/+1
2002-06-22Add module versioning to the passdb module systemAndrew Bartlett1-1/+1
2002-06-14Allow non unix accounts to be added to an ldap directory without NUA accountsAndrew Bartlett1-0/+4
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett1-4/+6
2002-05-26change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce1-1/+8
2002-05-25Only reterive the attributes we are actually going to use - rather thanAndrew Bartlett1-3/+14
2002-05-22Updates for sane storage of ldap root DN passwords (tested, with upgradeAndrew Bartlett1-30/+102
2002-05-18so here it is the code to introduce seriously debugggging classes.Simo Sorce1-0/+3
2002-05-18Remove const from some functions to match the changed prototype in aAndrew Bartlett1-3/+3
2002-05-18A few things in this commit:Andrew Bartlett1-22/+28
2002-05-17Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett1-3/+3
2002-04-23Spelling fixes from vanceAndrew Bartlett1-6/+6
2002-04-13Fix the compile-bug in pdb_ldap from my last patch.Andrew Bartlett1-4/+4
2002-04-13Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett1-22/+4
2002-04-13This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer VernooijAndrew Bartlett1-16/+16
2002-04-08Fix up major logic reversal flaws in pdb_ldap.Andrew Bartlett1-36/+70
2002-03-23Minor fixes:Andrew Bartlett1-8/+13
2002-03-20Make ldapsam compile again.Andrew Bartlett1-20/+0
2002-03-19second step to gain free uid<->rid mappingSimo Sorce1-1/+18
2002-03-18Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce1-0/+20
2002-03-02This patch merges my private LDAP tree into HEAD.Andrew Bartlett1-227/+642
2002-03-01merge from 2.2Gerald Carter1-2/+7
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-23getpwnam -> getpwnam_alloc.Andrew Bartlett1-1/+3
2002-01-21getpwnam_alloc -> getpwnamSimo Sorce1-9/+8
2002-01-20This is another *BIG* change...Andrew Bartlett1-3/+11
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-3/+6
2002-01-02fixing compile errorGerald Carter1-4/+4
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-1/+1
2001-12-31remove samlogon_userGerald Carter1-10/+1
2001-12-31some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter1-111/+161