Hi,
we are currently trying to set up external access to our main PLM server, and have a secondary apache server which will control access for external clients to the system.
As part of the apache config we are trying to limit login to a particular group in Windchill DS but are having trouble getting the correct format for this filter.
The filter would end up in the 'Apache\conf\extra\app-Windchill-Auth.conf' file and so far we have the filter looking like this:
AuthLDAPURL "ldap://<server name>:<port>/ou=xxx,cn=xxx,cn=xxx,o=ptc??sub?(isMemberOf=cn=xxx,cn=xxx,o=xxx,ou=xxx,cn=xxx,cn=xxx,o=ptc)”
With this apache appears to accept the login details but we just get a spinning circle and do not progress any further. There is nothing in the MS logs either to suggest if there is an issue or otherwise. If we just have the default filter of 'AuthLDAPURL "ldap://<server name>:<port>/ou=xxx,cn=xxx,cn=xxx,o=ptc' then anyone can log in OK, but we need to filter down to the group.
The main Windchill apache then authenticates against either corp Ldap or Windchill DS as appropriate.
Any suggestions?
Cheers
forgot to add we are on 10.1 M040
Message was edited by: Simon Lucas