summaryrefslogtreecommitdiffstats
path: root/source/passdb/pdb_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* getpwnam -> getpwnam_alloc.Andrew Bartlett2002-01-231-1/+3
* getpwnam_alloc -> getpwnamSimo Sorce2002-01-211-9/+8
* This is another *BIG* change...Andrew Bartlett2002-01-201-3/+11
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-3/+6
* fixing compile errorGerald Carter2002-01-021-4/+4
* Actually enforce the passdb API.Andrew Bartlett2002-01-021-1/+1
* remove samlogon_userGerald Carter2001-12-311-10/+1
* some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter2001-12-311-111/+161
* util_sid.c - respect a const variabile (addedd strdup)Simo Sorce2001-12-301-1/+13
* pdb_getsampwnuid() merge from 2.2Gerald Carter2001-12-301-49/+0
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-271-5/+6
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-041-2/+1
* added mapping of primary gid to rid thru the group mapping code.Jean-François Micouleau2001-12-021-3/+12
* As pdb_ldap.c does not compile in HEAD anyway, a not-compiled mergeVolker Lendecke2001-11-091-2/+6
* Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2001-11-011-2/+2
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-6/+6