Page 1 of 1

PDL ACIs and SWA

Posted: Mon Jan 09, 2006 3:31 pm
by pete
I want to be able to disallow external addresses from using certian PDLs. So, I've set up some ACIs to only allow local users access. This works from Outlook, but not from SWA.
The ACI cannot be read in SWA as it does not use the LDAP server.

Searching the knowledge base for omaddaci suggests adding an entry in partner.xml to create an authenticated bind to the LDAP server so that ACI can be read. However, my users are using Kerberos (Active Directory) to log in, and (it seem to me) that the AD password is being rejected by the LDAP query.

Is there another config. file that need to be modified in order to allow the SWA LDAP query to bind successfully?

/Peter

Posted: Mon Jan 09, 2006 5:07 pm
by ScalixSupport
You should make sure that any changes you put into ~scalix/sys/pam.d/ual.remote is applied to ~scalix/sys/pam.d/omslapdeng.

This will configure the same authentication method for LDAP as you have for client logins.

Cheers

Dave

Posted: Mon Jan 09, 2006 5:38 pm
by pete
Thanks, Dave -

That did the trick!

/P