Security framework refuses to work at all
Security framework refuses to work at all
- Subject: Security framework refuses to work at all
- From: Jan Van Boghout <email@hidden>
- Date: Thu, 24 Oct 2002 22:10:53 +0200
Hi,
I am trying to get authentication working in my app, but it simply
won't work. I have another app which uses it too, and there it works
fine.
err = AuthorizationCreate(NULL, kAuthorizationEmptyEnvironment,
kAuthorizationFlagDefaults, &authorizationRef);
The strange thing is that this doesn't return *any* error at compile or
run time (well no errors at compile is normal because the code is
perfectly good). So I don't have *any* way of knowing what's wrong.
I'm really lost here, all I can think about is something I did wrong
when adding the framework to my project. Could anyone tell me what you
do exactly when you add the Security.framework ? (step by step,
including all checkboxes etc in sheets)
Any help would be very much appreciated!
Thanks,
Jan Van Boghout
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.