I've searched in my test.gluu.org, and I have only on user registered in (admin)
![test.gluu.org LDAP contains only admin user](http://i.imgur.com/rWYYVsF.png "Screen")
I've joined my oxauth_script.log here
```
2017-03-22 15:30:29,088 INFO [org.xdi.service.PythonService] (ajp-bio-127.0.0.1-8009-exec-39) Asimba. Authenticate for step 1. attributes: '{country: [Netherlands]}'
2017-03-22 15:30:29,089 INFO [org.xdi.service.PythonService] (ajp-bio-127.0.0.1-8009-exec-39) Asimba. Get mapped user. Using next attributes mapping '{givenname: givenname, uid: uid, urn:oid:2.5.4.4: sn, urn:oid:0.9.2342.19200300.100.1.3: mail, edupersonprincipalname: edupersonprincipalname, urn:oid:0.9.2342.19200300.100.1.1: uid, sn: sn, mail: mail, urn:oid:2.5.4.42: givenname, urn:oid:1.3.6.1.4.1.5923.1.1.1.6: edupersonprincipalname}'
2017-03-22 15:30:29,090 INFO [org.xdi.service.PythonService] (ajp-bio-127.0.0.1-8009-exec-39) Asimba. Get mapped user. User custom objectClasses to add persons: '[eduPerson]'
2017-03-22 15:30:29,090 INFO [org.xdi.service.PythonService] (ajp-bio-127.0.0.1-8009-exec-39) Asimba. Authenticate for step 1. Attempting to find user by oxExternalUid: saml: '!!!'
2017-03-22 15:30:29,096 INFO [org.xdi.service.PythonService] (ajp-bio-127.0.0.1-8009-exec-39) Asimba. Authenticate for step 1. There is no user in LDAP. Adding user to local LDAP
2017-03-22 15:30:29,096 INFO [org.xdi.service.PythonService] (ajp-bio-127.0.0.1-8009-exec-39) Asimba. Authenticate for step 1. Attempting to add user '!!!' with next attributes: '[Attribute [name=oxExternalUid, values=[saml:!!!]]]'
2017-03-22 15:30:29,108 INFO [org.xdi.service.PythonService] (ajp-bio-127.0.0.1-8009-exec-39) Asimba. Authenticate for step 1. Failed to add user: '!!!'. User not unique
```