Re: Bug in Security Framework?
Re: Bug in Security Framework?
- Subject: Re: Bug in Security Framework?
- From: Markus Hitter <email@hidden>
- Date: Thu, 12 Jul 2001 14:26:44 +0200
Am Dienstag, 10. Juli 2001 um 21:18 schrieb email@hidden:
[...]
err = AuthorizationCreate(&rights, kAuthorizationEmptyEnvironment,
flags, &authoRef);
NSLog(@"autho err is: %d", err);
[...]
err = AuthorizationFree(authoRef, flags);
NSLog(@"autho err is: %d", err);
[...]
Jul 10 21:02:46 Disko[343] autho err is: -2147417886
Jul 10 21:02:46 Disko[343] autho err is: -2147418108
After 3 days or 30 hours of diving into every possible item of OS X, I
finally found the files in ~/Library/Keychain/ to be guilty. Removed
them and Security Framework now works as expected.
Have fun,
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/