search for: open_module

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

2005 Aug 29
4
Conflict between LDAP and Privilege Separation?
Hi all. OpenSSH_4.1p1, OpenSSL 0.9.7g 11 Apr 2005 on Solaris 8 using host-based authentication. With "PrivilegeSeparation yes" and "UsePAM no" everything works as desired. If I enable PAM, I am able to connect, but just before it gives me a shell, it disconnects. If I leave PAM enabled and disable PrivilegeSeparation, it works. Is this a current limitation, or is there
2005 Apr 28
0
[help!] bad file number / dlopen failure
...m sshd[25576]: [ID 800047 local3.info] Failed password for bkim from 127.0.0.1 port 35721 ssh2 If I add "UsePAM yes", Apr 28 08:43:58 bkim sshd[7609]: [ID 305314 local3.debug] load_modules: /usr/lib/security/pam_winbind.so_042605 Apr 28 08:43:58 bkim sshd[7609]: [ID 401707 local3.debug] open_module: /usr/lib/security/pam_winbind.so_042605 failed: Bad file number Apr 28 08:43:58 bkim sshd[7609]: [ID 487707 local3.error] load_modules: can not open module /usr/lib/security/pam_winbind.so_042605 Apr 28 08:43:58 bkim sshd[7609]: [ID 585537 local3.debug] pam_authenticate: load_modules failed Apr 28...
2013 Jan 18
1
pam_smbpass.so on AIX
...usr/lib/security/pam_aix Jan 18 10:59:06 systst auth|security:debug login PAM: load_function: successful load of pam_sm_authenticate Jan 18 10:59:06 systst auth|security:debug login PAM: load_modules: /opt/samba-4.0.0/lib/security/pam_smbpass.so Jan 18 10:59:06 systst auth|security:debug login PAM: open_module: /opt/samba-4.0.0/lib/security/pam_smbpass.so failed: A file or directory in the path name does not exist. Jan 18 10:59:06 systst auth|security:err|error login PAM: load_modules: can not open module /opt/samba-4.0.0/lib/security/pam_smbpass.so However, if I run swat, it'll load /opt/samba-4.0...
2005 Feb 20
0
ices2 not re-connecting on live stream
...s 2.0.1, which is merely a point release and doesn't incorporate Karl's changes.) If you let ices2 run for a long time, you'll probably need this patch as well: --- ices2-2.0.0-kh59.orig/src/input.c +++ ices2-2.0.0-kh59/src/input.c @@ -335,6 +335,7 @@ if (next_mod->open_module (next_mod) == 0) { next_mod->start = start; + next_mod->failures = 0; ices_config->next_track = 0; return next_mod; } I've been running ices2 like this 24/7 for months now, only rest...
2005 Mar 18
6
[Bug 1002] sshd does not report failed PAM session modules to the client side
http://bugzilla.mindrot.org/show_bug.cgi?id=1002 Summary: sshd does not report failed PAM session modules to the client side Product: Portable OpenSSH Version: 4.0p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs
2005 Mar 21
0
Winbind and openSSH problem on Solaris 8/Sparc
...usr/sbin:/sbin:/usr/local/bin:/usr/ bin:/bin --with-ipv4-default --with-privsep-path=/var/empty --with-privsep-user=sshd --with-ssl-dir=/tmp/openssl-0.9.7e --with-zlib=/tmp/zlib1.2.2 --with-pam Yet, when trying to login, this is what I see in the messages file: sshd[21182]: [ID 401707 auth.error] open_module: /usr/lib/security/pam_winbind.so failed: ld.so.1: /usr/local/sbin/sshd: fatal: relocation error: file /usr/lib/security/pam_winbind.so: symbol main: referenced symbol not found sshd[21182]: [ID 487707 auth.error] load_modules: can not open module /usr/lib/security/pam_winbind.so sshd[21180]: [ID 8...
2004 Nov 24
2
ices2 not re-connecting on live stream
...behind a linux NAT box. I have simulated the problem by using iptables REJECT with tcp-reset and here is the resulting log file from iceS: ice@debian:~$ /usr/local/bin/ices /usr/local/share/ices/live_debug.xml [ 02:17:19] INFO ices-core/main IceS 2.0.0 started... [ 02:17:19] INFO input-alsa/alsa_open_module Opened audio device plughw:0,0 [ 02:17:19] INFO input-alsa/alsa_open_module using 2 channel(s), 44100 Hz, buffer 371 ms (2 periods) [ 02:17:19] INFO input-alsa/alsa_open_module Starting metadata update thread [ 02:17:19] INFO encode/encode_initialise Encoder initialising in VBR mode: 2 channel(s)...