eduPersonTargetedID is not getting perfect value
Peter Schober
peter.schober at univie.ac.at
Tue Sep 3 05:02:39 EDT 2013
* Zico <mailzico at gmail.com> [2013-08-19 15:02]:
> I am trying to generate ePTiD value from another attribute
> (myCustomAttr) which has string like value ( 1234 ) inside of my
> ldap. But, when I am searching for ePTiD value inside of my ldap;
> it's giving me same result ( 1234 ) but not any encoded one. That
> means, both myCustomAttr and ePTiD are showing same value:
>
> myCustomAttr: 1234
> eduPersonTargetedID: 1234 ( it should be some encoded value, right? )
The IdP does not write to LDAP DSAs generally, so whatever put that
"eduPersonTargetedID" attribute into your LDAP DIB is to blame.
More importantly, the "computed" ePTId generator generates those IDs
dynamically when creating SAML protocol messages. It does not store
them (contrary to the StoredId one),
-peter
More information about the users
mailing list