diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2016-09-01 17:49:39 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2016-09-01 17:49:39 +0100 |
commit | ab7a2221d4898c020e5e639d60e16721ff848724 (patch) | |
tree | 7d672267f274cf6dcbd3d6e0871023b2fae1d15e /include/dm_auth.h | |
parent | e2484ba42fc0d79ed29bdb33a467aca2aaffe3bc (diff) |
Remove KRB5 and SECURERPC
Diffstat (limited to 'include/dm_auth.h')
-rw-r--r-- | include/dm_auth.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/dm_auth.h b/include/dm_auth.h index edbe086..dc3ff6d 100644 --- a/include/dm_auth.h +++ b/include/dm_auth.h @@ -38,16 +38,6 @@ authorization. extern void MitInitAuth (unsigned short name_len, char *name); extern Xauth *MitGetAuth (unsigned short namelen, char *name); -# ifdef SECURE_RPC -extern void SecureRPCInitAuth (unsigned short name_len, char *name); -extern Xauth *SecureRPCGetAuth (unsigned short namelen, char *name); -# endif - -# ifdef K5AUTH -extern void Krb5InitAuth (unsigned short name_len, char *name); -extern Xauth *Krb5GetAuth (unsigned short namelen, char *name); -# endif - /* auth.c */ extern int ValidAuthorization (unsigned short name_length, char *name); |