krb_dbase.5krb
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 5KRB 代码 · 共 139 行
5KRB
139 行
.TH krb_dbase 5krb.SH Namekrb_dbase \- ASCII version of the Kerberos database .SH Description.NXR "Kerberos files" "krb_dbase"All of the Kerberos tools, includingthe .PN kerberosdaemon, access a version of the Kerberos database that is stored inan.PN ndbm \-formattedfile. See the.PN ndbm(3)reference page for more information.Files in .PN ndbmformat are not user readable.To examine the Kerberos database, itis necessary to convert the .PN ndbmdatabase into an ASCII-formatted file with.PN kdb_util(8krb) .A file in .PN krb_dbaseformat is an ASCII-formatted version of the Kerberos database..PPEach line in a .PN krb_dbase \-formattedfile lists theattributes associated with a single Kerberos principal.The following list describes the fields as they appearfrom left to right in a .PN krb_dbasefile. A blankentry in the database is indicated by an asterisk (*)..sp 2 \fBKerberos primary name\fP:The primary name is the first part of the principal namethat the line describes. It is usuallyequivalent to the name of the application or user that isassociated with the principal..PP\fBKerberos instance name\fP:The instance name is the second section of the principal namethat the line describes. It is usuallyequivalent to the name of the machine on which an applicationruns. If the primary name references a user, the instance name is blank..PP\fBMaximum ticket lifetime\fP:The third entry is the maximum lifetime of a ticketproduced for the principal by the ticket-granting service. The number stored inthe .PN krb_dbasefile indicates the number of 5-minute intervalsfor which the ticket is valid. For example, if the maximum ticketlifetime of a principal is 10, any ticket that the principalacquires from the ticket-granting service will expire in a maximum of 50 minutes. The maximumticket lifetime corresponds to a value of 255 (21 hoursand 15 minutes)..PP\fBKerberos database key version\fP:The master key of the Kerberosdatabase is used to encrypt sections of the Kerberos database.This master key can be changed. The fourth entry is the version number associated with the masterkey of the Kerberos database. .PP\fBPrincipal key version\fP:The key associated with the principal can also change.The fifth field records the version number ofthe key associated with the principal..PP\fBAttributes\fP:The attributes field is not currently used by theULTRIX implementation of Kerberos. It should always be zero..PP\fBKey of the principal\fP:The key of the principal is stored in the seventh and eighth fields.It is encrypted with the masterdatabase key..PP\fBExpiration time\fP:The dateon which the principal's entry in the Kerberos database will expireis stored in the ninth field.Thefirst four digits of the date indicate the year in which theentry will expire. The next two digits indicate the month, the seventh and eighth digitsindicate the day, and the last four digits indicate the hour andminute atwhich the entry will expire. For example, an entryof the form 198909171755 indicates that the principal'sentry will expire on September 17, 1989 at 5:55 in theafternoon..PP\fBModification time\fP:The modification field stores the date on which theprincipal's entry in the Kerberos database was last changed.It is stored in the same format as the expiration time..PP\fBModifier's name\fP:The eleventh field stores the name of the utilitythat last modified the principal's entry.Only.PN db_creationand a blankentry are possible in the modifier's name field. A blank entryindicates that the field was added by.PN kdb_edit(8krb) .A modifier name field that states that the entry wasproduced by .PN db_creationindicates that the entry was addedby .PN kdb_init(8krb)when the database was created..PP\fBModifier's instance\fP:The twelfth field indicates the instance ofthe utility that last modified the principal's entry.This field is always blank..SH ExamplesThe following is an example of an entry form of a.PN krb_dbase \-formattedfile for host,.PN cactus ..EX (WIDEkprop cactus 255 2 1 0 8f68f19 a941c6d 200001010459 198909171755 * *.EE.SH Files.PN /var/dss/kerberos/dbase/dbase .SH See Alsondbm(3), kdb_init(8krb), kdb_edit(8krb), kdb_destroy(8krb), kdb_util(8krb)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?