summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* merge from 2.2Gerald Carter2001-10-101-11/+32
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison2001-09-251-0/+1014