What do authorizationhost validate chain codes mean?
Hi,
I am trying to set up PKI based login to my system. While all the stuff works relatively fine, with some smartcards I am getting the following in the secure.log:
authorizationhost[379]: validate chain started
authorizationhost[379]: validate chain completed with: 1
and nothing happens to the login screen.
I have already figures out that when the root certificate is not trusted you get:
authorizationhost[379]: validate chain started
authorizationhost[379]: Certificate could not be verified: 5
authorizationhost[379]: validate chain completed with: 5
And when everything is OK, the resulting logs are:
authorizationhost[379]: validate chain started
authorizationhost[379]: validate chain completed with: 4
and the pin code dialog shows up.
So... what do these codes returned by authorizationhost mean? Especially, what does code 1 mean?
Cheers,
Radek
Mac OS X (10.7.3)