[racktables-users] Re: Problems with ldap_set_options

  • From: Denis Ovsienko <infrastation@xxxxxxxxx>
  • To: racktables-users@xxxxxxxxxxxxx
  • Date: Wed, 01 Sep 2010 11:15:04 +0400

>   'options' => array
>   (
>     'LDAP_OPT_PROTOCOL_VERSION' => 3,
>     'LDAP_OPT_REFERRALS' => 0
>   ),

It should work better this way, I guess:

'options' => array
(
LDAP_OPT_PROTOCOL_VERSION => 3,
LDAP_OPT_REFERRALS => 0
),

--
Denis Ovsienko

Other related posts: