Search found 5 matches

by bakrone
Thu Jun 16, 2005 2:49 pm
Forum: General discussions
Topic: LDAP & User Authentication
Replies: 7
Views: 10639

Yea, I would add a variable to the dataldap.php file that we can set for our "search" parameter. Usually for an Active Directory setup you would search on samaccountname but people might want to search on other criteria.
by bakrone
Wed Jun 15, 2005 7:08 pm
Forum: General discussions
Topic: WYSIWYG Only in Admin backend??
Replies: 4
Views: 8841

WYSIWYG Only in Admin backend??

Am I missing something here? I only seem to have access to the WYSIWYG in the admin backend area and not on the main add pages. I'd like to be able to have the users do their own image management especially.

Thanks!


ps great program, the more I start to get into it the more I like it!
by bakrone
Wed Jun 15, 2005 4:30 pm
Forum: General discussions
Topic: LDAP & User Authentication
Replies: 7
Views: 10639

Here's what I did to solve my problem.

I created an .htaccess file that auths to my Active Directory, unfortunately everyone has to authenticate even to view the files but I guess if I have to have that for now I do.

But I also had to make changes to inc/ldap.php

I changed the search strings in ...
by bakrone
Wed Jun 15, 2005 3:38 pm
Forum: General discussions
Topic: LDAP & User Authentication
Replies: 7
Views: 10639



Warning: ldap_get_values(): supplied argument is not a valid ldap result entry resource in /www/ithd.current.inet/html/phpmyfaq/inc/ldap.php on line 91

Warning: ldap_get_values(): supplied argument is not a valid ldap result entry resource in /www/ithd.current.inet/html/phpmyfaq/inc/ldap.php on ...
by bakrone
Wed Jun 15, 2005 2:47 pm
Forum: General discussions
Topic: LDAP & User Authentication
Replies: 7
Views: 10639

LDAP & User Authentication

hello all, just installed 1.5 rc4 and I am trying to get LDAP to work. I need to be able to make it so that you can browse the FAQ non-authenticated but have to authenticate to ask a question or post a new entry.

I have an Active Directory environment and would like to use that so that the form is ...