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