doxygen fixup

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24274 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-11 21:47:34 +00:00
parent a6fcb85344
commit 6924ebe480

View File

@@ -1290,8 +1290,7 @@ krb5_init_creds_init(krb5_context context,
* special initial tickets, by default the a krbtgt is fetched in the default realm.
*
* @param context a Kerberos 5 context.
* @param context ctx krb5_init_creds_context context.
*
* @param ctx a krb5_init_creds_context context.
* @param service the service given as a string, for example
* "kadmind/admin". If NULL, the default krbtgt in the clients
* realm is set.
@@ -1330,15 +1329,11 @@ krb5_init_creds_set_service(krb5_context context,
}
/**
* Sets the service that the is requested. This call is only neede for
* special initial tickets, by default the a krbtgt is fetched in the default realm.
* Sets the password that will use for the request.
*
* @param context a Kerberos 5 context.
* @param context ctx krb5_init_creds_context context.
*
* @param service the service given as a string, for example
* "kadmind/admin". If NULL, the default krbtgt in the clients
* realm is set.
* @param ctx ctx krb5_init_creds_context context.
* @param password the password to use.
*
* @return 0 for success, or an Kerberos 5 error code, see krb5_get_error_message().
* @ingroup krb5_credential