Re: [Samba] TDB Files From Mono/C#

2004-12-13 Thread Adam Tauno Williams
  Does anyone have any code for inspecting Samba TDB files from Mono or
  just in C#?  Is the format of the TDB file documented somewhere?
 Only in the source code I'm afraid. The tdb C code would convert to
 Java or C# quite easily,

Will take a look.

  although I'm thinking the locking semantics
 and mmap specific parts may cause some issues.

Only interested in reading values, particularly the administrative
password  DN in secrets.tdb.  We've written some utilities for easing
Samba/LDAP integration (including those gnarly hook scripts), but we've
so far avoided having to do any local configuration so trying to just
use the authentication information already in place.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] TDB Files From Mono/C#

2004-12-13 Thread Jeremy Allison
On Mon, Dec 13, 2004 at 02:25:28PM -0500, Adam Tauno Williams wrote:
 Does anyone have any code for inspecting Samba TDB files from Mono or
 just in C#?  Is the format of the TDB file documented somewhere?

Only in the source code I'm afraid. The tdb C code would convert to
Java or C# quite easily, although I'm thinking the locking semantics
and mmap specific parts may cause some issues.

Jeremy.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba