similar to: My implementation of PAM support for OpenSSH

Displaying 20 results from an estimated 700 matches similar to: "My implementation of PAM support for OpenSSH"

2000 Mar 27
1
Few question...
Hello I have few questions about openssh... 1/ there is probably bug in auth-password.c in auth_password function if (pw->pw_uid == 0 && options.permit_root_login == 2) return 0; if (*password == '\0' && options.permit_empty_passwd == 0) return 0; /* deny if no user. */ if (pw == NULL) <----------- this should be first checked .... return 0; 2/ do I have
2009 Dec 04
1
centos 5.4, firefox and adobereader plugin, disabled input fields
Hello, we are using firefox-3.0.15 from the CentOS-Repository and the adobereader plugin from the adobe-repository. We have a curious problem with adobereader-plugin in firefox. When a pdf document is displayed via the plugin, i.e. within a tab in firefox, all input fields are disabled. I cannot enter a search string or fill in fields. The cursor and page up/down keys are also disabled. But when
2011 Mar 21
3
unbreak vfork on cris architecture
Hi klibc people, if someone has to say more on this, please do so. I?m only trying to explain what I _think_ I learned? >Begin forwarded message originally by Mike Frysinger: >> On Mon, Mar 21, 2011 at 10:24 AM, Waldemar Brodkorb wrote: >>> unfortunately the common vfork implementation, which just use >>> the syscall function to interact with the kernel, does not
2010 Aug 28
2
dsync mirror duplicates problem
Im trying to sync 2 mailserver with dsync mirror functionality. Problem occurs when mails arrive in the same folder on both sides then dsync sometimes runs into problems and duplicates that entrys on both side(2mails then with same content). After running again the same happens again(now 4 mails with same content on every side). And then duplicates this mails on both sides on every run :(
2011 May 01
3
Portal2 running very hard
Can any1 help me with my portal2? it's running very hard. Used OpenBox ,disabled sound, in order to get a better frame rate, but still not playable.. Could any1 give me some tips? New user, so a step by step guide would be very usefull :P I am using Linux mint 10 (based on Ubuntu 10.10)
2000 Apr 13
0
compile error
On a freshly installed OpenBSD 2.6 sparc system, I tried to compile openssh1.2.2 _and_ openssh1.2.3. I receive the following error on compile for both versions. The output here is from v1.2.2: cc -o ssh ssh.o sshconnect.o log-client.o readconf.o clientloop.o -lkrb -lkafs -L/usr/src/ssh/ssh/../lib -lssh -lutil -lz -lcrypto sshconnect.o: Undefined symbol `_rresvport_af' referenced from text
2008 Jan 02
2
how to ignore or omit somethings while reading the data table
hello respected ppl... am a engg. student...i was trying to use R in statistical calculations now the problem is..i imported a huge tsv file onto R...it has a column which gives cost...and it has "$" with each numerical value in this column...it is something like this..$.05,$.1,$.075...and so on.. R is reading it as "character vector"... i tried using all the arguments but
2012 Sep 21
2
efficient overlapping average curve on original curves
Dear useRs, my question could be very basic for which i apologize in advance. Each column of a matrix with dimensions 365 rows and 37 columns was drawn against another matrix of dimensions 365 rows and 1 column. with that i was able to draw 37 curves on the same axis. now i want to draw an average curve of these 37 curves on the same axis in such a way that all the curves (average and 37
2010 Jan 02
2
Underscore in a model's method causes it not to be called from the form helper
Hi, I''m using rails 2.3.5 and found following behavior, which I can''t explain. Maybe someone can. I have a model named ''Game''. Its database schema contains a field named ''pconfig_src''. I want to lazy load the pconfig_src value, so added following method to the model: def pconfig_src read_attribute(''pconfig_src'') ||
2007 Aug 02
1
Foreign Key Use
Hi can any1 guide me ,How can i use foreign Key concept in rails, I m using Migrations to create tables, Also i want to know diffrent fields we can use while creating tables. I mean like String,Date time, timestamp,,,,Plz tell me various fields so that i can Make proper use of them as per requirement. Thank u in advance -- Posted via http://www.ruby-forum.com/.
2008 Jul 04
4
trying to play Regnum Online
trying to play Regnum Online go into log in screen but then after it says unsupported video card there are three possible causes for this error: 1. your video card is too old 2. you haven't installed the last available driver. 3 you havent installed the latest DirectX version. i'm new to linux and wine. can any1 please guide me throught this using ubunto
2008 Nov 04
1
how to integrate dspam with dovecot-antispam ?
Hello, i dont get dovecot-antispam working, i think ? any1 can help me, how to configure dovecot-antispam that it work together with dspam ? i have postfix / dovecot setup as virtual user / domains.......... marko thanks for any hints or help. -- -- *Marko Weber* | Administration *SALON DIGITAL* Media GmbH Rothenbaumchaussee 19a 20148 Hamburg T. (040) 429 48 68 - 23 F. (040) 429 48
2004 Feb 04
1
Borwser Problem with VMWare on linux host
Hi I use VMWare on linux host (windows 2000 as guest operating system) and i have some problems to visit the google-site . can any1 help me thanks Nouqrat
2011 Mar 03
1
which oauth gem to use?
Does any1 have any recommendations for an oauth gem. I am trying to create a twitter proxy. I''m not sure which oauth gem to use. Thanks in advance! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2001 Nov 14
1
dreamweaver
any1 got dreamweaver 3 or 4 working with wine every time i try running it loads up asks for serial i enter it then it segfaults . if it cant be done do you know of a html editor for linux up to the standards of dreamweaver all the ones i have come across so far aint brilliant infact some i would call cack might as well just open emacs and code myself but like dreamweaver cos i can get pro
2007 Mar 21
3
Cisco 7970 with skinny on * 1.4.1
Evnin' (o; As chan_sccp is pretty much dead, doesn't compile on FBSD anyway and isn't supported on * 1.4.x I tried going with chan_skinny... The Cisco 7970 registers and is being acknowledged by * but that's it... I see no lines on the 7970 display configured and it is not reachable or it can't make any outboudn calls... The docs are pretty non-existent for skinny and the
2003 Nov 04
1
ACL + sticky bit
Lo folks, I got a little question. Ive set up samba 3.0.0 + RH 8. And since ACL within samba only works on share niveau i wanted to implement POSIX ACL. I was thinking what is the difference between "full" access and "change" on a NT4 server. As far as i could think the difference is that "full" acces can delete a file and "change" can only change it. So i
2009 May 24
2
Assigning variable names from one object to another object
Hello I have 2 datasets say Data1 and Data2 both are of different dimesions. Data1: 120 rows and 6 columns (Varname, Vartype, Labels, Description, ....) The column Varname has 120 rows which has variable names such id, age, gender,.....so on Data2: 12528 rows and 120 columns The column names in this case are V1, V2, ......... V120 (which are default names in R when we say head=F in read.csv)
2004 Mar 11
1
No error on change to password below configured length
Hello! Our users change their passwords using the original Win2K password change mechanisms (Ctrl+Alt+Del -> Change Password). If one of the users changes his password and the new one is shorter then 5 characters it is rejected. This appears in the logfile and that's OK so far but the users don't get notified. They think the password has changed and use the new one. Why is that? Could
2003 May 17
0
our servers as mirror of the Shorewall in Brazil.
SECURITY OPEN SOURCE, is a Non Governmental Organization (ONG) without profit ends, located in Brasilia, capital of the Federative Republic of Brazil and has included among its objectives: Development and integration of products and software for information security based on the idea of free software, with open code (free software & open source), independence of platform and