Re: auth decideded to have a spazz?
This is my modified my_authd, do not change its name from my_authd.
You will have to change your username and password in etc/table.xml and build/table.xml
However I suspect your authd.file may be wrong?
Code:
#!/bin/sh
cd /PWServer/my_authd/build
while true; do
java -cp ../lib/mysql-connector-java-5.0.8-bin.jar:../lib/jio.jar:../lib/application.jar:../lib/commons-collections-3.1.jar:../lib/commons-dbcp-1.2.1.jar:../lib/commons-pool-1.2.jar:../lib/commons-logging-1.0.4.jar:../lib/log4j-1.2.9.jar:.:$CLASSPATH authd /etc/table.xml
sleep 2
done
Line 2 denotes the path
cd /PWServer/my_authd/build
you could change /my_authd to authd, as you have named the folder, if you wish to not use mine.
Re: auth decideded to have a spazz?
dude you are the best man that worked like a charm thank you able to create accounts using that sql and with the my_authd