LDAP login is not generating correct profile node sling:resourceType


hi all,

i have ldap configured , working cq5.4. i've configured autocreate.path="none" let repository create folder structure. based on osgi configuration day cq profile manager, creating user should create profile sling:resourcetype set "cq/security/components/profile". however, when logging in using ldap credentials, profile node created, sling:resourcetype property not set. how can set correctly when creating users ldap login?

 

thanks! appreciated.

 

 

com.day.crx {

 

        com.day.crx.core.crxloginmodule sufficient;

        com.day.crx.security.ldap.ldaploginmodule required

        principal_provider.class="com.day.crx.security.ldap.principals.ldapprincipalprovider"

        autocreate.group.mail="profile/email"

        autocreate.group.cn="profile/givenname"

        autocreate.user.givenname="profile/givenname"

        autocreate.group.description="profile/aboutme"

        useridattribute="samaccountname"

        port="389"

        autocreate="create"

        autocreate.user.membership="dna"

        secure="false"

        userfilter="(objectclass=person)"

        autocreate.user.mail="profile/email"

        autocreate.user.sn="profile/familyname"

        userroot="ou=all users,dc=ad,dc=xx,dc=com"

        autocreate.user.about="profile/title"

        cache.expiration="600"

        cache.maxsize="100"

        host="ldap.xxxx.com"

        autocreate.path="none"

        ;

};

ldaploginmodule uses jackrabbit usermanagerimpl create user's in crx (cq), not cq5 implementation disappointing. have manually add sling:resourcetype.



More discussions in Archived Spaces


adobe

Comments