cancel
Showing results for 
Search instead for 
Did you mean: 

Custom person objects + LDAP

dvelasov
Champ in-the-making
Champ in-the-making
Hie all. I have Alfresco + LDAP + CAS + Liferay.

My question is:
Is it possible to login in Alfresco successfully after
the manual creation of the pair (LDAP user record) + (Alfresco person node)
with a condition: Alfresco person node must not be of type cmSmiley Tongueerson but
some descendant :!: type. :?:
(
<type name="hz:artificial_body">
                   <title>Artificial Body</title>
                   <parent>cm:person</parent>
                   …
                   [blah-blah-blah]
                   …
</type>
)
Note: I use Web Service Client API.

P.S.: I know about "aspects" Smiley Very Happy but I have a great interest in "types".
2 REPLIES 2

dvelasov
Champ in-the-making
Champ in-the-making
:mrgreen:
Well, the answer is yes.
The person may be of such a type whose parent is "cmSmiley Tongueerson".

dvelasov
Champ in-the-making
Champ in-the-making
Well, now it's time to write some refined code…)))