Quantcast
Channel: ARIS BPM Community - Recent forum posts
Viewing all articles
Browse latest Browse all 644

LDAP import

$
0
0

I'm using ARIS 9.8 in UMC, and I'm trying to do LDAP import, but I always get 0 users. I get a valid connection response when I do test connection. I'm able to get it working with a ldap:// url and no ssl, and sometimes ldaps:// ,but it shows as an invalid connection sometimes.

 

Are there some other special settings I need to do first to get it to import users?

Thanks

 

The logs when I do a ldap import are:

Jul 25, 2016 12:53:49 PM com.softwareag.umcadmin.server.UMCServiceImpl importFromLdap
INFO: LDAP import triggered...
Jul 25, 2016 12:53:49 PM com.softwareag.umcadmin.server.UMCServiceImpl importFromLdap
INFO: LDAP import finished.

 

My other settings are:

 

Attribute mappings
    objectClass=    objectClass
    DN=        DN
    GUID=        objectGUID
    
Group attribute mappings
    Name=        name
    hasMember=    member

User attribute mapping
    Name=        sAMAccountName
    First name=    givenName
    Last name=    sn
    E-mail=        mail
    memberOf=    memberOf

Behavior
    Group object class=    group
    User object class=    organizationalPerson
    Group search filter=    (&(objectClass=*))
    User search filter=    (&(sAMAccountName=*))
    Recursion depth=    0
    Referrals=        ignore

 

 


Viewing all articles
Browse latest Browse all 644