kdb_util.8krb

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 8KRB 代码 · 共 110 行

8KRB
110
字号
.TH kdb_util 8krb.SH Namekdb_util \- Kerberos database utility.SH Syntax.B /var/dss/kerberos/bin/kdb_util.I operation.I filename[.I database].SH Arguments.TP 9.I operation Function to perform on the database. The \fIoperation\fP argument mustbe one of the following values:.RS.IP loadConverts the database in file \fIfilename\fP, to.PN ndbmformat and overwrites the.PN ndbm \-formatteddatabase specified..IP dumpConverts the .PN ndbm \-formatteddatabase into.PN krb_dbase(5krb)form, and writes the result to file, \fIfilename\fP..IP "slave_dump".brPerforms the same function as \fBdump\fP, and creates the file.PN \fIfilename\fP.dump_ok\fRwhen finished.  The\fP.PN \fIfilename\fP.dump_ok\fRis used by\fP.PN kprop\fRto determineif a\fP \fBslave_dump\fP \fRis in progress, or if it did not complete successfully.\fP.IP "new_master_key".brPrompts you for the old key of the Kerberos database as well as a new master key.  It converts the.PN ndbm \-formatteddatabase into.PN krb_dbase(5krb)format and, at the same time, decrypts those sections of the databaseencrypted with the old master key and re-encrypts them with the new masterkey.  The result is written to the file, \fIfilename\fP..RE.TP.I filenameThe name of the source file for the \fBload\fP operationor the destination file for the operations: \fBdump\fP, \fBslave_dump\fP, and \fBnew_master_key\fP..TP.I databaseThe name of the .PN ndbm \-formatteddatabase.If the argument is notincluded, the Kerberos database is stored in files.PN /var/dss/kerberos/dbase/principal.dir ,.PN /var/dss/kerberos/dbase/principal.pag ,and.PN /var/dss/kerberos/dbase/principal.okby default.  .SH Description.NXR "Kerberos routines" "kdb_util"The .PN kdb_utilcommand allows the Kerberos administrator to perform severalfunctions on the entire Kerberos database of a master or slave Kerberosserver in one operation.  The database argument specifies the nameof the .PN ndbm \-formattedKerberos database.The Kerberos database utilityreads from and writes to the .PN ndbm \-formattedKerberos database and, inaddition, it reads from and writes to a file in .PN krb_dbase(5krb)format:	\fIfilename\fP.  A .PN krb_dbase(5krb)file is an ASCII representationof a Kerberos database.  The functions that can be specifiedby the \fIoperation\fP argument are listed in the \fBArguments\fP section..PPWhenever the .PN ndbmKerberos database is changed by.PN kdb_util ,the modification time of.PN /var/dss/kerberos/dbase/principal.okis updated.  The.PN principal.okfile indicates the age of the database. .SH Files.TP.PN /var/dss/kerberos/dbase/principal.pag.TP.PN /var/dss/kerberos/dbase/principal.dir.TP.PN /var/dss/kerberos/dbase/principal.ok.SH See Alsokrb_dbase(5krb), kdb_init(8krb), kdb_edit(8krb), kdb_destroy(8krb),kstash(8krb)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?