summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2003-05-02shouldn't wellknown group be well.. ..WKN_GRP ?Simo Sorce1-2/+1
2003-05-01fix wrong debug messages in idmap_util.cSimo Sorce1-3/+8
2003-05-01proper wellknown sids initialization at startupSimo Sorce2-39/+37
2003-05-01*id_to_*id call reshape to return NTSTATUS errorsSimo Sorce1-5/+3
2003-05-01Use ints for the version numbers in the smb_register_*() functions (patch by ...Jelmer Vernooij1-1/+1
2003-04-30correctly initiazlize idmap tdb when creationg newSimo Sorce2-54/+1
2003-04-29forgot to remove getpwnamSimo Sorce1-20/+0
2003-04-29This is a nice rewrite:Simo Sorce7-218/+72
2003-04-29Some passdb backends really don't like having no primary group - so alwaysAndrew Bartlett1-34/+25
2003-04-29Change order of parameters to smb_register_passdb()Jelmer Vernooij3-3/+3
2003-04-29Merge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as to allow idra to continueAndrew Bartlett1-412/+1591
2003-04-29Merge 3.0's change to how we add users onto HEAD, including a few other bitsAndrew Bartlett1-25/+36
2003-04-29don't implement any group mapping functions in the guest sam moduleGerald Carter1-0/+11
2003-04-29ok next_rid out as well local_*id_to*id functionsSimo Sorce3-299/+97
2003-04-28new helper functions to create usersSimo Sorce1-1/+154
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij7-19/+28
2003-04-28Merge memory leak fixes in our trusted domain list from 3.0 to HEADAndrew Bartlett1-7/+11
2003-04-28Fix number of arguments to asprintf()Jelmer Vernooij1-1/+1
2003-04-27prepare to get _nua out of the door (but back in from the window ;-)Simo Sorce3-79/+17
2003-04-24Don't store UID or GIDJelmer Vernooij2-48/+13
2003-04-24Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they areJelmer Vernooij2-0/+1546
2003-04-24Declare static function before using itJelmer Vernooij1-0/+2
2003-04-21Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij1-12/+5
2003-04-17seem that someone changed the semanthic of unix_strlower without fixing allSimo Sorce1-3/+7
2003-04-16Adjust comment to respect change to no longer use unixsam by default...Andrew Bartlett1-3/+2
2003-04-16This code is no longer referenced - moved to the new libsmb/ldap.cAndrew Bartlett1-62/+0
2003-04-16Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2-16/+101
2003-04-09Fix double free on error and typoJelmer Vernooij1-2/+1
2003-04-07Restore previous behaviour to update on pdb_unix (auto-upgrade to new account)Andrew Bartlett1-0/+1
2003-04-06Don't bail if we have a badly formed record, just move on to the next one.Andrew Bartlett1-1/+1
2003-04-03The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):Jim McDonough1-703/+94
2003-04-02Add staticJelmer Vernooij1-1/+1
2003-04-02Fix a crash bug if LDAP doesn't fill in ld_error.Andrew Bartlett1-18/+18
2003-03-30This fixes group updates in LDAP the same way as user updatesVolker Lendecke1-77/+98
2003-03-30- Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij1-1/+4
2003-03-28Merge from HEAD - get better error strings from the ldap server in pdb_ldap.Andrew Bartlett1-11/+38
2003-03-27This is no functional change. It just makes pdb_ldap.c a bitVolker Lendecke1-24/+50
2003-03-25Apply metze's change correctly this time. Playing 'patch' byVolker Lendecke1-6/+6
2003-03-23Implement abartlet's suggestion to add attribs to ldap if theyVolker Lendecke1-24/+30
2003-03-23This adds 'ldap delete dn' as the recommended parameterVolker Lendecke1-2/+2
2003-03-23Metzes change:Volker Lendecke1-4/+10
2003-03-22Return value in non-void functionJelmer Vernooij1-0/+1
2003-03-22Never touch complicated if/else/elsif structures :-)Volker Lendecke1-23/+27
2003-03-22This changes the way we do LDAP updates. We don't use LDAP_MOD_MODIFYVolker Lendecke1-121/+175
2003-03-22Patch from Jianliang Lu <j.lu@tiesse.com> to set the 'minimum password age'Andrew Bartlett1-0/+11
2003-03-22FALSE -> False (reported by Paul Green)Jelmer Vernooij1-1/+1
2003-03-20Use True, not TRUE and False, not FALSEJelmer Vernooij3-3/+3
2003-03-20Fix typoVolker Lendecke1-3/+3
2003-03-20I like debug level 10, but these messages always get into my wayVolker Lendecke1-5/+5
2003-03-20Merge Herb's change.Volker Lendecke1-1/+1