Actions
Bug #1467
closedgetprincipals action returns referal entries in url form
Start date:
04/08/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1467
Description
getprincipals right now returns urls instead of identities in case of referals.
So for example in case of LTER we get back,
ldap://knb.lternet.edu:389/uid=sacker1,o=lter,dc=ecoinformatics,dc=org,o=LTER,dc
=ecoinformatics,dc=org
What we want is:
uid=sacker1,o=lter,dc=ecoinformatics,dc=org
Updated by Saurabh Garg over 20 years ago
Fixed. Passed referred LDAP's URL to the user search function and that results
in output with correct DNs.
Actions