Yes, users from the AD now can login and access all free categorys.
But they didnt show up under user management!? Can rights added to users from ldap?
Search found 15 matches
- Fri Oct 14, 2011 11:36 am
- Forum: General discussions
- Topic: LDAP phpMyFAQ 2.7.0-RC and Windows 2000 AD
- Replies: 15
- Views: 14932
- Fri Oct 14, 2011 11:15 am
- Forum: General discussions
- Topic: LDAP phpMyFAQ 2.7.0-RC and Windows 2000 AD
- Replies: 15
- Views: 14932
Re: LDAP phpMyFAQ 2.7.0-RC and Windows 2000 AD
After try and error i find this solution: http://www.php.net/manual/de/function.l ... .php#96660
- Fri Oct 14, 2011 7:35 am
- Forum: General discussions
- Topic: LDAP phpMyFAQ 2.7.0-RC and Windows 2000 AD
- Replies: 15
- Views: 14932
Re: LDAP phpMyFAQ 2.7.0-RC and Windows 2000 AD
Hi,
i tried to get more detailled error message from a snipplet:
<?php
define(LDAP_OPT_DIAGNOSTIC_MESSAGE, 0x0032)
$handle = ldap_connect('ldap://active.directory.server/');
$bind = ldap_bind($handle, 'user', 'expiredpass');
if ($bind) {
if (ldap_get_option($handle, LDAP_OPT_DIAGNOSTIC ...
i tried to get more detailled error message from a snipplet:
<?php
define(LDAP_OPT_DIAGNOSTIC_MESSAGE, 0x0032)
$handle = ldap_connect('ldap://active.directory.server/');
$bind = ldap_bind($handle, 'user', 'expiredpass');
if ($bind) {
if (ldap_get_option($handle, LDAP_OPT_DIAGNOSTIC ...
- Fri Oct 14, 2011 7:20 am
- Forum: General discussions
- Topic: LDAP phpMyFAQ 2.7.0-RC and Windows 2000 AD
- Replies: 15
- Views: 14932
Re: LDAP phpMyFAQ 2.7.0-RC and Windows 2000 AD
Hi,
the credentials in config/ldap.php are correct, i using this credentials in other software and its working.
I tried to set LDAP_OPT_PROTOCOL_VERSION = 2 and SASL = true but same errors.
With ldap-browser i see on win200 samAccountName is written sAMAccountName, i changed it but seems not to ...
the credentials in config/ldap.php are correct, i using this credentials in other software and its working.
I tried to set LDAP_OPT_PROTOCOL_VERSION = 2 and SASL = true but same errors.
With ldap-browser i see on win200 samAccountName is written sAMAccountName, i changed it but seems not to ...
- Thu Oct 13, 2011 10:02 am
- Forum: General discussions
- Topic: LDAP phpMyFAQ 2.7.0-RC and Windows 2000 AD
- Replies: 15
- Views: 14932
Re: LDAP phpMyFAQ 2.7.0-RC and Windows 2000 AD
Hi,
i have installed it (php5-ldap) and reboot the machine.
I got now an error that binding is not possible. I checked credentials, they are ok and working for example from an ldap-browser.
phpMyFAQ warning [2]: ldap_bind(): Unable to bind to server: Invalid credentials in /var/www/test/inc/Ldap ...
i have installed it (php5-ldap) and reboot the machine.
I got now an error that binding is not possible. I checked credentials, they are ok and working for example from an ldap-browser.
phpMyFAQ warning [2]: ldap_bind(): Unable to bind to server: Invalid credentials in /var/www/test/inc/Ldap ...
- Tue Oct 11, 2011 1:50 pm
- Forum: General discussions
- Topic: LDAP phpMyFAQ 2.7.0-RC and Windows 2000 AD
- Replies: 15
- Views: 14932
Re: LDAP phpMyFAQ 2.7.0-RC and Windows 2000 AD
Hi,
the version is:
greets
the version is:
Code: Select all
administrator@ubuntu:~$ php -version
PHP 5.3.5-1ubuntu7.2 with Suhosin-Patch (cli) (built: May 2 2011 23:18:30)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
- Tue Oct 11, 2011 12:29 pm
- Forum: General discussions
- Topic: LDAP phpMyFAQ 2.7.0-RC and Windows 2000 AD
- Replies: 15
- Views: 14932
Re: LDAP phpMyFAQ 2.7.0-RC and Windows 2000 AD
Hi Thorsten,
i got following debug messages:
phpMyFAQ notice [8]: Use of undefined constant LDAP_OPT_PROTOCOL_VERSION - assumed 'LDAP_OPT_PROTOCOL_VERSION' in /var/www/test/config/constants_ldap.php on line 41
phpMyFAQ notice [8]: Use of undefined constant LDAP_OPT_REFERRALS - assumed 'LDAP_OPT ...
i got following debug messages:
phpMyFAQ notice [8]: Use of undefined constant LDAP_OPT_PROTOCOL_VERSION - assumed 'LDAP_OPT_PROTOCOL_VERSION' in /var/www/test/config/constants_ldap.php on line 41
phpMyFAQ notice [8]: Use of undefined constant LDAP_OPT_REFERRALS - assumed 'LDAP_OPT ...
- Tue Oct 11, 2011 11:18 am
- Forum: General discussions
- Topic: LDAP phpMyFAQ 2.7.0-RC and Windows 2000 AD
- Replies: 15
- Views: 14932
LDAP phpMyFAQ 2.7.0-RC and Windows 2000 AD
Hello,
i try to turn on ldap support and edited the ldap.php and turned on the ldap-option.
Now i cant login anymore, i only get a blank screen with url: ".../admin/index.php"
It is obsolent what i type into login information, no errors, just a blank screen.
There are no errors in the /var/logs ...
i try to turn on ldap support and edited the ldap.php and turned on the ldap-option.
Now i cant login anymore, i only get a blank screen with url: ".../admin/index.php"
It is obsolent what i type into login information, no errors, just a blank screen.
There are no errors in the /var/logs ...
- Fri Sep 23, 2011 10:11 am
- Forum: Bug reports
- Topic: Login-Error phpMyFAQ 2.7.0-RC
- Replies: 3
- Views: 4593
Re: Login-Error phpMyFAQ 2.7.0-RC
Hi, yes then it works.
Thanks.
Somebody should correct upgrade-instructions:
3.c. Upgrading from phpMyFAQ 2.6.x
Upgrading from 2.6.x to 2.7.x is fairly simple. Via FTP copy all new files from the phpMyFAQ package except :
all files in the directory config/
all files in the directory template ...
Thanks.
Somebody should correct upgrade-instructions:
3.c. Upgrading from phpMyFAQ 2.6.x
Upgrading from 2.6.x to 2.7.x is fairly simple. Via FTP copy all new files from the phpMyFAQ package except :
all files in the directory config/
all files in the directory template ...
- Thu Sep 22, 2011 12:57 pm
- Forum: Bug reports
- Topic: Login-Error phpMyFAQ 2.7.0-RC
- Replies: 3
- Views: 4593
Login-Error phpMyFAQ 2.7.0-RC
Hello,
i updated from 2.6 to phpMyFAQ 2.7.0-RC and after setting secure option i cant login anymore. If i try i get:
Error: Cannot open the file template/default/indexLogin.tpl.
How can i slove this?
greets
Rigoletto
i updated from 2.6 to phpMyFAQ 2.7.0-RC and after setting secure option i cant login anymore. If i try i get:
Error: Cannot open the file template/default/indexLogin.tpl.
How can i slove this?
greets
Rigoletto
- Tue Jun 21, 2011 2:55 pm
- Forum: General discussions
- Topic: Is there a layout for "export to pdf"?
- Replies: 1
- Views: 2641
Is there a layout for "export to pdf"?
Hello,
is there a layout for "export to pdf" which we can change.
Would be nice to have the faq´s sorted like category, sub-category, faq, with a top letter or bold header if a new category begins.
offtopic: A index in further versions with would be nice.
greets
Rigoletto
is there a layout for "export to pdf" which we can change.
Would be nice to have the faq´s sorted like category, sub-category, faq, with a top letter or bold header if a new category begins.
offtopic: A index in further versions with would be nice.
greets
Rigoletto
- Mon Jun 20, 2011 11:50 am
- Forum: General discussions
- Topic: "Ask question" works but gives message invalid mail adress
- Replies: 3
- Views: 3563
Re: "Ask question" works but gives message invalid mail adre
This error occurs if sendmail is missing. After installing it works without error message.
- Mon Jun 20, 2011 10:16 am
- Forum: General discussions
- Topic: "Ask question" works but gives message invalid mail adress
- Replies: 3
- Views: 3563
Re: "Ask question" works but gives message invalid mail adre
No, it is the stable version:
System Information
phpMyFAQ Version
phpMyFAQ 2.6.17
Server Software
Apache/2.2.16 (Ubuntu)
PHP Version
PHP 5.3.3-1ubuntu9.5
Register Globals
off
Safe Mode
off
Open Basedir
off
Database Server
Mysql
Database Client Version
5.1.49
Database Server Version
5.1.49 ...
System Information
phpMyFAQ Version
phpMyFAQ 2.6.17
Server Software
Apache/2.2.16 (Ubuntu)
PHP Version
PHP 5.3.3-1ubuntu9.5
Register Globals
off
Safe Mode
off
Open Basedir
off
Database Server
Mysql
Database Client Version
5.1.49
Database Server Version
5.1.49 ...
- Mon Jun 20, 2011 9:42 am
- Forum: General discussions
- Topic: "Ask question" works but gives message invalid mail adress
- Replies: 3
- Views: 3563
"Ask question" works but gives message invalid mail adress
Hi,
i have problems with question. I can post a question but after submit i get a message thats the mail adress is invalid. The question is still posted and appears under "open question" but if i click on the mail adresse i got: xxxxxx_AT_yyyyyy_DOT
I think thats causes the invalid mail adress ...
i have problems with question. I can post a question but after submit i get a message thats the mail adress is invalid. The question is still posted and appears under "open question" but if i click on the mail adresse i got: xxxxxx_AT_yyyyyy_DOT
I think thats causes the invalid mail adress ...
- Mon Jun 20, 2011 8:22 am
- Forum: General discussions
- Topic: Reload of page clears all input!?
- Replies: 2
- Views: 3173
Reload of page clears all input!?
Hallo,
i have make a install of phpmyfaq for testing. Nice, specially the option to print all category to pdf :)
But it is very annoing if you write a new faq or question and something goes wrong all input is lost.
For exampe you forget to mark a category.
Is there a way i can prevent this ...
i have make a install of phpmyfaq for testing. Nice, specially the option to print all category to pdf :)
But it is very annoing if you write a new faq or question and something goes wrong all input is lost.
For exampe you forget to mark a category.
Is there a way i can prevent this ...