kprop.8krb

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

8KRB
140
字号
.TH kprop 8krb.SH Namekprop \- Kerberos utility.SH Syntax.B /var/dss/kerberos/bin/kprop.I database.I slaves_file[.B \-force] [.B \-safe | clear ].br.B [\-realm \fIrealm_name\fP].SH Description.NXR "Kerberos routines" "kprop"The.PN kpropdaemonruns on a Kerberos master and propagates the Kerberos database to theKerberos slaves, where it is received by the waiting.PN kpropddaemon..PPThe first parameter, \fIdatabase\fP, is the name of the fileout of which data isextracted.  This file is not the.PN ndbm \-formattedKerberos database,.PN /var/dss/kerberos/dbase/principal .See the .PN ndbm(3)reference page for more information.  The\fIdatabase\fPis a file created by the.PN "kdb_util slave_dump"command.It is an ASCII representation of the Kerberos database (see the reference pagefor.PN krb_dbase(5krb) . .PPThe second parameter that must be supplied is \fIslaves_file\fP,the name of the file on the Kerberos master thatlists the Kerberos slavesto which.PN kproppropagates the Kerberos master database.  The.PN slaves_fileis created in.PN krb_slaves(5krb)format..PPThe Kerberos utilityfirst determines whether the ASCII Kerberos database, \fIdatabase\fP,was correctly dumped by .PN kdb_util .It accomplishes this by determining if \fIdatabase\fP is older than the.PN database.dump_okfile created by.PN kdb_utilduring the.PN slave_dumpoperation.  If it is older, the dump did not succeed or is not yet finished.If the dump did not complete successfully or has not yet completed, the masterdatabase is not transferred to any Kerberos slave.  Otherwise,.PN kpropdetermines, for each slave server listed in the.PN slaves_file ,whether or not the database has changed since the last successful transfer tothe slave.  It determines this for slave server.PN cactusby comparing the modification time of the.PN /etc/cactus-last-propfile with the modification time of \fIdatabase\fP. If the.PN /etc/cactus-last-propfile is newer, then the database, \fIdatabase\fP, need not be transferred to .PN cactus .Finally,.PN kproppropagates the database to those servers which need a new copy of the databaseand updates the modification time of the.PN /etc/server-last-propfile for these slave servers..SH Options.TP 7.B \-safeSpecifies that the data sent over the network is guaranteed to beauthenticated at the destination and protected against modifications intransit.  That is, .PN kpropand.PN kpropd ,which are Kerberos principals,become Kerberos-authenticated to each other and send messages formattedby.PN krb_mk_safe .For more information about.PN krb_mk_safe ,refer to the on-line reference page,.PN kerberos(3krb) ..TP.B \-clearSpecifies that all data should be sent in cleartext (unencrypted).  Thisswitch isusefulwhen first setting up the Kerberos environment. .TP.B \-realmSpecifies the realm name that you are in.  If this option is not used,the \fIrealm_name\fP is given in the.PN /etc/krb.conffile.  (See the.PN krb.conf(5krb)reference page for more information.) .TP.B \-forceForces the.PN kpropon the Kerberos masterto propagate the Kerberos database to the Kerberos slaves, even if there are no recent changes to the database.  Without the force flag,the Kerberosdatabase is not propagated if the database file has not changedsince the last successful transfer..SH RestrictionsThe Kerberos utilitydoes not support the transfer of encrypted data..SH Files.TP.PN /usr/var/dss/kerberos/dbase/principal.dir.TP.PN /usr/var/dss/kerberos/dbase/principal.pag.TP.PN /usr/var/dss/kerberos/dbase/principal.ok.TP.PN /etc/krb.conf.SH See Alsokpropd(8krb), krb.conf(5krb), kdb_util(8krb), krb_slaves(5krb),krb_dbase(8krb)

⌨️ 快捷键说明

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