<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=iso-8859-15">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    keycloak newbie here..<br>
    <br>
    We would like to use keycloak with our Novell eDirectory LDAP , but
    we have problems in the procedures for importing user .<br>
    <b>Novell eDirectory uses GUID and not entryUUID.</b><br>
    <br>
    The users created in the keycloak's USER_ENTITY table from LDAP
    import procedure have all attributes valorized, but in the
    USER_ATTRIBUTE table, we missed the LDAP_ID:<br>
    NAME = LDAP_ID, VALUE = (null), USER_ID = xxxxxxxx<br>
    <br>
    In picketlink code, <b>i found that LDAP_ID is entryUUID for non
      Active Directory.</b> <br>
<a class="moz-txt-link-freetext" href="https://github.com/picketlink/picketlink/blob/b500ad3d2753a354c29716cd66695ddc3793d07a/modules/idm/impl/src/main/java/org/picketlink/idm/ldap/internal/LDAPOperationManager.java">https://github.com/picketlink/picketlink/blob/b500ad3d2753a354c29716cd66695ddc3793d07a/modules/idm/impl/src/main/java/org/picketlink/idm/ldap/internal/LDAPOperationManager.java</a><br>
    <br>
    When you try to find someone in the users list, we receive a Null
    Pointer ecception<br>
    Caused by : java.lang.NullPointerException<br>
    to org.keycloak.federation.ldap.LDAPFederationProvider.isValid (
    LDAPFederationProvider.java:219 ) [ keycloak - ldap -federation -
    1.2.0.Beta1.jar : 1.2.0.Beta1 ]<br>
    <br>
    <br>
    <b>My question is: can we customize the attribute LDAP_ID attribute
      in keycloak?</b><br>
    <br>
    thanks in advance<br>
    <br>
    Fiorenzo Pizza<br>
  </body>
</html>