<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<div class="moz-cite-prefix">On 24/01/2013 20:30, Rob Dunn wrote:<br>
</div>
<blockquote cite="mid:510199FE.8060604@gmail.com" type="cite">Ok,
I've just done a clean installation of Zendto 4.08 on Ubuntu
64-bit (version 12.10). I'm getting the following error after
I've configured my AD authentication in the preferences.php file.
<br>
<br>
This error occurs after I attempt to log into Zendto as a user:
<br>
<br>
Warning: Illegal string offset 'count' in
/opt/zendto/lib/NSSADAuthenticator.php on line 445 (this is
repeated a LOT after the login, then it is capped with the
following)
<br>
</blockquote>
That's a harmless warning. Adjust the "error_reporting" setting in
your /etc/php5/cli/php.ini and /etc/php5/apache2/php.ini so it
includes "& ~E_NOTICE".<br>
<blockquote cite="mid:510199FE.8060604@gmail.com" type="cite">Warning:
Cannot modify header information - headers already sent by (output
started at /opt/zendto/lib/NSSADAuthenticator.php:445) in
/opt/zendto/lib/NSSDropbox.php on line 245
<br>
<br>
It goes without saying the login is not really processed. I've
used the same settings that I used for my 32-bit installation,
which is still going strong. Not sure where to look.
<br>
<br>
Here's my AD authentication settings (so far the only settings
I've modified) - I've changed the text, but I've left the special
characters in the bindpass1 and binduser1 variables, just in case
it is important:
<br>
<br>
'authenticator' => 'AD',
<br>
'authLDAPBaseDN1' => 'ou=departments,ou=domain
users,dc=mydomain,dc=com',
<br>
'authLDAPServers1' =>
array('192.168.0.11','192.168.0.253','192.168.11.11'),
<br>
'authLDAPAccountSuffix1' => '',
<br>
'authLDAPUseSSL1' => false,
<br>
'authLDAPBindUser1' => '_serviceaccount',
<br>
'authLDAPBindPass1' => 'password.!',
<br>
'authLDAPOrganization1' => 'My Business',
<br>
'authLDAPBaseDN2' => '',
<br>
'authLDAPServers2' => array(),
<br>
'authLDAPAccountSuffix2' => '',
<br>
'authLDAPUseSSL2' => '',
<br>
'authLDAPBindUser2' => '',
<br>
'authLDAPBindPass2' => '',
<br>
'authLDAPOrganization2' => '',
<br>
<br>
I'm not a Linux expert by any means, so be patient with me.
<br>
<br>
Thanks everyone,
<br>
Rob
<br>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
ZendTo mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to">ZendTo@zend.to</a>
<a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a></pre>
<br>
<pre class="moz-signature" cols="72">Jules
--
Julian Field MEng MBCS CITP CEng
'A committee is a group of the unwilling, chosen from the unfit,
to do the unnecessary.' - Anon
<a class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a>
Twitter: @JulesFM
PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
</pre>
</blockquote>
</body>
</html>