?¡ëPNG
IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À?¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
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.