|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21573/root/usr/share/doc/krb5-devel-1.6.1/kadmin/ |
Upload File : |
There are several different admin protocols in our source tree. a) V4 server protocol - not documented b) Old kadmin protocol - which was in the beta code (kadmin/v5passwdd) c) Newer kadm5 gssrpc based code (kadmin/server) d) Simple password changing protocol implemented in our kadmin server with client in clients/kpasswd. This file will attempt to link the files in this directory with where the code is used in the source tree. - kpasswd.protocol: Describes the password changing protocol in src/kadmin/v5passwdd. include/adm.h has some defintions. Client and server provided - kadmin.protocol: Describes other administrative protocol options that src/kadmin/v5passwdd supports No client in the source tree uses it. - draft-ietf-cat-kerb-chg-password-02.txt: Describes the password changing service that clients/kpasswd uses through krb5_change_password() located in lib/krb5/os/changepw.c kadmin/server/schpw.c implements this as part of the kadmin server. This is version 1 of the protocol. Version 2 is in the IETF draft stage and is very different. Currently: Version 1 is supported - but we may not be implementing the TCP handling aspects. - ../doc/kadm5: Describes the current protocol. kadmin/passwd (which is not installed) uses the kadm5 protocol for password changing.