|
T
|
thesofa 4/17/2007 |
|
What sort of user authentication do you want, you can include the values in the application, or you can use a table in the Application's databse or another table outside of the applications database, or you can try to get LDAP authentication working with Active directory? |
|
|
L
|
larsonsc author 4/17/2007 |
|
I'm thinking I will be best served with setting up a new table to handle the user authentication as we do not have any solution for LDAP available. |
|
|
T
|
thesofa 4/17/2007 |
|
Is it a totally non-windows network? |
|
|
L
|
larsonsc author 4/17/2007 |
|
It is a single Linux based web server that I do not have root access to. |
|
|
T
|
thesofa 4/17/2007 |
|
In that case I suggest you use the option to have a seperate table of users, if you search for MD5 in this forum, you will find posts about how to hash the passwords too.. |
|
|
L
|
larsonsc author 4/17/2007 |
|
OK, thanks thesofa I'll look around and see what I can track down. |
|