Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hallo,
my enterprise use windows 2008 server R2 active directory LDAP and service SMTP of windows server 2003.
my question is :
administration parameters is enough or should i make changes in php.ini ?
thank you.
administration parameters is enough or should i make changes in php.ini ?
All depneds on what you want to do.
To connect to LDAP for instance you will need php_ldap anabled : it is enabled by default on most php distribs, but you may ckeck.
Verify all prerequisites as described on website : http://www.projeqtor.org/en/product-en/technical-en/64-setup-en/412-product-prerequisites-en
You can check your php setup with phpinfo() command : just create a php file (info.php for instace) including :
and call it from web browser.