Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hi!
I need to keep the user title (from company LDAP) in the WTUser table (may be it can be stored in other table). Is it possible and how can I do it?
Thanks!
Solved! Go to Solution.
I think you can follow the steps mentioned in https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS162357
Thank you
Binesh Kumar
Barry Wehmiller
There's no OOTB way to store the title in WTUser. Though, if you're not using one of the existing fields in WTUser (like email), you could theoretically remap the attribute to point to the title attribute in your LDAP.
I think you can follow the steps mentioned in https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS162357
Thank you
Binesh Kumar
Barry Wehmiller
Anton,
I think that the article that Binesh Kumar referenced should fit your needs. Can you please confirm whether it will do the trick for you?