similar to: [Bug 1322] New: pam_end() is not called if authentication fails, which breaks pam-abl

Displaying 20 results from an estimated 2000 matches similar to: "[Bug 1322] New: pam_end() is not called if authentication fails, which breaks pam-abl"

2007 Aug 30
1
Using NID_x500UniqueIdentifier as ssl_username_from_cert
Hi, please have a look at the attached patch for dovecot-1.0.3 These patch modifies ssl_proxy_get_peer_name() to use the NID_x500UniqueIdentifier as username instead of NID_commonName. The reason is, that the Common Name doesn't have to be unique for the whole mailserver. Example; in germany a lot of people got the first name "Andreas" and the last name "Schulz".
2007 Dec 06
0
[Bug 1396] New: When pam-authentication thread ends, it doesn' t call the function pam_end
https://bugzilla.mindrot.org/show_bug.cgi?id=1396 Summary: When pam-authentication thread ends, it doesn't call the function pam_end Classification: Unclassified Product: Portable OpenSSH Version: 4.7p1 Platform: All OS/Version: Linux Status: NEW Keywords: patch Severity: normal
2003 Oct 29
4
Fix for USE_POSIX_THREADS in auth-pam.c
As many of you know, OpenSSH 3.7.X, unlike previous versions, makes PAM authentication take place in a separate process or thread (launched from sshpam_init_ctx() in auth-pam.c). By default (if you don't define USE_POSIX_THREADS) the code "fork"s a separate process. Or if you define USE_POSIX_THREADS it will create a new thread (a second one, in addition to the primary thread). The
2003 Sep 17
2
Using samba as a PDC with win2k clients
Hello Samba users, I'm trying to configure my samba server as a PDC for some Win2k machines. I'm running Red Hat 8.0 and samba-3.0.0rc4. Everything seems to be ok, when using workgroup configuration, all the shares works fine. But I cant get the Win2k clients to log in the Domain. It says I have a unknown user or an incorrect password. But at least it prompted me for a user/password, so I
2015 Jan 13
5
Access request to Virt SIG wiki
Hi, I'm Sandro Bonazzola, member of the Virt SIG for oVirt Project. I would like to get access and contribute to http://wiki.centos.org/HowTos/oVirt My wiki account is SandroBonazzola Thanks, -- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com
2006 Jun 14
1
Deleting root credentials
Hello All, I'm using OpenSSH 4.3 compiled with PAM support. Im using a proprietary PAM module for my Authentication. When the root user logs out, it throws a message "pam_setcred : Pemission denied" in syslog. The PAM engineer told me that the module can't delete root users credentials. Instead he is asking me to skip the call pam_setcred() in sshpam_cleanup() in auth-pam.c
2002 Oct 29
2
Wins over subnets
Hello Folks After a upgrade of a NT network, with a PDC and different workgroups over subnets, to SAMBA,im having some problems with WINS over subnets. I have a DOMAIN in my primary net and some workgroups on the subnets, a different workgroup to each subnet. I need that each subnet see all the workgroups in the Network Neighborhood. In the primary net i've SAMBA being a PDC, master browser
2015 Feb 16
2
Access request to Virt SIG wiki
On 16 February 2015 at 14:55, Sandro Bonazzola <sbonazzo at redhat.com> wrote: > Il 13/01/2015 17:08, Sandro Bonazzola ha scritto: >> Hi, >> I'm Sandro Bonazzola, member of the Virt SIG for oVirt Project. >> I would like to get access and contribute to http://wiki.centos.org/HowTos/oVirt >> My wiki account is SandroBonazzola > > Can you give me access
2012 Dec 04
3
Print properties are not saved
Hi, I'm struggling to get a laser color printer working correctly. At first I wasn't able to save print properties with Ubuntu 10.04. As I read of a bug [1] that affected samba 3.4 up to 3.5.8 I upgraded to ubuntu 12.04 and samba 3.6.3. Now I'm not even able to upload drivers in the way I always did as described in [2] and [3] (Italian). My conf:: [printers] comment = All
2012 Mar 23
5
How to convert factors to numbers
Hello, I am relatively new to using R. The text file contains the date and price . I want to read and manipulate the data in R. However, when I use read.table, it treats all of the data as "factors" and I do not know how to treat the data as numbers: http://r.789695.n4.nabble.com/file/n4498828/p_diarios.txt p_diarios.txt setwd ("C:\\Users\\Sandro\\Dropbox\\R")
2007 Jun 21
3
[LLVMdev] Accounting for stack space
On Wed, 20 Jun 2007, Sandro Magi wrote: > To this end, are there any implicit allocations being done by > generated LLVM code, other than the system stack? heap allocations? Only malloc/free. Note that the compiler does generate calls to runtime libraries (e.g. libstdc++ and libgcc), we don't have control over when they do allocations. The libstdc++ calls show up in the .ll file,
2011 Oct 20
2
[Bug 1945] New: Only 1 of the 2 krb cache files is removed on closing the ssh connection with UsePrivilegeSeparation=yes
https://bugzilla.mindrot.org/show_bug.cgi?id=1945 Bug #: 1945 Summary: Only 1 of the 2 krb cache files is removed on closing the ssh connection with UsePrivilegeSeparation=yes Classification: Unclassified Product: Portable OpenSSH Version: 5.8p1 Platform: All OS/Version: HP-UX Status: NEW
2008 Apr 03
0
[Bug 1305] Bugs intended to be fixed in 4.6p2
https://bugzilla.mindrot.org/show_bug.cgi?id=1305 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Bug 1305 depends on bug 1322, which changed state. Bug 1322
2005 Nov 09
1
main adsl fail, backp and test
hi all, I have a firewall with 2 gateways. Router A (main, adsl), router I (backup, isdn). In case of failure of adsl I switch to isdn. How can I know when it is time to go back? Which is a standard way to test the adsl line? TIA sandro -- Sandro Dentella *:-) e-mail: sandro@e-den.it http://www.tksql.org TkSQL Home page - My GPL work
2016 Apr 08
2
New qemu-kvm-ev available for testing
Hi, qemu-kvm-ev-2.3.0-31.el7_2.10.1 has been tagged for testing. In order to test it, please enable centos-qemu-ev-test repository after installing centos-release-qemu-ev Thanks, -- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jun 18
4
[LLVMdev] Arbitrary bit width integers
Where does the storage for large bit width integers come from? Are very large numbers heap allocated? Sandro
2015 Apr 03
2
CBS tags hierarchy
Il 19/03/2015 15:46, George Dunlap ha scritto: > On Thu, Mar 19, 2015 at 2:39 PM, Karanbir Singh <mail-lists at karan.org> wrote: >> On 03/19/2015 12:23 PM, George Dunlap wrote: >>> On Thu, Mar 19, 2015 at 12:20 PM, Sandro Bonazzola <sbonazzo at redhat.com> wrote: >>>> Hi, >>>> following Cloud SIG example[1] I would like to start defining the
2012 Jul 10
2
Make a whole mailbox read-only
Hello, i've found an old thread [1] where it was stated that a whole mailbox can be made read-only only setting the according permissions on the filesystem side. [1] http://www.mailinglistarchive.com/html/dovecot at dovecot.org/2011-12/msg00300.html i'd like to check if it's still the only option we have with dovecot v2.0.18 . Regards, -- Sandro Tosi Product Engineer Shared
2007 Jun 18
2
[LLVMdev] Accounting for stack space
Given my recent posts, I think it's obvious that I'm trying to figure out how to build a resource-aware VM for a high-level language. I've figured out adequate solutions for most of the problems I've encountered, including separate heaps, quotas, etc. However, I'm not sure how I can account for a thread's stack space. Given a language process (LP) running in a heap with a
2015 Oct 27
2
Differences between qemu-kvm and qemu-kvm-ev
Sandro, Could you please enumerate the actual technical differences between stock qemu-kvm and qemu-kvm-ev? For example, what could one do with qemu-kvm-ev that cannot with qemu-kvm? Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Sandro Bonazzola" <sbonazzo at redhat.com> > To: "Discussion about