Alexander Larionov
2017-Oct-24 05:39 UTC
[Samba] FreeBSD Member server error WBC_ERR_DOMAIN_NOT_FOUND
Hi! I have 1 samba AD DC running 4.6.6 on FreeBSD 11.1 and member server running 4.6.8. on FreeBSD 11.1 I have domain PISK. (dc=pisk,dc=npo) On member server i build the port by hand and select the EXP_MODULES configuration option. i see following error # wbinfo -i PISK\\Administrator failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND Could not get info for user PISK\Administrator I read what is written in the manual, but there is no description for FreeBSD. FreeBSD has not library libnss_winbind.so my smb4.conf [global] security = ADS workgroup = PISK realm = PISK.NPO log file = /var/log/samba/%m.log log level = 1 idmap config * : backend = tdb idmap config * : range = 3000-7999 winbind enum users = yes winbind enum groups = yes idmap config PISK : unix_nss_info = yes idmap config PISK:backend = ad idmap config PISK:schema_mode = rfc2307 idmap config PISK:range = 3000000-9999999 username map = /usr/local/etc/user.map ____ My Google foo has not been helpful. sorry for my english regards Alexander -- Sent from: http://samba.2283325.n4.nabble.com/Samba-General-f2403709.html
Rowland Penny
2017-Oct-24 08:12 UTC
[Samba] FreeBSD Member server error WBC_ERR_DOMAIN_NOT_FOUND
On Mon, 23 Oct 2017 22:39:07 -0700 (MST) Alexander Larionov via samba <samba at lists.samba.org> wrote:> Hi! > I have 1 samba AD DC running 4.6.6 on FreeBSD 11.1 and member server > running 4.6.8. on FreeBSD 11.1 > > I have domain PISK. (dc=pisk,dc=npo) > > On member server i build the port by hand and select the EXP_MODULES > configuration option. > > i see following error > # wbinfo -i PISK\\Administrator > failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND > Could not get info for user PISK\Administrator > > I read what is written in the manual, but there is no description for > FreeBSD. > FreeBSD has not library libnss_winbind.so >That is your problem, 'libnss_winbind.so' is the glue that connects winbind to nsswitch. Rowland
Alexander Larionov
2017-Oct-24 14:04 UTC
[Samba] FreeBSD Member server error WBC_ERR_DOMAIN_NOT_FOUND
it is not only my problem. I have installed new FReebsd and build port Samba4.6.8 by hand, but library libnss_winbind.so is absent. Well and where I can find it? I have found nss_winbind.so.2 but ldconfig not see it. -- Sent from: http://samba.2283325.n4.nabble.com/Samba-General-f2403709.html
Seemingly Similar Threads
- FreeBSD Member server error WBC_ERR_DOMAIN_NOT_FOUND
- FreeBSD Member server error WBC_ERR_DOMAIN_NOT_FOUND
- [PATCH net-next v3 5/5] xen-netback: enable IPv6 TCP GSO to the guest
- SSL_PARAMETERS_PERM_PATH
- [PATCH RFC] xen-netback: remove guest RX path dependence on MAX_SKB_FRAGS