Yair Zaslavsky has posted comments on this change.

Change subject: aaa: Failure in adding users via REST-API
......................................................................


Patch Set 1:

Hi, I have investigated the code of ovirt 3.4 -
I found the answer straight away -
ProvisionalDirectory (i.e - KerberosLdapAuthz in 3.5) contained code like this -

String name = ldapUser.getUserName();
        int index = name.indexOf('@');
        if (index >= 0) {
            name = name.substring(0, index);
        }

This is why at restapi the user_name field has only one "@".

-- 
To view, visit http://gerrit.ovirt.org/28685
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I81ce111439c1647b13ef8ec6fcad169fd5feead6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: No
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to