|
Bugzilla – Full Text Bug Listing |
| Summary: | problems adding provisioned container using iManager plugin | ||
|---|---|---|---|
| Product: | [iFolder] iFolder Denali | Reporter: | Victor Billings <vbillings> |
| Component: | Server Admin | Assignee: | Brady Anderson <banderso> |
| Status: | VERIFIED FIXED | QA Contact: | Jared Allen <jpallen> |
| Severity: | Critical | ||
| Priority: | P5 - None | ||
| Version: | iFolder Denali | ||
| Target Milestone: | Release Candidate 2 | ||
| Hardware: | i586 | ||
| OS: | SLES 9 | ||
| Whiteboard: | |||
| Found By: | Component Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
customers simias.log where they attempted to provision an org
snippet of simias.log from IS&T |
||
|
Description
Victor Billings
2005-04-12 22:44:31 UTC
Created attachment 33958 [details]
customers simias.log where they attempted to provision an org
Created attachment 33959 [details]
snippet of simias.log from IS&T
Looking at the log files and the code it appears the problem is that the object class type is coming back as “organization” rather than “Organization”. I don't have this reproducible anywhere so I am not sure of this but I think a case insensitive compare might resolve the problem. This is assuming that LDAP does not require case sensitivity on these names – otherwise this is an LDAP bug. Changed the code in LdapSync to always perform a case insensitive compare when comparing object class types to the internal literal strings. this is tested fixed in the beta 5 build |