Monday, September 14, 2009

Sunday, September 13, 2009

Les Fontaines

Les Fontaines - One of the best places I have visited so far.


URL: http://www.les-fontaines.com/site/en/chateau-capgemini/chateau-capgemini.php


Thursday, September 10, 2009

Quick & Dirty way to make applications SSO enabled

This is the quick & dirty way to make applciations SSO enabled. Next thing,You can use Server Variable 'AUTH_USER' as primary key to access LDAP server & retrieve Details of user.




function authenticate(){
$username = $_SERVER['AUTH_USER']; // Server Variable AUTH_USER is the key of this code.
$auth_user = array('user1','user2','user4','user5');
/* Keep adding users to this array or call a function to create this array from a flat Text file.
Alternatively you can write a SQL to get authenticate user. */
$domain = 'mydomain\\';
foreach ($auth_user as $item){
if($username == $domain.$item) { return 1;} }
return 0;
}
if(!authenticate()){print "Access Denied"; exit();}

Tuesday, September 8, 2009

Fate it seems

I get into a fight which has nothing to do with me....which is called as Duniyadaari..
And I realise after one and half year...I am not getting benifitted from it.

That is the a frustration I am having right now. I believe one needs to be more popular than Sound at thoughts. People recognise one by his name & not what he has done.

Sick world....you can not trust anyone !!

Thursday, September 3, 2009

Waiting for a Good Hollywood Movie

For almost over a month I am just chewing on Animated movies from Hollywood.
I just watched KungFu Panda, Ratatouille, Madagascar 2...pretty good movies. I loved watching WAAL-E as well but what is happening to Hollywood?!!!! I am not excited about any film at all. Also I have not heard of any big release coming soon after The Terminator Salvation.
Oh...one movie which I missed ...Inglorious Bastards seems interesting...of course because of QT.
Nowadays Brad Pitt doesn't really excite me. :-)