search for: find_domain_from_name

Displaying 7 results from an estimated 7 matches for "find_domain_from_name".

2018 May 04
1
undefined symbol: find_domain_from_name
...y current DC issues and I got symbol errors: [root at dc00 ~]# ldbsearch -H /var/lib/samba/private/sam.ldb '(invocationId=*)' --cross-ncs objectguid --modules-path=/usr/lib64/samba ldb: unable to dlopen /usr/lib64/samba/idmap/ad.so : /usr/lib64/samba/libidmap-samba4.so: undefined symbol: find_domain_from_name ldb: unable to dlopen /usr/lib64/samba/idmap/autorid.so : /usr/lib64/samba/libidmap-samba4.so: undefined symbol: find_domain_from_name ldb: unable to dlopen /usr/lib64/samba/idmap/hash.so : /usr/lib64/samba/libidmap-samba4.so: undefined symbol: find_domain_from_name ldb: unable to dlopen /usr/lib64...
2013 Aug 16
1
WARNING: Module [samba_secrets] not found (samba 4.0.8, classicupgrade)
...s, (-1073741487,NT_STATUS_NO_SUCH_ALIAS) Ignoring 'well known' group 'Replicators' (should already be in AD, and have no members) Exporting users Next rid = 3903 ldb: unable to dlopen /usr/local/samba/lib/idmap/autorid.so : /usr/local/samba/lib/private/libidmap.so: undefined symbol: find_domain_from_name ldb: unable to dlopen /usr/local/samba/lib/idmap/hash.so : /usr/local/samba/lib/private/libidmap.so: undefined symbol: find_domain_from_name ldb: unable to dlopen /usr/local/samba/lib/idmap/rid.so : /usr/local/samba/lib/private/libidmap.so: undefined symbol: find_domain_from_name ldb: unable to dlo...
2006 Jul 12
5
problem with winbind
Hi, Since 1 month, I tried without any success to configure Samba. My problem is that winbind crashes when I list users and groups. And I think that it is linked to my trusted domains (wbinfo -domain=myADdomain -u works well). The error is the following : [2006/07/11 14:30:29, 3] libsmb/cliconnect.c:cli_session_setup_spnego(757) got principal=machine$@TRUSTEDDOMAIN.COM [2006/07/11
2007 Feb 13
0
winbindd panic 3.0.24
...usr/sbin/winbindd(spnego_gen_negTokenTarg+0x62) [0x800ef802] #11 /usr/sbin/winbindd(cli_session_setup_spnego+0x6c5) [0x800e7055] #12 /usr/sbin/winbindd [0x80057cc4] #13 /usr/sbin/winbindd [0x80057e34] #14 /usr/sbin/winbindd(init_dc_connection+0x29) [0x80057e89] #15 /usr/sbin/winbindd(find_domain_from_name+0x4f) [0x8004274f] #16 /usr/sbin/winbindd(winbindd_getpwnam+0x14e) [0x8003b9ee] #17 /usr/sbin/winbindd [0x80037ff7] #18 /usr/sbin/winbindd [0x80039718] #19 /usr/sbin/winbindd(main+0x94d) [0x80038bad] #20 /lib/libc.so.6(__libc_start_main+0xdc) [0xb7d2387c] #21 /usr/sbin/winbindd [0...
2003 Sep 27
0
Samba 3(PDC) + winbind, anyone has it working ?
...ould we deal with users for our domain? */ if ( lp_winbind_trusted_domains_only() && strequal(name_domain, lp_workgroup())) { DEBUG(7,("winbindd_getpwnam: My domain -- rejecting getpwnam() for %s\\%s.\n", name_domain, name_user)); return WINBINDD_ERROR; } if ((domain = find_domain_from_name(name_domain)) == NULL) { DEBUG(5, ("no such domain: %s\n", name_domain)); return WINBINDD_ERROR; } /* Get rid and name type from name */ if (!winbindd_lookup_sid_by_name(domain, name_user, &user_sid, &name_type)) { DEBUG(1, ("user '%s' does not exist\n&quo...
2007 Jan 31
0
Samba winbindd crash
...et+0x4b9) [0x800df4a9] #10 /usr/sbin/winbindd(spnego_gen_negTokenTarg+0x62) [0x800e09b2] #11 /usr/sbin/winbindd(cli_session_setup_spnego+0x6a6) [0x800d85f6] #12 /usr/sbin/winbindd [0x8004eb98] #13 /usr/sbin/winbindd(set_dc_type_and_flags+0x81) [0x8004ff51] #14 /usr/sbin/winbindd(find_domain_from_name+0x48) [0x8003c038] #15 /usr/sbin/winbindd [0x80037293] #16 /usr/sbin/winbindd(winbindd_list_groups+0x10e) [0x8003790e] #17 /usr/sbin/winbindd [0x80032777] #18 /usr/sbin/winbindd [0x80033f08] #19 /usr/sbin/winbindd(main+0x830) [0x80033210] #20 /lib/libc.so.6(__libc_start_main...
2003 Nov 10
8
winbindd panic daemon dies
Hi All, can anyone make any sense of the error below, please advise if I need to log this as a bug but I'm not sure how to further diagnose what is happening. This is from my winbindd log file, thanks Andy. [2003/11/07 17:47:59, 1] nsswitch/winbindd.c:main(832) winbindd version 3.0.0 started. Copyright The Samba Team 2000-2003 [2003/11/07 17:48:00, 1]