maxhavelaar
5th June 2003, 10:50
We are on Baan IVc4 on unix. We migrate our users from using ASCII to the GUI. In our unix login script in ASCII we have a menu option in which users can change their password.

In the GUI the only way let a user change his/er own password is by "start programmes" ksh & external program; start a shell and use the unix password command.

The thing is, we dont want our users to be able to start a shell.

Does anyone see any other options of letting users change their own password; preferbly within baan

regards

Max

mschreiner
5th June 2003, 11:18
Add an entry to a menu

type: shell script
sess: passwd
Label: Change Password

olabas
5th June 2003, 14:37
We are using HP-UX. To make it run we add an entry like this:

Menu Field Type:Shell program
Ses/Men/Pr/Quer: whoami
Prcess Info: |xargs passwd

NPRao
5th June 2003, 20:40
Max,

Refer to the links-

How to call external program thru BaaN? (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=4553&highlight=password)

ttstpwdchange (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=8674&highlight=password)

Password protection (http://) http://www.baanboard.com/baanboard/showthread.php?s=&threadid=7830&highlight=password

maxhavelaar
10th June 2003, 14:31
mschreiners solution works perfectly on our sun solaris system!
thx!

regards

Max:cool: