Search found 9 matches

by rybal06
Fri Jun 17, 2011 4:34 pm
Forum: General discussions
Topic: What's the Best Practice to backup database periodically?
Replies: 3
Views: 4323

Re: What's the Best Practice to backup database periodically

I have two ubuntu servers set up as virtual machines hosting my faq instance, as well as 2 other open source cms projects. I have a script which runs nightly to sync the contents and databases between both systems. I have .sh scripts which are scheduled on the production and the failover servers whi...
by rybal06
Fri Jun 17, 2011 4:29 pm
Forum: Proposals
Topic: LDAP,AD Einschränkung auf Gruppen
Replies: 37
Views: 53950

Re: LDAP,AD Einschränkung auf Gruppen

All is working well.

Thanks!
by rybal06
Fri Jun 17, 2011 3:53 am
Forum: Proposals
Topic: LDAP,AD Einschränkung auf Gruppen
Replies: 37
Views: 53950

Re: LDAP,AD Einschränkung auf Gruppen

I apologize! I found a simple syntax error, I had ou= where I needed cn= in my ldap group definition. I am using the ldap.php from the 2.7 git link you sent earlier. Thanks for your quick assistance, your product works well, and my organization is very close to adopting this, and we are excited for ...
by rybal06
Thu Jun 16, 2011 8:55 pm
Forum: Proposals
Topic: LDAP,AD Einschränkung auf Gruppen
Replies: 37
Views: 53950

Re: LDAP,AD Einschränkung auf Gruppen

Thanks for the suggestion Thorsten, I greatly appreciate it! I replaced my Ldap.php with the file from the link, and I am still having trouble using the ldap group authentication with AD. The printed errors are the same as before. It is entirely possible I am missing something simple to make this wo...
by rybal06
Thu Jun 16, 2011 3:49 pm
Forum: Proposals
Topic: LDAP,AD Einschränkung auf Gruppen
Replies: 37
Views: 53950

Re: LDAP,AD Einschränkung auf Gruppen

Thorsten wrote:Hi,

from which branch did you fetched the code?

bye
Thorsten
From this link: https://github.com/thorsten/phpMyFAQ/co ... 9c585712ad

Is their a newer version?
by rybal06
Mon Jun 13, 2011 7:33 pm
Forum: Proposals
Topic: LDAP,AD Einschränkung auf Gruppen
Replies: 37
Views: 53950

Re: LDAP,AD Einschränkung auf Gruppen

Thanks for the alternate php code. It is acting the same as the code from git, it does not allow any users to log in. When I set the ldap use memberOf to false, every user can log in as expected. Here is what I have added to constants_ldap.php: $PMF_LDAP['ldap_use_memberOf'] = true; $PMF_LDAP['ldap_...
by rybal06
Wed Mar 09, 2011 7:02 pm
Forum: Proposals
Topic: LDAP,AD Einschränkung auf Gruppen
Replies: 37
Views: 53950

Re: LDAP,AD Einschränkung auf Gruppen

EBUG INFORMATION: /var/www/myfaq/inc/Init.php: PMF_Configuration->getAll() in line 106: SELECT config_name, config_value FROM faqconfig /var/www/myfaq/inc/PMF_User/CurrentUser.php: PMF_Auth_AuthDb->checkLogin() in line 155: SELECT login FROM faquserlogin WHERE login = 'test1' /var/www/myfaq/inc/Logg...
by rybal06
Wed Mar 09, 2011 6:17 pm
Forum: General discussions
Topic: links to images
Replies: 3
Views: 3445

links to images

the TinyMCE rich text editor inserts links to images with the full path, i.e. http://octavius.smumn.edu/myfaq/images/storage/IMG_0019.PNG Is it possible to use the variable "Base URL for link verification" on the configuration page, so that one could change the dns name of the website with...
by rybal06
Wed Mar 09, 2011 6:03 pm
Forum: Proposals
Topic: LDAP,AD Einschränkung auf Gruppen
Replies: 37
Views: 53950

Re: LDAP,AD Einschränkung auf Gruppen

I am currently evaluating this software for use at a University IT HelpDesk. So far I really like it, but I was not able to get the ldap group filter to work. I am running 2.6.14, on php5, mysql, ubuntu 10.10. When I set ['ldap_use_memberOf'] = true, the message "User or password not valid.&quo...