summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/simple_ldap_map.c
Commit message (Expand)AuthorAgeFilesLines
* Fix entryCSN formatHoward Chu2013-09-231-1/+7
* Add LDB_MAP_RENDROP optionHoward Chu2013-09-231-1/+1
* Return a couple more attrs by defaultHoward Chu2013-09-231-0/+2
* Fix a warning about a set but unused variable by actually using itMatthieu Patou2013-05-201-0/+5
* s4:dsdb: Fix warnings about not set / set but unused / shadowed variablesMatthieu Patou2013-04-191-3/+0
* Move NS_GUID_string and NS_GUID_from_string to dsdb-common.Jelmer Vernooij2012-03-201-0/+1
* s4-dsdb: Remove LDB_SEQ_HIGHEST_TIMESTAMP sequence number supportAmitay Isaacs2011-11-291-5/+2
* s4:simple_ldap_map LDB module - enhance current partition control checksMatthias Dieter Wallnöfer2011-03-101-3/+7
* s4:dsdb - we don't need to check if a DN != NULL if we call "ldb_dn_validate"Matthias Dieter Wallnöfer2011-03-041-1/+1
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1
* s4-ldb: enable version checking in dsdb ldb modulesAndrew Tridgell2010-11-011-1/+2
* s4-dsdb: convert the rest of the ldb modules to the new module typeAndrew Tridgell2010-11-011-1/+1
* s4-dsdb: convert the simple_ldap_map module to the new module styleAndrew Tridgell2010-11-011-2/+19
* ldb: mark the location of a lot more ldb requestsAndrew Tridgell2010-09-251-0/+1
* dsdb: Use short path for ldb_handlers.h, in case ldb is installed in theJelmer Vernooij2010-09-221-1/+1
* s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell2010-07-071-2/+2
* s4:ldap-backend Fix LSA test failures with OpenLDAP backend - convert SIDsAndrew Bartlett2010-04-221-0/+24
* s4:OpenLDAP-backend Use the new rdnval module in OpenLDAPAndrew Bartlett2010-04-221-1/+1
* s4-dsdb: use ldb_val_to_time() instead of ldb_string_to_time()Andrew Tridgell2010-01-021-3/+3
* s4-dsdb: use GUID_to_ndr_blob()Andrew Tridgell2009-12-101-10/+6
* s4:provision - Removed dependency on full Samba 3 schema from FDSEndi S. Dewata2009-11-161-41/+0
* s4:dsdb Fix up after the MAP_ constants became LDB_MAP_Andrew Bartlett2009-11-021-13/+13
* s4:dsdb - Store SID as string in FDS.Endi S. Dewata2009-11-021-3/+23
* s4 - Mapped AD schema to existing FDS schema.Endi S. Dewata2009-11-021-2/+159
* S4: ldb_map modules uses defines that are reservedTorgeir Lerkerød2009-10-211-33/+33
* s4:simple_ldap_map - "primaryGroupId"Matthias Dieter Wallnöfer2009-09-071-4/+15
* s4:simple_ldap_map - Enhance it for supporting "primaryGroupID" in the right wayMatthias Dieter Wallnöfer2009-09-061-14/+25
* s4: Make the int32 problem more clear - and fix another errorMatthias Dieter Wallnöfer2009-08-171-0/+2
* s4: Fixed the int32 datatype supportMatthias Dieter Wallnöfer2009-08-171-1/+1
* Enhancement of "simple ldap map" with "systemFlags" attributeMatthias Dieter Wallnöfer2009-06-291-0/+22
* Correct handling of 32-bit integer attributes in SAMBA 4Matthias Dieter Wallnöfer2009-06-191-13/+26
* Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce2009-01-301-12/+15
* Make greater use of 'GUID_from_data_blob'Andrew Bartlett2008-12-171-40/+11
* Transform the sequence_number operation into a normal extended operation as i...Simo Sorce2008-10-161-15/+53
* LDB ASYNC: samba4 modulesSimo Sorce2008-09-291-31/+22
* Don't walk past the end of ldb values.Andrew Bartlett2008-08-211-1/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-07-151-1/+1
|\
| * Revert Fedrora DS backend to use extensibleObject.Andrew Bartlett2008-07-151-1/+1
* | Simplify the contextCSN determination.Andrew Bartlett2008-07-151-145/+63
|/
* rename sambaPassword -> userPassword.Andrew Bartlett2008-07-121-18/+0
* Avoid the use of extensibleObject in ldap mapping backend.Andrew Bartlett2008-07-101-2/+2
* Change detection of objectCategory short fommAndrew Bartlett2008-06-191-1/+1
* The DN in objectCategory should, if possible, be returned pretty...Andrew Bartlett2008-03-041-0/+8
* Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-201-2/+2
* Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij2008-02-201-32/+6
* Search for memberOf when clients ask for a wildcard against OpenLDAPAndrew Bartlett2008-01-181-0/+1
* ldb_map objectClass munging: Don't hard-code 'extensibleObject'.Andrew Bartlett2008-01-171-2/+2
* Remove 'dn' from mapping, it isn't a valid attribute in AD, and causesAndrew Bartlett2008-01-111-18/+0
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-2/+2
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-2/+2