Sponsored Content
Full Discussion: One time password
Special Forums Cybersecurity One time password Post 302198623 by nowen on Friday 23rd of May 2008 09:46:32 AM
Old 05-23-2008
Interesting. let me know that goes...
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

To simultaneously update password change in two server at a time

I am new beginner in Unix and little experienced in BaaN ERP. Problem Statement: I have to run a BaaN session. I have to change the password for both primary and secondary server by using this session. On primary server only few people has access permission (say 10). But on secondary server... (0 Replies)
Discussion started by: s_chandrakar
0 Replies

2. OS X (Apple)

Multiple hosts SSH NO PASSWORD - each time it overrides the last key gen

Hello, here is my problem: I have 20 machines that need to SSH into 1 machine throughout the day. The issue is every time I go through the process of putting my keys from one of the computers that needs to SSH to the server that needs to accept all the incoming SSH's it overrides the last one. ... (6 Replies)
Discussion started by: yoyoyo777
6 Replies

3. UNIX for Dummies Questions & Answers

Changing Password process takes a long time

We are running unix. After a reboot of the server we have found that changing password takes a long time. if type in passwd "username" you can type in the 1st instance of the password , press enter , then it will wait for about 3 minutes before bringing up the confirm password line typing it in... (4 Replies)
Discussion started by: AIXlewis
4 Replies

4. UNIX for Dummies Questions & Answers

machine hangs for some time after giving password.

Hi I m trying to take a console of linux machine using putty. Whenever i connect to the machine and give password details to log into the machine it hangs for some time and then it allow the login. I m totally clueless why it is happening suddenly . ---------- Post updated at 01:14 AM... (1 Reply)
Discussion started by: pinga123
1 Replies

5. UNIX for Advanced & Expert Users

Update users password change time

Hello - Is this possible on Unix machines? Can we update user password change time? (6 Replies)
Discussion started by: manju--
6 Replies

6. Emergency UNIX and Linux Support

Time delay problem in asking password

Hi All, I have solaris-11 global and multiple non-global zones running, which all are on same network. They are not in NIS. When we open putty session and give user-name, it takes long time in asking password (around 40-50 seconds) on Global zone. While on non-global zones, it is working... (9 Replies)
Discussion started by: solaris_1977
9 Replies

7. Shell Programming and Scripting

How to give password at run time in a shell script?

hi, how can i pass a password automatically when a shell script is running. i have shell script(runscript.sh) which call another shell script inside it as a different user. runscript.sh contains su - nemo -c "/bin/main_script.sh" but when i execute "runscript.sh" it try to run... (7 Replies)
Discussion started by: Little
7 Replies

8. Shell Programming and Scripting

How to prvenent giving password run time in schell scripting?

Hi I'm copying around 20 vi files from solaris server-A to server-B using 'scp' command.I have included all 20 scp commands in one shell script. Proplem is, while executing each scp command its prompting for my NIS password of server A. Please see below How to get rid of password prompt.??? (1 Reply)
Discussion started by: buzzme
1 Replies

9. Forum Support Area for Unregistered Users & Account Problems

Password sent via reset password email is 'weak' and won't allow me to change my password

I was unable to login and so used the "Forgotten Password' process. I was sent a NEWLY-PROVIDED password and a link through which my password could be changed. The NEWLY-PROVIDED password allowed me to login. Following the provided link I attempted to update my password to one of my own... (1 Reply)
Discussion started by: Rich Marton
1 Replies
IPv6Addr(3pm)						User Contributed Perl Documentation					     IPv6Addr(3pm)

