Displaying 4 results from an estimated 4 matches for "dbwrap_fetch".
2023 Aug 29
1
Classic Upgrade changes domain SID
...; source.
>
> Here are my findings:
> - upgrade.py calls passdb.get_global_sam_sid()
> - get_global_sam_sid() calls pdb_generate_sam_sid()
> - pdb_generate_sam_sid() calls secrets_fetch_domain_sid()
> - secrets_fetch_domain_sid() calls secrets_fetch()
> - secrets_fetch() calls dbwrap_fetch()
> - dbwrap_fetch() reads the correct file and returns
> exactly the binary string that tdbdump displays
>
> At this point I was really astonished: Everything works
> as expected but the resulting domain SID nevertheless is
> wrong. And then I realized the reason:
>
>...
2014 Mar 15
1
Upgrading from 4.1.4 to 4.1.6 on FreeBSD 9.2
...s_kinit_s4u2_cc at SAMBA_4.1.4'
/usr/local/lib/libgensec.so: undefined reference to `_tsocket_address_copy at SAMBA_4.1.4'
/usr/local/lib/libndr-standard.so: undefined reference to `ndr_push_security_secinfo at SAMBA_4.1.4'
/usr/local/lib/libsamba-credentials.so: undefined reference to `dbwrap_fetch at SAMBA_4.1.4'
/usr/local/lib/libndr-standard.so: undefined reference to `ndr_push_security_descriptor at SAMBA_4.1.4'
/usr/local/lib/libndr-standard.so: undefined reference to `ndr_size_dom_sid0 at SAMBA_4.1.4'
/usr/local/lib/libsamba-hostconfig.so: undefined reference to `lp_find_ser...
2010 Feb 05
0
samba Digest, Vol 86, Issue 6
...3 arguments, but takes just 2
> >> lib/dbwrap.c: In function `dbwrap_store':
> >> lib/dbwrap.c:186: error: incompatible types in assignment
> >> lib/dbwrap.c:196:41: macro "fetch" passed 4 arguments, but takes just 1
> >> lib/dbwrap.c: In function `dbwrap_fetch':
> >> lib/dbwrap.c:196: warning: comparison between pointer and integer
> >> The following command failed:
> >> gcc -I../lib/zlib -I/netopt/include -I/netopt/include -I.
> >> -I/opt/src/freeware/samba-3.4.5/source3
> >> -I/opt/src/freeware/samba-3.4...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...cast
lib/dbwrap.c:186:38: macro "store" passed 3 arguments, but takes just 2
lib/dbwrap.c: In function `dbwrap_store':
lib/dbwrap.c:186: error: incompatible types in assignment
lib/dbwrap.c:196:41: macro "fetch" passed 4 arguments, but takes just 1
lib/dbwrap.c: In function `dbwrap_fetch':
lib/dbwrap.c:196: warning: comparison between pointer and integer
The following command failed:
gcc -I../lib/zlib -I/netopt/include -I/netopt/include -I.
-I/opt/src/freeware/samba-3.4.5/source3
-I/opt/src/freeware/samba-3.4.5/source3/iniparser/src -Iinclude -I./include
-I. -I. -I./../lib/...