Steps for an easy migration from LinOTP

Hey Cornelius,

thanks for the quick and detailed reply. I tried to follow the instructions you gave and could succesfully import all the tokens, however I am experiencing problems with user resolving.

The mappings look fine:
Realm-Map: {u’gbl’: 4L, u’adm_admins’: 6L, u’ces’: 5L, u’defrealm’: 1L, u’campus_admins’: 7L, u’adm_users’: 3L, u’campus’: 2L}
Resolver-Map: {u’ADM_LDAP’: 5L, u’CES_LDAP’: 6L, u’CAMPUS_LDAP’: 2L, u’deflocal’: 1L, u’CAMPUS_LDAP_ADM’: 4L, u’GBL_LDAP’: 3L}

But the tokens only seem to get assigned halfway to the correct realms:
For these assigned tokens the “realm” column in the token view is empty. In the detailed view for a token the “Realms” value in the Token Details table is correct with e.g. “campus”, but the user table looks like this:

Username: resolver error
Realm:
Resolver: CAMPUS_LDAP
User Id: CN=Correct AD LDAP Information,OU=IT,DC=CAMPUS,…

So the AD LDAP information seems to be imported correctly, but the user itself seems to not be part of a realm which in turn seems to cause the resolver error. Did I miss a crucial step here?

Cheers,

Basti