FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Plugins and Code Hacks » LDAP with SSL support (LDAPS)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: LDAP with SSL support (LDAPS) [message #168672 is a reply to message #168670] Thu, 27 June 2013 14:13 Go to previous messageGo to previous message
Argure is currently offline  Argure   Netherlands
Messages: 4
Registered: June 2013
Location: Leiden
Karma:
Junior Member

Mainly:

ldap.plugin 37:41
		if ($ini['LDAP_SSL'] == "1") {
			$connection = ldap_connect("ldaps://" . $ini['LDAP_HOST'] . ":" . $ini['LDAP_PORT']);
		} else {
			$connection = ldap_connect($ini['LDAP_HOST'], $ini['LDAP_PORT']);
		}


ldap.plugin 168:170
<p>Use LDAP+SSL (LDAPS):<br />
<label><input type="radio" name="LDAP_SSL" value="1" <?php echo $ini['LDAP_SSL'] ? 'checked="checked"' : '' ?> /> True<br /></label>
<label><input type="radio" name="LDAP_SSL" value=""  <?php echo $ini['LDAP_SSL'] ? '' : 'checked="checked"' ?> /> False</label></p>


ldap.ini 5
  'LDAP_SSL' => '1',
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Adding another moderation type
Next Topic: fudforum debugging output >>File
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Dec 05 02:41:31 GMT 2024

Total time taken to generate the page: 0.03571 seconds