Date: Thu, 7 May 1998 20:10:50 +0000 (GMT) From: Luke Kenneth Casson Leighton <lkcl@switchboard.net> To: Multiple recipients of list <samba-technical@samba.anu.edu.au> Subject: Re: password API needed In-Reply-To: <Pine.LNX.3.96.980507195857.98n-100000@regent.push.net>
On Fri, 8 May 1998, Luke Kenneth Casson Leighton wrote:
> dummy start/get/end-ldappwent functions have just been added.
> jean-francois, how do you enumerate through a complete set of ldap
> database entries, returning each one?
>
> once this is done, smbpasswd should be useable to add/modify passwords in
> your ldap schema.
actually, the only place where sampwent functions are called from is
lib/rpc/server/srv_samr.c. soo... that means that add/modify passwords
should already work!
hooray.
it's the SamrQueryDispInfo call that will fail, which is only used by
USRMGR.EXE and SRVMGR.EXE which don't matter at all, right now.
luke