-
This feature request is also in the debian BTS, it would be nice in the next release.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485824.
2008-07-27 09:22:37 UTC in RoxTerm
-
done
File Added: signon.auth.lib.php.diff.
2007-05-07 10:05:36 UTC in phpMyAdmin
-
Hi,
This little patch is used with 'auth_type=signon', you can specify the host in a session from your app as the username and the user password.
Actually the single signon works only for a static host.
http://sourceforge.net/tracker/index.php?func=detail&aid=1545366&group_id=23067&atid=377410
Please accept this patch :)
Kind Regards,
2007-05-04 05:35:40 UTC in phpMyAdmin
-
It's a wishlist in debian BTS, please see:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400631.
2007-01-15 11:42:43 UTC in Gnome SSH Tunnel Manager
-
It's a wishlist in debian BTS, please see:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400629.
2007-01-15 11:41:00 UTC in Gnome SSH Tunnel Manager
-
This patch corrects typos in xdiskusage.1 .
2006-08-28 19:15:15 UTC in xdiskusage
-
This is a patch from Debian bug tracking system:
Subject: FTBFS (amd64/gcc-4.0): cast from 'void*' to
'int' loses precision
http://bugs.debian.org/297845.
2006-08-28 19:08:01 UTC in xdiskusage
-
Logged In: YES
user_id=1358602
Hi,
You may patch the source with ;)
http://randrianiriana.org/debian/xdiskusage/patches/amd64-gcc4.patch.
2006-08-27 17:20:54 UTC in xdiskusage
-
Logged In: YES
user_id=1358602
Cool, it works but I changed a little thing:
unset($_SESSION['PMA_single_signon_user']);
unset($_SESSION['PMA_single_signon_password']);
to
$PHP_AUTH_USER = '';
$PHP_AUTH_PW = '';
We don't modify my app session because if the client want to
back to pma, he couldn't.
I'll delete it in my app when he loggout.
Thank you for your job :)
Could you...
2006-08-24 12:01:22 UTC in phpMyAdmin
-
Logged In: YES
user_id=1358602
Yes, the logout action will delete the credentials from
'PhpMyAdmin' session and the client can change can log with
an another pma/mysql user.
2006-08-24 09:36:19 UTC in phpMyAdmin