Apache LDAP authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apache LDAP authentication
Thanks for all the help so far.
We're stuck at the Apache LDAP Authentication for rehosting our 9.1 pdmlink system.
When i have the script webAppConfig.xml addAuthProvider, I have to input:
-DappName=Web_application_name
-DproviderName=LDAP_provider_name
-DLdapUrl=Target_LDAP_URL
The advanced install guide said the web app name was the wiindchill instance name.
Where do I find the provider naem and target ldap url?
Thanks
Bryon
- Labels:
-
Other
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If you look in Apache\conf\extra\app-Windchill-AuthProvider.xml, you can find the existing values for the source. Modify as needed for the target.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you. I am using that as a template to get to. Apache 2.2 is adding urls instead of replacing them. Anyone know how to fix that?
Thanks
In Reply to Mary Mitchell:
If you look in Apache\conf\extra\app-Windchill-AuthProvider.xml, you can find the existing values for the source. Modify as needed for the target.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
[cid:image001.gif@01CDA0AA.D26855F0]
Steve Vinyard
Application Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Steve,
The first name in the authprovider is incorrect. The last two should be correct.
Thanks
<providers enablentlm="false">
<provider>
<name>Windchill-Windchill-EnterpriseLdap</name>
<ldapurl>ldap://cvptc03.komatsu-na.com:389</ldapurl><
/provider>
<provider>
<name>Windchill-EnterpriseLdap</name>
<ldapurl>ldap://cvptc03.komatsu-na.com:389/ou=people,cn=EnterpriseLdap,cn=Windchill_9.1,o=ptc</ldapurl> </provider> <provider>
<name>Windchill-AdministrativeLdap</name>
<ldapurl>ldap://cvptc03.komatsu-na.com:389/ou=people,cn=AdministrativeLdap,cn=Windchill_9.1,o=ptc</ldapurl> </provider></providers>
