<< Back to previous view |
![]() |
[QB-162] For User Authentication, LDAP referrals are not working
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Edwin Chiu | Assigned To: | Robin Shen |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown | ||
Environment: | Solaris 10 zone, JDK 1.5.0_07, T2000 UltraSparc T1 |
File Attachments: |
![]() |
Description |
LDAP server is ldaphost:389 Users are in ou=People, dc=test QuickBuild is set to follow referrals and authenticate users in ou=People, ou=IT, dc= test In LDAP, create a referral called "users" and point it to ldap://ldaphost:389/ou=People, dc=test Authentication will fail at this point. Patch is attached to fix this problem |
Comments |
Comment by Edwin Chiu [ 16/Nov/06 10:58 AM ] |
Patch to fix referral issue for authentication |
Comment by Edwin Chiu [ 16/Nov/06 10:58 AM ] |
I haven't tested this patch against a remote referral, probably more code changes would be required, as you would need to bind to a different LDAP URL... |