Sponsored Content
Full Discussion: Password reset script
Top Forums Shell Programming and Scripting Password reset script Post 302627087 by Mani_apr08 on Friday 20th of April 2012 07:20:01 AM
Old 04-20-2012
Password reset script

Hi,

I could like to change my remote system user password. Could you please guile me,

If you have any existing scripting there. please let me know

Thanks & Regards,
Mani
 

10 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

I would like to reset my password

Hi Moderators, I forgot the login password and am accessing the forum page through save form password credentials. Could you please reset my password ? Thanks, :) (5 Replies)
Discussion started by: matrixmadhan
5 Replies

2. UNIX for Advanced & Expert Users

automation script for password reset

Hi, Is there any way to automate the reset of passwords.I mean can we write some scripts and do it. Would be great if anybody can help in this regards. (9 Replies)
Discussion started by: yakyaj
9 Replies

3. Shell Programming and Scripting

Is it possible to write a script to reset user's password?

Is there anyway that I can reset user's password using a script/ssh command? ie. emulate passwd command with a default password of abc123 or even null value? > ssh server1 pwdadm user1 < /dev/null or > ssh server1 passwd user1 < /dev/null neither worked for me.. but you know what I... (1 Reply)
Discussion started by: pdtak
1 Replies

4. Solaris

Looking for a script to reset password

All, I have a Solaris 9 system and I would like to create a script that would reset the password of a local user to something specific on a daily basis. Someone suggested the following: passwd --stdin username < passwd_file However, this doesn't work on Solaris. Does anyone know of... (3 Replies)
Discussion started by: soliberus
3 Replies

5. Solaris

LDAP user password reset script

Hey all, I'm looking for a script to auto-generate a password for users that forget their password. Currently, we are using a perl script (with cgi-bin) where users update their password, but would like to add to this and make it so that the users can also request a password reset and a... (1 Reply)
Discussion started by: em23
1 Replies

6. Shell Programming and Scripting

How to reset password in shell script?

Hi folks, How can we reset the password via shell script... How can i manage to pass password for the prompt. gws000i010:/ # passwd test1 New Password: (1 Reply)
Discussion started by: bullz26
1 Replies

7. Shell Programming and Scripting

Need to write script to send an email for password reset.

Hi all, Please suggest I want to write a scritp which will send a email to my mail address before the time duration of the password reset, Should write mail stating that your password will expire in so and so days"" Rgds:b: Ann. (2 Replies)
Discussion started by: Haque123
2 Replies

8. Shell Programming and Scripting

Password reset script

Hi all, I am using an command which reset the password for the user, its working fine on Solaris boxes but sometimes the samw was not happening on some of linux boxes. /bin/echo username | passwd --stdin username I am new to unix and shell scripting,so it would be very helpful for me... (1 Reply)
Discussion started by: sudharson
1 Replies

9. Shell Programming and Scripting

Automation SCRIPT to reset the password in PERL

Hi All, We have many number of users.Some times we will receive mail from them like , the below USER password got expired and they are requesting us to change the password and send it back to them in a mail. there we are giving Expiray date again. We are doing this process manually. I want... (2 Replies)
Discussion started by: vasuvv
2 Replies

10. 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
gnetlist(1)							  1.6.2.20110115						       gnetlist(1)

