search for: get_password

Displaying 5 results from an estimated 5 matches for "get_password".

2007 Apr 24
2
Dovecot, Postfix and SMTP AUTH....
...ith SMTP AUTH in postfix with dovecot. My configuration is based on Postgresql. I've created a function in postgresql which returns password and username and attached it to password_query. Query looks like this password_query = SELECT username_out as username, password_out as password FROM get_password(lower('%n'),lower('%d')); Problem is when get_password returns something like this... vmail=# SELECT username_out as username, password_out FROM get_password(lower(''),lower('')); LOG: statement: SELECT username_out as username, password_out FROM get_password(...
2007 Apr 26
0
Dovecot, Postfix and SMTP AUTH.... one more time...
...ith SMTP AUTH in postfix with dovecot. My configuration is based on Postgresql. I've created a function in postgresql which returns password and username and attached it to password_query. Query looks like this password_query = SELECT username_out as username, password_out as password FROM get_password(lower('%n'),lower('%d')); Problem is when get_password returns something like this... vmail=# SELECT username_out as username, password_out FROM get_password(lower(''),lower('')); LOG: statement: SELECT username_out as username, password_out FROM get_password(...
2001 Jun 06
0
snk authentication
...&y1, &y2, &y3, &y4, &y5, &y6, &y7, &y8) != 8 || + x1 != y1 || x2 != y2 || x3 != y3 || x4 != y4 || + x5 != y5 || x6 != y6 || x7 != y7 || x8 != y8 ) { + fprintf (stderr, "Keys do not match\n"); + goto get_key; + } + get_password: + strncpy(password, getpass("Enter SNK passphrase: "), sizeof(password)); + if ( strcmp(password, getpass("Repeat: ")) != 0 ) { + fprintf (stderr, "Passphrases do not match\n"); + goto get_password; + } + memset(data, 0, sizeof(data)); + put_snk_pass(password, se...
2003 May 02
6
openssh 3.6.1_p2 problem with pam (fwd)
----- Forwarded message from Andrea Barisani <lcars at infis.univ.trieste.it> ----- Date: Fri, 2 May 2003 14:01:33 +0200 From: Andrea Barisani <lcars at infis.univ.trieste.it> To: openssh at openssh.com Subject: openssh 3.6.1_p2 problem with pam Hi, I've just updated to openssh 3.6.1_p2 and I notice this behaviour: # ssh -l lcars mybox [2 seconds delay] lcars at mybox's
2013 May 12
15
Advice needed --- Best way to get mysql2 gem installed to interact with Mysql Database?
Hi Group, I''ve got mysql database installed and the server running on a Mac Pro with latest mountain lion setup 10.8.3. I''m able to use mysql tools like mysql, mysqladmin to converse with it. :} I use RVM''s scripts to fetch gems. I''ve visited RVM''s website but their advise to get "mysql gem loaded" does the same thing as below aborted