summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* fixed a number of places where we can try to free a wild pointer orAndrew Tridgell2002-11-201-2/+14
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-4/+4
* Make smbpasswd use the group mapping, and fix spelling in ldapsam.Andrew Bartlett2002-11-081-14/+14
* Clean up this a little - add comments describing a bit of what is going onAndrew Bartlett2002-11-021-5/+6
* Add a 'ldap trust ids' option that lets pdb_ldap check for posixAccountAndrew Bartlett2002-11-021-33/+92
* Return the result code, not false (0 == success) on error...Andrew Bartlett2002-11-021-1/+1
* Fixes for pdb_ldap:Andrew Bartlett2002-11-021-111/+103
* One more step towards to better PDC.Andrew Bartlett2002-10-261-208/+330
* This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-211-1/+60
* Revert changesVolker Lendecke2002-10-171-24/+22
* No functional change. I'm trying to understand pdb_ldap.c andVolker Lendecke2002-10-161-22/+24
* Nice *big* patch from metze.Andrew Bartlett2002-10-121-99/+161
* We already set LDAPv3 at connect time, no need to set it again.Andrew Bartlett2002-10-121-8/+0
* Readd the 2.2 --with-ldapsam paramaters so as to allow a smooth upgrade path toAndrew Bartlett2002-09-271-4/+19
* move all the passdb internal interface to NTSTATUSSimo Sorce2002-09-261-63/+70
* This patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> cleans upAndrew Bartlett2002-09-251-116/+175
* If adding a user to ldap, make sure we have the 'account' structural class, orAndrew Bartlett2002-09-251-0/+1
* Try to bind with LDAPv3 if possible.Andrew Bartlett2002-08-061-7/+19
* Try to make this easier to debug - display the username that failed.Andrew Bartlett2002-08-051-1/+1
* These are not critical errors, they should not be a level 0.Andrew Bartlett2002-07-301-3/+3
* Update the rebind code in pdb_ldap.Andrew Bartlett2002-07-271-34/+114
* fix parameters for ldap_set_rebind_proc() from OpenLDAP 2.1Gerald Carter2002-07-261-2/+7
* Name get and set dir drive functions consistently.Tim Potter2002-07-211-1/+1
* addedd new (t)alloc_sub_* functionsSimo Sorce2002-07-141-4/+4
* If we get a SID from group mapping, no need to check it's prefix.Andrew Bartlett2002-07-101-6/+6
* Fix debug comment.Andrew Bartlett2002-07-051-1/+1
* Fix the spelling in the LDAP attributesAndrew Bartlett2002-07-031-2/+2
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-1/+1
* Another bug fix from metze.Andrew Bartlett2002-06-261-1/+1
* Add module versioning to the passdb module systemAndrew Bartlett2002-06-221-1/+1
* Allow non unix accounts to be added to an ldap directory without NUA accountsAndrew Bartlett2002-06-141-0/+4
* Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett2002-06-131-4/+6
* change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce2002-05-261-1/+8
* Only reterive the attributes we are actually going to use - rather thanAndrew Bartlett2002-05-251-3/+14
* Updates for sane storage of ldap root DN passwords (tested, with upgradeAndrew Bartlett2002-05-221-30/+102
* so here it is the code to introduce seriously debugggging classes.Simo Sorce2002-05-181-0/+3
* Remove const from some functions to match the changed prototype in aAndrew Bartlett2002-05-181-3/+3
* A few things in this commit:Andrew Bartlett2002-05-181-22/+28
* Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett2002-05-171-3/+3
* Spelling fixes from vanceAndrew Bartlett2002-04-231-6/+6
* Fix the compile-bug in pdb_ldap from my last patch.Andrew Bartlett2002-04-131-4/+4
* Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett2002-04-131-22/+4
* This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer VernooijAndrew Bartlett2002-04-131-16/+16
* Fix up major logic reversal flaws in pdb_ldap.Andrew Bartlett2002-04-081-36/+70
* Minor fixes:Andrew Bartlett2002-03-231-8/+13
* Make ldapsam compile again.Andrew Bartlett2002-03-201-20/+0
* second step to gain free uid<->rid mappingSimo Sorce2002-03-191-1/+18
* Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce2002-03-181-0/+20
* This patch merges my private LDAP tree into HEAD.Andrew Bartlett2002-03-021-227/+642
* merge from 2.2Gerald Carter2002-03-011-2/+7