NAME
gnetlist - gEDA/gaf Netlist extraction/generation SYNOPSIS
gnetlist [-e] [-i] [-I] [-q] [-s] [-v] [-l schem_file] [-m schem_file ] [-n] [ -O option ] [-h | --help] [-g guile_procedure] [-c scheme_string ] [-o output_filename] schematic1 [... schematicN] DESCRIPTION
gnetlist is the netlist extraction/generation program which is part gEDA (GPL Electronic Design Automation) toolset. This program takes a schematic for its input and outputs a netlist. gnetlist depends heavily on guile (a scheme based scripting language). It uses guile to define the output format. Basically gnetlist reads a schematic, creates an internal representation of the various connections, and then a guile script extracts the connections into some netlist format. gnetlist is very much so a work in progress. Currently it supports the following backends: o Allegro netlist format (-g allegro) o BOM / BOM2 - Bill of Materials (-g bom and -g bom2) o Partslist 1,2,3 - More Bill of Materials (-g partslist[1-3]) o DRC - Start of a design rule checker (-g drc) o DRC2 - A second design rule checker (-g drc2) o gEDA - native format, mainly used for testing (-g geda) o Gossip netlist format (-g gossip) o PADS netlist format (-g pads) o PCB / PCBboard (-g PCB and -g PCBboard) o PCB actions file for forward annotating pin/pad names from schematic to layout (-g pcbpins) o gsch2pcb backend (-g gsch2pcb) o ProtelII netlist format (-g protelII) o Spice compatible netlist format (-g spice) o Enhanced spice compatible netlist format (-g spice-sdb) o Tango netlist format (-g tango) o Verilog code (-g verilog) o VHDL code (-g vhdl) o VIPEC netlist format (-g vipec) o Bartels Autoengineer netlist format (-g bae) o GOSSIP system simulation system netlist format (-g gossip) o MAXASCII netlist format (-g maxascii) o VHDL-AMS netlist format (-g vams) o Futurenet2 netlist format (-g futurenet2) o SWITCAP switched capacitor simulator netlist format (-g switcap) o RF Cascade netlist format (-g cascade) o RACAL-REDAC netlist format (-g redac) o SystemC netlist backend (-g systemc) o Calay format netlist backend (-g calay) o Osmond format netlist backend (-g osmond) o Eagle netlist format (-g eagle) o Netlister for symbolic circuit analysis using Mathematica (-g mathematica) o LiquidPCB format netlist backend (-g liquidpcb) For more info on these formats please look at the README.* Please read the official documentation on how to use gnetlist, since this man page just describes the command line arguments and a few examples on how to run gnetlist. OPTIONS
gnelist accepts the following options: -q Quiet mode on. This mode turns off all warnings/notes/messages. (optional) -v Verbose mode on. This mode gives as much feedback to the user as possible. (optional) -g guile_procedure Specify the guile procedure which is executed to create the netlist. Use "-g help" to display a list of available backends. -o output_filename Specify the filename which will contain the netlist generated by gnetlist. If this option is not specified the default filename is "output.net". -l scheme_file Specify a filename which contains scheme code to be loaded and execute before any backend is loaded or any guile procedure (using -g flag) is executed. This flag can be specified multiple times and can be used to pass information to backends. -e, --embed Force embedding contents of .include file when using the spice-sdb backend. -O string Pass the given option to the specified backend. -m scheme_file Specify a filename which contains scheme code to be loaded and execute after the backend is loaded but still before any guile pro- cedure (using -g flag) is executed. This flag can be specified multiple times and can be used to pass information to backends. This flag, for example, allows the user to override variables inside of the backends (such as paths). -n, --nomunge Do not autocorrect the refdes attributes. Only applies to the spice-sdb backend. -c string Pass the specified string to the guile interpreter. This allows you to execute arbitrary guile scripts from the command line. Be sure to surround the string with either single or double quotes to satisfy your shell. The string is execute before any init or netlist backend scheme code is loaded or executed. -I, --include Put .INCLUDE <filename> in output file instead of model file's contents. -h, --help Print out short command line help. -i Interactive mode. After the schematic is read in and parsed then go into interactive mode. Interactive mode allows the user to execute guile procedures directly. -s Sort output netlist (for Gnucap) schematic1 [... schematicN] At least one schematic file must be specified. If multiple schematics are specified then they are sequentially read in and parsed with the assumption that they are all part of the same design. It is important that the schematic(s) follow all the options (ie last). EXAMPLES
These examples assume that you have a stack_1.sch in the current directory. gnetlist requires that at least one schematic to be specified on the command line: ./gnetlist stack_1.sch This is not very useful since it does not direct gnetlist to do anything. Specify a guile procedure name to get gnetlist to output a netlist: ./gnetlist -g geda stack_1.sch The netlist output will be written to a file called "output.net" in the current working directory. You can specify the output filename by using the -o flag: ./gnetlist -g geda stack_1.sch -o stack.netlist The spice backend is run against the schematic(s) if you specify -g spice and the tango backend is run if you specify -g tango. To interact with the guile interpreter: ./gnetlist -i stack_1.sch You will get a prompt where you can execute guile procedures. To get a more verbose feedback as to what gnetlist is doing run with the -v flag: ./gnetlist -v -g geda stack_1.sch ENVIRONMENT
gnetlist respects the following environment variable: GEDADATA Specifies where the various required scheme and rc files are located (the default is ${prefix}/share/gEDA). This environment vari- ables does not need to be set by the end user unless they are moving the executables to a new install ${prefix}. AUTHOR
Ales Hvezda and many others SEE ALSO
gschem(1), gsymcheck(1) COPYRIGHT
Copyright (C) 1999-2008 Ales Hvezda This document can be freely redistributed according to the terms of the GNU General Public License version 2.0. Version January 15th, 2011 gnetlist(1)
All times are GMT -4. The time now is 09:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy