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