[ZendTo] Re: Config Issues
Derek Schartung
derkles at gmail.com
Sun Mar 25 00:53:21 GMT 2012
Here's the relevant config from my setup for AD:
'authenticator' => 'AD',
'authLDAPBaseDN1' => 'OU=company Users,DC=company,DC=local',
'authLDAPServers1' => array('dcserv.company.local'),
'authLDAPAccountSuffix1' => '@company.local',
'authLDAPUseSSL1' => false,
'authLDAPBindUser1' =>
'CN=Administrator,CN=Users,DC=company,DC=local',
'authLDAPBindPass1' => 'supersecretpassword',
'authLDAPcomanization1' => 'company',
'authLDAPBaseDN2' => 'OU=company Users,DC=company,DC=local',
'authLDAPServers2' => array('dcserv.company.local'),
'authLDAPAccountSuffix2' => '@company.local',
'authLDAPUseSSL2' => false,
'authLDAPBindUser2' =>
'CN=Administrator,CN=Users,DC=company,DC=local',
'authLDAPBindPass2' => 'supersecretpassword',
'authLDAPcomanization2' => 'company',
'defaultEmailDomain' => 'company.com',
// 'emailDomainRegexp' => '/opt/zendto/config/internaldomains.txt',
'emailDomainRegexp' => '/^([a-zA-Z\.\-]+\.)?company\.com$/i',
On Sat, Mar 24, 2012 at 10:43 AM, Ron Gallimore <rgallimore at supplyone.com>wrote:
> Thanks for the tip. I did miss that line.****
>
> I also figured out the ReCaptcha issue. There were actually two issues.
> I had a typo in the key and I was also using the IP address instead of the
> correct domain name during testing.****
>
> Now if I could figure out the AD issue I would be ready to go live. I
> only have one forest with one domain so I think it is related to that.
> Could somebody post a sample configuration so I can check it against mine?
> ****
>
> ** **
>
> Thanks again,****
>
> Ron****
>
> ** **
>
> *From:* zendto-bounces at zend.to [mailto:zendto-bounces at zend.to] *On Behalf
> Of *Dustin Stephens
> *Sent:* Friday, March 23, 2012 12:48 PM
> *To:* ZendTo Users
> *Subject:* [ZendTo] Re: Config Issues****
>
> ** **
>
> I can't help too much with the first 2 but the last one looks a lot like
> the problem I had a few days ago. Make sure you change the following
> setting in the prferences.php file:****
>
> ** **
>
> 'emailDomainRegexp' => '/^([a-zA-Z\.\-]+\.)?soton\.ac\.uk$/i',****
>
> ** **
>
> I changed it to reflect our environment and now it works. I also changed
> line 231 from the default:****
>
> ** **
>
> 'defaultEmailDomain' => 'soton.ac.uk',****
>
> ** **
>
> Hope that helps.****
>
> ** **
>
> ** **
>
> - Dustin****
>
> ** **
>
> On Fri, Mar 23, 2012 at 10:02 AM, Ron Gallimore <rgallimore at supplyone.com>
> wrote:****
>
> I am trying to configure the VM build.
>
> I am running in to an issue with captcha. For some reason I am not
> getting it displayed on the screen. I am getting "Input error: k:
> Format of site key was invalid" in its place. I went to
> https://www.google.com/recaptcha/admin/create and created the public and
> private keys and put them in preferences.php. I set both of these to
> disabled to continue my testing
>
> Next is AD Configuration. After I make the changes and reload the page
> I only get a blank page so I set it to local to continue my testing.
>
> I try to drop off a file from my Gmail account for my work account and
> get "You must be logged in as a Company user in order to drop-off a file
> for a non-Company user." I am actually doing the exact opposite of this
> message so I do not understand what it is reading.
>
> Any help would be appreciated.
>
> Thanks,
> Ron
>
> _______________________________________________
> ZendTo mailing list
> ZendTo at zend.to
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto****
>
> ** **
>
> _______________________________________________
> ZendTo mailing list
> ZendTo at zend.to
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20120324/6f1336ed/attachment.html
More information about the ZendTo
mailing list