First Commit - Source Code from Reply
This commit is contained in:
14
dbcmnpsrc/GW/mnpapp/script/change_pwd.sh
Normal file
14
dbcmnpsrc/GW/mnpapp/script/change_pwd.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/ksh
|
||||
|
||||
###########################################################
|
||||
# Progetto: Gateway MNP
|
||||
# Script: change_pwd
|
||||
# Descrizione: Applicazione per modificare una password criptata in un file di properties
|
||||
#
|
||||
###########################################################
|
||||
|
||||
THIS_PATH=`dirname $0`
|
||||
. $THIS_PATH/setEnv.sh
|
||||
|
||||
adesso=$(date)
|
||||
$THIS_PATH/javaExec_unix.sh it.valueteam.securityutility.ChangePassword $1 $2
|
||||
Reference in New Issue
Block a user