NAME
Net::IPv6Addr -- check validity of IPv6 addresses SYNOPSIS
use Net::IPv6Addr; Net::IPv6Addr::ipv6_parse($addr); $x = new Net::IPv6Addr("dead:beef:cafe:babe::f0ad"); print $x->to_string_preferred(), " "; DESCRIPTION
"Net::IPv6Addr" checks strings for valid IPv6 addresses, as specified in RFC1884. You throw possible addresses at it, it either accepts them or throws an exception. If "Math::Base85" is installed, then this module is able to process addresses formatted in the style referenced by RFC1924. The public interface of this module is rather small. new Parameters A string to be interpreted as an IPv6 address. Returns A "Net::IPv6Addr" object if successful. Notes Throws an exception if the string isn't a valid address. ipv6_parse Parameters A string containing an IPv6 address string. Optionally, it may also include a "/" character, and a numeric prefix length, in that order. -or- An IPv6 address string. Optionally, a numeric prefix length. Returns What you gave it, more or less, if it does parse out correctly. Notes Throws an exception on malformed input. This is not an object method or class method; it's just a subroutine. is_ipv6 Parameters A string containing an IPv6 address string. Optionally, it may also include a "/" character, and a numeric prefix length, in that order. -or- An IPv6 address string. Optionally, a numeric prefix length. Returns What you gave it, more or less, if it does parse out correctly, otherwise returns undef. Notes This is not an object method or class method; it is just a subroutine. ipv6_chkip Parameters An IPv6 address string. Returns Something true if it's a valid address; something false otherwise. to_string_preferred Parameters If used as an object method, none; if used as a plain old subroutine, an IPv6 address string in any format. Returns The IPv6 address, formatted in the "preferred" way (as detailed by RFC1884). Notes Invalid input will generate an exception. to_string_compressed Parameters If used as an object method, none; if used as a plain old subroutine, an IPv6 address string in any format. Returns The IPv6 address in "compresed" format (as detailed by RFC1884). Notes Invalid input will generate an exception. to_string_ipv4 Parameters If used as an object method, none; if used as a plain old subroutine, an IPv6 address string in any format. Returns The IPv6 address in IPv4 format (as detailed by RFC1884). Notes Invalid input (such as an address that was not originally IPv4) will generate an exception. to_string_ipv4_compressed Parameters If used as an object method, none; if used as a plain old subroutine, an IPv6 address string in any format. Returns The IPv6 address in compressed IPv4 format (as detailed by RFC1884). Notes Invalid input (such as an address that was not originally IPv4) will generate an exception. to_string_base85 Parameters If used as an object method, none; if used as a plain old subroutine, an IPv6 address string in any format. Returns The IPv6 address in the style detailed by RFC1924. Notes Invalid input will generate an exception. to_bigint Parameters If used as an object method, none; if used as a plain old subroutine, an IPv6 address string in any format. Returns The BigInt representation of IPv6 address. Notes Invalid input will generate an exception. to_array Parameters If used as an object method, none; if used as a plain old subroutine, an IPv6 address string in any format. Returns An array [0..7] of 16 bit hexadecimal numbers. Notes Invalid input will generate an exception. to_intarray Parameters If used as an object method, none; if used as a plain old subroutine, an IPv6 address string in any format. Returns An array [0..7] of decimal numbers. Notes Invalid input will generate an exception. to_string_ip6_int Parameters If used as an object method, none; if used as a plain old subroutine, an IPv6 address string in any format. Returns The reverse-address pointer as defined by RFC1886. Notes Invalid input will generate an exception. in_network_of_size Parameters If used as an object method, network size in bits If used as a plain old subroutine, an IPv6 address string in any format and network size in bits. Network size may be given with / notation. Returns Network IPv6Addr of given size. Notes Invalid input will generate an exception. in_network Parameters If used as an object method, network and its size in bits If used as a plain old subroutine, an IPv6 address string in any format network address string and size in bits. Network size may be given with / notation. Returns Something true, if address is member of the network, false otherwise. Notes Invalid input will generate an exception. BUGS
probably exist in this module. Please report them. AUTHOR
Tony Monroe <tmonroe plus perl at nog dot net>. The module's interface probably looks like it vaguely resembles Net::IPv4Addr by Francis J. Lacoste <francis dot lacoste at iNsu dot COM>. Some fixes and subroutines from Jyrki Soini <jyrki dot soini at sonera dot com>. HISTORY
This was originally written to simplify the task of maintaining DNS records after I set myself up with Freenet6. Interesting that there's really only one DNS-related subroutine in here. SEE ALSO
RFC1884, RFC1886, RFC1924, perl, Net::IPv4Addr, Math::Base85, Math::BigInt perl v5.12.4 2011-08-28 IPv6Addr(3pm)
All times are GMT -4. The time now is 04:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy