tian-zhihui / caas

Automatically exported from code.google.com/p/caas
GNU General Public License v3.0
0 stars 0 forks source link

caas assumes username (or cn) in LDAP is case-senstive #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When the caas template file has a user in a different case than what is there 
in the LDAP, it assumes that the user is not existing and tried to create it. 
This fails.
Example, it the user exists with cn as "CordysAdmin" and if the caas template 
has:
  <user name="cordysadmin" au="cordysadmin">
    <role name="Administrator" isvp="Cordys@Work" />
  </user>

This will fail.

What steps will reproduce the problem?
1. Create a user "CordysAdmin"
2. Have a caas template with the user as "cordysadmin" as described above.
3. Execute it.

Original issue reported on code.google.com by saket...@gmail.com on 5 Jul 2011 at 10:34

GoogleCodeExporter commented 8 years ago
I have fixed this issue in my local git repository, since we were having 
problems with this. It is fixed for all LDAP based objects, but not for 
XmlStore objects.

I will try to synchronize this and other fixes in subversion.

Original comment by m...@hooijkaas.net on 3 Jan 2013 at 3:38