Search found 10 matches

by ztkirby
Thu Nov 13, 2008 3:16 pm
Forum: [3.0.x] MOD Requests
Topic: Username and LDAP (Alternative Username)
Replies: 20
Views: 29433

Re: Username and LDAP (Alternative Username)

File:- /includes/auth/auth_ldap.php Original $search = @ldap_search( $ldap, $config['ldap_base_dn'], ldap_user_filter($username), (empty($config['ldap_email'])) ? array($config['ldap_uid']) : array($config['ldap_uid'], $config['ldap_email']), 0, 1 ); Changed To: $search = @ldap_search( $ldap, $conf...
by ztkirby
Tue Sep 23, 2008 2:47 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Need to check for HTTP_X_FORWARDED_HOST
Replies: 14
Views: 3336

Re: Need to check for HTTP_X_FORWARDED_HOST

That seems to have done the trick. Thank you so much!
by ztkirby
Tue Sep 16, 2008 3:18 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Need to check for HTTP_X_FORWARDED_HOST
Replies: 14
Views: 3336

Re: Need to check for HTTP_X_FORWARDED_HOST

Hmmm. Still has the port in the URL. Actually, it worked one time, but then it reverted to adding the port in the url. I've cleared my cache and deleted all the cookies, but it's still there. Looking at the code in the includes/session.php file, just after the code referenced earlier there is this l...
by ztkirby
Mon Sep 15, 2008 8:25 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Need to check for HTTP_X_FORWARDED_HOST
Replies: 14
Views: 3336

Re: Need to check for HTTP_X_FORWARDED_HOST

That almost does it. The only problem is that the port of 40080 is tacked on to the end of the domain name, and that port isn't available. Is there a way around that?
by ztkirby
Thu Sep 11, 2008 8:05 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Need to check for HTTP_X_FORWARDED_HOST
Replies: 14
Views: 3336

Re: Admin panel IP address problem

That's exactly where I got the code from. PHPBB3.0.2 standard install. I need for the code to check for the HTTP_X_FORWARDED_HOST and use that if it's available. If it's not, it can default to the HTTP_HOST.
by ztkirby
Thu Sep 11, 2008 7:45 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Need to check for HTTP_X_FORWARDED_HOST
Replies: 14
Views: 3336

Re: Admin panel IP address problem

It is my understanding that FORWARD_FOR is for client side while FORWARDED_HOST is server side. Our proxy forwards on the server side.
by ztkirby
Thu Sep 11, 2008 7:16 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Need to check for HTTP_X_FORWARDED_HOST
Replies: 14
Views: 3336

Need to check for HTTP_X_FORWARDED_HOST

I've installed PHPBB3 on an intranet. The intranet uses a proxy. This is a problem because of the IP address of the server. When I log in to the admin panel, for example, the redirect takes me to an IP address that is forbidden. PHPBB uses HTTP_HOST instead of HTTP_X_FORWARDED_HOST to determine the ...
by ztkirby
Fri Apr 04, 2008 4:13 pm
Forum: 2.0.x Support Forum
Topic: Display time incorrect for logged in user
Replies: 4
Views: 211

Re: Display time incorrect for logged in user

Brilliant. The guy before me removed the time zone control from the profile template. Problem solved. Thanks for the quick reply!
by ztkirby
Fri Apr 04, 2008 4:02 pm
Forum: 2.0.x Support Forum
Topic: Display time incorrect for logged in user
Replies: 4
Views: 211

Display time incorrect for logged in user

I have what I believe to be a unique problem. The displayed time for logged in users is incorrect, regardless of what I set the system time zone. It seems to be using a time for logged in users that is completely independent of the system time zone. I've verified this for a number of users on differ...

Go to advanced search