search for: nss_init

Displaying 6 results from an estimated 6 matches for "nss_init".

2008 Apr 17
0
winbind can get uid and gid from sfu, but not homedir or loginshell
...7, the log.wb-MYDOMAIN file has this: [2008/04/17 11:58:48, 3] lib/module.c:do_smb_load_module(49) Error loading module '/usr/lib/samba/nss_info/sfu.so': /usr/lib/samba/nss_info/sfu.so: cannot open shared object file: No such file or directory [2008/04/17 11:58:48, 3] nsswitch/nss_info.c:nss_init(209) nss_init: no nss backends configured. Defaulting to "template". [2008/04/17 11:58:48, 4] nsswitch/nss_info.c:nss_get_info(268) nss_get_info: Failed to find nss domain pointer for MSOE This would seem to be the problem, except how did winbind find the uid and gid that sfu has, i...
2018 Jul 10
0
NSS on Debian Stretch with libnss3: Can not initialize SSL context
...961]: Connected to UPS [Eaton]: usbhid-ups-Eaton Jul 10 15:02:51 gold upsd[15961]: listening on 0.0.0.0 port 3493 Jul 10 15:02:51 gold upsd[15962]: Startup successful Jul 10 15:02:51 gold upsd[15962]: Can not initialize SSL context The error message comes from netssl.c if (certfile) status = NSS_Init(certfile); else status = NSS_NoDB_Init(NULL); if (status != SECSuccess) { upslogx(LOG_ERR, "Can not initialize SSL context"); nss_error("upscli_init / NSS_[NoDB]_Init"); return; } Since certfile is defined, it looks as if legacy NSS_Init is unable to access t...
2008 Apr 15
1
how to make 'winbind nss info = sfu' work in v >= 3.0.26a
There is an instance of Ms.Active Directory that has had the 'Services For Unix' applied. I use winbind v3.0.24 to get user/group info from that Ms.Active directory instance like so: -------- begin smb.conf snippet: ------------ security = ADS realm = mydomain.com workgroup = MYDOMAIN winbind enum groups = yes winbind enum users = yes winbind nested groups = yes winbind nss info = sfu
2010 Nov 28
3
[nut-commits] svn commit r2708 - in branches/ssl-nss-port: clients m4 server
Citeren Arjen de Korte <adkorte-guest op alioth.debian.org>: > Log: > Use the 'nss_compat_ossl' compatibility layer to use the Mozilla NSS > library instead of OpenSSL (we might want to include native support > in the future, but this will at least allow a quick migration for > testing purposes) I don't recall that we ever discussed the possibility of
2015 Feb 13
1
Error installing Nut 2.7.2 on RedHat 6.6
...o checking for openssl/ssl.h... no checking for SSL_library_init... no checking for Mozilla NSS version via pkg-config... none found checking for Mozilla NSS cflags... checking for Mozilla NSS ldflags... -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4 checking for nss.h... yes checking for NSS_Init... yes checking whether to enable SSL support... yes (Mozilla NSS) checking for tcpd.h... no checking for library containing yp_get_default_domain... -lnsl checking for library containing request_init... no checking whether to enable libwrap (tcp-wrappers) support... no checking for libltdl cflags....
2015 Feb 13
1
Testing recommend, make Install error Re: Nut-upsuser Digest, Vol 116, Issue 10
...2.7.2 > ... > > checking for Mozilla NSS version via pkg-config... none found > > checking for Mozilla NSS cflags... > > checking for Mozilla NSS ldflags... -lnss3 -lnssutil3 -lsmime3 -lssl3 > -lplds4 -lplc4 -lnspr4 > > checking for nss.h... yes > > checking for NSS_Init... yes > > checking whether to enable SSL support... yes (Mozilla NSS) > > There is a bug in our NSS detection - it found the wrong nss.h. > > Filed an issue so we don't forget: > https://github.com/networkupstools/nut/issues/184 > > You will need to install something...