03-17-2009 06:33 AM
03-18-2009 05:17 AM
03-19-2009 07:15 AM
03-19-2009 07:24 AM
03-19-2009 08:18 AM
if it can help you… There is cmHmm… Is there any way to lookup alfresco repository for object and his properties, just to find out which properties manually created and imported users has?erson class in the basic content model (defined in contentModel.xml) inherited from sys:base that has userName,firstName etc properties but there isn't anything like "cm:user"
When you hook up Alfresco to a SSO solution (such as AD), Alfresco simply trusts the SSO provider that the user is who he says he is. This means that only the storage side of the Person (name, emailadress, etc) is stored in Alfresco, whilst his authentication side (password!) is not.Ithink so too, but I don`t understand why everything working fine after I tried to create that user at Alfresco UI. Although this function not impement with enabled NTLM… something was created.
03-19-2009 08:48 AM
Hmm… Is there any way to lookup alfresco repository for object and his properties, just to find out which properties manually created and imported users has?
Ithink so too, but I don`t understand why everything working fine after I tried to create that user at Alfresco UI. Although this function not impement with enabled NTLM… something was created.
03-20-2009 06:33 AM
In the node browser, you can find the persons in the SpacesStore (store) / System / People path.Silly me… How could Iforget about this tool. As I see - it`s a properties nodes there. Can I find an authentication nodes, or it`s hidden for security purposes?
If you create the person using the alfresco UI, alfresco will create both the properties node ande the authentication node. The default AD tooling will overwrite the properties node, leaving the authentication node present - when you log on using SSO, the system simply ignores the authentication node. If your custom code checks the authentication node presence, he will find that presence only for those users that were creating using the Alfresco UI.Thanks for your explanation, it`s always good to know how these things are working
03-20-2009 08:35 AM
Can I find an authentication nodes, or it`s hidden for security purposes?
03-25-2009 05:15 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.