Hello Ralf and thank you for your answer!
I am very glad the answer come from you, as I think you can help my with and advice. If u have a second, of course.
I use Ldap authentication method in EGW, where I have a site build with Sitemgr.
And I have my own applications with user and grup access rights, all of them independent from EGW. Until now I stored my users in a mysql database. Now I’d like to create a buffer between EGW and my app in oredr to use the Ldap auth from EGW and give access to certain people / grups to my own application.
I think I have to build a class which tells me who is the connected user and it’s group and modify my apps.
Can you advice?
phpgwapi/inc/common_functions.inc.php
But we dont want to use it anymore, in favor of:
require_once(EGW_API_INC.’/class.class_name.inc.php’); // for the API or
require_once(EGW_INCLUDE_ROOT.’/app/inc/class.class_name.inc.php’);
$var = new class_name;
Ralf
aodidi schrieb:
hi, I have a silly question. where is the body of CreateFunction, I can’t
seem to find it. thx
–
Ralf Becker
eGroupWare Training & Support ==> http://www.egroupware-support.de
Outdoor Unlimited Training GmbH [www.outdoor-training.de]
Handelsregister HRB Kaiserslautern 3587
Geschäftsführer Birgit und Ralf Becker
Leibnizstr. 17, 67663 Kaiserslautern, Germany
Telefon +49 (0)631 31657-0
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers
[/quote]