Fernando Soares-2 wrote:
>
> I will try security.xml first...
> Look for Acegy security
> ballistic_realm wrote:
>> Hi . I want to ask something again :-D.
>>
>> I tried to deploy the roller 4.0 from the source code. I downloaded the
>> code
>> ( roller 4.0 , not checking out from svn ). After a few missing jars , i
>> finally able to make it working
>>
>> Now my question is that if i want to change the code where user is
>> authenticated when login , where can i do that ? I have been searching
>> for
>> the file but i cant find where is it exactly.
>>
>> The reason i want to do this is that i want to change the code to do http
>> post to certain url and read the
>> result ( actually i have to authenticate against LDAP but i am not
>> allowed
>> to connect to LDAP directly, so i have to programatically use HTTP post
>> to
>> submit the login form and parse the HTML result ).
>>
>> any help is very appreciated
>>
>> regards
>>
>> Hendra
>>
>
>
> --
> [EMAIL PROTECTED]
> Media Capital Telecomunicações
>
> “Failure is not an option:
> it comes with the software!”
>
>
>
>
>
Hi Fernando.
thanks for the reply. I look into security.xml and read a little about acegi
security since i am not familiar with this.
Thus i come out with trying to putting some code in the
RollerUserDetailsService to add another username password validation by
submitting form to the client LDAP login page before returning the
org.acegisecurity.userdetails.User. But the problem is from the
RollerUserDetailsService , i cannot get the password which is typed by user
from the login form. May i know where i can acces the typed password. I
track the related class but i cant access it
btw, am i being reasonable by doing this ?
thanks
Hendra
--
View this message in context:
http://www.nabble.com/Changing-the-Roller-user-authentication-part-tp16321411s12275p16346608.html
Sent from the Roller - User mailing list archive at Nabble.com.