On Wed, 4 Mar 2015, Markus Moeller wrote:
> Is there anywhere a guide how to work with the Mac GSS Framework ? There
> are many functions marked as deprecated, but I could not find any
> instruction how to replace them. Example:
>
> error: 'krb5_init_context' is deprecated: use GSS.framework
>
Is there anywhere a guide how to work with the Mac GSS Framework ? There
are many functions marked as deprecated, but I could not find any
instruction how to replace them. Example:
error: 'krb5_init_context' is deprecated: use GSS.framework
[-Werror,-Wdeprecated-declarations]
code = krb
Hi,
I am having a problem accessing my W2K3 server in a SSO environment,
consisting of a Mac OS X 10.3.6 Server and two W2K3 Servers.
SSO wise, everything is supposedly setup correctly; my smb.conf has been
edited to contain the following lines required for SSO:
Security = ads
Encrypt password =
In 10.3 (Panther), you can set the environment variable
KERBEROSLOGIN_NEVER_PROMPT (it doesn't matter what it is set to) in
your application before making any Kerberos calls. If you can't
rebuild the application, you can set it in a wrapper script which calls
your application.
There is no way
In Panther you can
#define KERBEROSLOGIN_NEVER_PROMPT 1
I'm not sure that this works with earlier releases.
Nebergall, Christopher wrote:
> Is there a way to programmatically or in a configuration file to disable Mac
> OS X auto-prompting for the user's kerberos password?
>
> I'm interested in
Is there a way to programmatically or in a configuration file to disable Mac
OS X auto-prompting for the user's kerberos password?
I'm interested in only disabling auto-prompting in one particular
application.
Thanks,
Christopher Nebergall
Kerbero
-BEGIN PGP SIGNED MESSAGE-
Just a reminder to coincide with today's release of Mac OS X 10.3
("Panther"), the MIT Kerberos team has released an updated version of
the Mac OS X Kerberos Extras that work with both Mac OS X 10.2
(Jaguar) and Mac OS X 10.3 (Panther).
The Ma