RE: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help needed

2012-10-30 Thread Hugo Trippaers
October 30, 2012 7:24 PM > To: cloudstack-dev@incubator.apache.org > Subject: RE: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help > needed > > Chiradeep, > > I take it back, > > Just looked at what Hugo proposed on commits, if we use SHA256 vs MD5 - it > wi

RE: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help needed

2012-10-30 Thread Musayev, Ilya
: cloudstack-dev@incubator.apache.org Subject: RE: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help needed Chiradeep, If we have a failback mechanism I mentioned earlier - it should not. Regards Ilya -Original Message- From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com

RE: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help needed

2012-10-30 Thread Musayev, Ilya
ld be enough. > >Hope this helps a bit. > >Cheers, > >Hugo > >> -Original Message- >> From: Abhinandan Prateek [mailto:abhinandan.prat...@citrix.com] >> Sent: Tuesday, October 30, 2012 5:33 AM >> To: cloudstack-dev@incubator.apache.org >> Subject: R

RE: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help needed

2012-10-30 Thread Musayev, Ilya
assword - as a safety measure when LDAP is down. Thoughts? -ilya -Original Message- From: Hugo Trippaers [mailto:htrippa...@schubergphilis.com] Sent: Tuesday, October 30, 2012 8:26 AM To: cloudstack-dev@incubator.apache.org Subject: RE: [REVIEW] MS LDAP Auth patch - UI CSS and Architectu

RE: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help needed

2012-10-30 Thread Musayev, Ilya
own. Thoughts? -ilya -Original Message- From: Hugo Trippaers [mailto:htrippa...@schubergphilis.com] Sent: Tuesday, October 30, 2012 8:26 AM To: cloudstack-dev@incubator.apache.org Subject: RE: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help needed Heya, I just pushed some

Re: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help needed

2012-10-30 Thread Chiradeep Vittal
helps a bit. > >Cheers, > >Hugo > >> -Original Message- >> From: Abhinandan Prateek [mailto:abhinandan.prat...@citrix.com] >> Sent: Tuesday, October 30, 2012 5:33 AM >> To: cloudstack-dev@incubator.apache.org >> Subject: Re: [REVIEW] MS LDAP Auth patch - UI C

RE: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help needed

2012-10-30 Thread Hugo Trippaers
or.apache.org > Subject: Re: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help > needed > > Ilya, > Yes that is correct. We need to first disable the md5 encryption being done > by javascript. There is a variable (md5Hashed/md5HashedLogin) setting in > javascript tha

Re: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help needed

2012-10-29 Thread Abhinandan Prateek
cause javascript overrides the password when >user pressed submit. > >Regards >ilya > > >If we don't > >-----Original Message- >From: Abhinandan Prateek [mailto:abhinandan.prat...@citrix.com] >Sent: Monday, October 29, 2012 1:02 AM >To: cloudstack-dev@

RE: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help needed

2012-10-29 Thread Musayev, Ilya
ailto:abhinandan.prat...@citrix.com] Sent: Monday, October 29, 2012 1:02 AM To: cloudstack-dev@incubator.apache.org Subject: Re: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help needed The javascipt encodes the password. We need to disable the encoding even for regular login. In compo

Re: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help needed

2012-10-28 Thread Abhinandan Prateek
@incubator.apache.org >Subject: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help needed > >Below is a proof of concept code to get the Microsoft Active Directory >LDAP Authentication to work with CS3 and CS4. I've been using it in my >environment - so its tested and wor

RE: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help needed

2012-10-28 Thread Musayev, Ilya
No takers :( ? I guess most people don't run evil empire AD. -Original Message- From: Musayev, Ilya [mailto:imusa...@webmd.net] Sent: Friday, October 26, 2012 3:46 PM To: cloudstack-dev@incubator.apache.org Subject: [REVIEW] MS LDAP Auth patch - UI CSS and Architecture help n

[REVIEW] MS LDAP Auth patch - UI CSS and Architecture help needed

2012-10-26 Thread Musayev, Ilya
Below is a proof of concept code to get the Microsoft Active Directory LDAP Authentication to work with CS3 and CS4. I've been using it in my environment - so its tested and works well. Problem Description: When user enter password in login page, the password is encrypted via MD