PDA

View Full Version : how to deceiving or clearing dotproject login to use one from another application?


Carlos
02-06-05, 03:04 AM
I need to use a login from other application, so i need to strip or deceive the dotproject login so he belive the user is idintifed.

What can i do?, what are the necesaries fields to validate an user?

sorry for my englis, im spanish

caseydk
03-06-05, 06:04 AM
If you login once and then set the "Session Idle Time" and "Session Maximum Lifetime" to something very large, you won't have to log in again from that machine.

Carlos
04-06-05, 02:04 AM
i dont want to login anytime in the dotproject.

I want to login in other web aplication (horde, www.horde.org) and pass the sessions or trim the login code, so the dotproject let the horde user to use it.

Thanks for your interest.

pedroa
04-06-05, 03:32 AM
See

http://www.dotproject.net/vbulletin/showthread.php?t=2354

Pedro A.

Carlos
06-06-05, 07:08 PM
thanks, i think that with that, and duplicating the tables (one for horde users and other for dotproject users) i could do a Single SingOn in all applications.

Carlos
13-06-05, 09:03 PM
I try to do it, but, i have a problem, i add an user to the "users", but how i add a role so he could enter in the application.

I search through the tables, but i dont understand how they work. i also search some info about the data structure, but i dont find anything.

pedroa
13-06-05, 11:34 PM
Go to user admin., select your Guest user, go to its Roles tab, add the according role.

Pedro A.

bogshot
14-06-05, 03:31 AM
Any updates on this? Did it work?

Thanks!

Carlos
15-06-05, 01:06 AM
im success in the login, but when you del the user from the horde, you dont trash the scumm of that users, im working on it.

Also to login for first time, you need that an admin gives you the roles you need.