Hi,
What I want to do is like this:
1) Read user login name
2) Pass this user login name to external program as parameter
3) Run the external program and wait for it completion
4) The external program will return either -1 or 0
5) If 0, continue login process else log off

Can kixtart script do this?