document krb5_kt_default_modify_name

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13555 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-03-20 10:54:23 +00:00
parent ccf6692dfc
commit 94e9280b53

View File

@@ -31,7 +31,7 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd February 5, 2001 .Dd March 20, 2004
.Dt KRB5_KEYTAB 3 .Dt KRB5_KEYTAB 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
@@ -43,6 +43,7 @@
.Nm krb5_kt_compare , .Nm krb5_kt_compare ,
.Nm krb5_kt_copy_entry_contents , .Nm krb5_kt_copy_entry_contents ,
.Nm krb5_kt_default , .Nm krb5_kt_default ,
.Nm krb5_kt_default_modify_name ,
.Nm krb5_kt_default_name , .Nm krb5_kt_default_name ,
.Nm krb5_kt_end_seq_get , .Nm krb5_kt_end_seq_get ,
.Nm krb5_kt_free_entry , .Nm krb5_kt_free_entry ,
@@ -92,6 +93,12 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Fa "krb5_keytab *id" .Fa "krb5_keytab *id"
.Fc .Fc
.Ft krb5_error_code .Ft krb5_error_code
.Fo krb5_kt_default_modify_name
.Fa "krb5_context context"
.Fa "char *name"
.Fa "size_t namesize"
.Fc
.Ft krb5_error_code
.Fo krb5_kt_default_name .Fo krb5_kt_default_name
.Fa "krb5_context context" .Fa "krb5_context context"
.Fa "char *name" .Fa "char *name"
@@ -253,15 +260,22 @@ sets the argument
to the default keytab. to the default keytab.
Returns 0 or an error. Returns 0 or an error.
.Pp .Pp
.Fn krb5_kt_default_modify_name
copies the name of the default modify keytab into
.Fa name .
Return 0 or KRB5_CONFIG_NOTENUFSPACE if
.Fa namesize
is too short.
.Pp
.Fn krb5_kt_default_name .Fn krb5_kt_default_name
copy the name of the default keytab into copies the name of the default keytab into
.Fa name . .Fa name .
Return 0 or KRB5_CONFIG_NOTENUFSPACE if Return 0 or KRB5_CONFIG_NOTENUFSPACE if
.Fa namesize .Fa namesize
is too short. is too short.
.Pp .Pp
.Fn krb5_kt_add_entry .Fn krb5_kt_add_entry
Add a new adds a new
.Fa entry .Fa entry
to the keytab to the keytab
.Fa id . .Fa id .