]> andersk Git - moira.git/commitdiff
added KRB map & palladium routines
authormar <mar>
Mon, 21 Aug 1989 22:40:49 +0000 (22:40 +0000)
committermar <mar>
Mon, 21 Aug 1989 22:40:49 +0000 (22:40 +0000)
clients/moira/f_defs.h

index 06ef55d6011e86acc6f6aeb97b0dace148cff377..3f7b695da7c591c01577b50d946cf42226ef8d2a 100644 (file)
@@ -128,12 +128,17 @@ int UpdateUser();         /* modify info about a user. */
 int DeactivateUser();          /* change a user's status to DELETED */
 int ChangeUserPOBox();         /* change the PO box of a user. */
 int DeleteUserByUid();         /* detete a user by uid. */
+int GetKrbmap();               /* fetch a user->kerberos mapping */
+int AddKrbmap();
+int DeleteKrbmap();
 
 /* printer.c */
 int AddPcap();
 int GetPcap();
 int ChngPcap();
 int DeletePcap();
+int GetPalladium(), AddPalladium(), ChngPalladium(), DeletePalladium();
+int ShowPalladiumAlias(), AddPalladiumAlias(), DeletePalladiumAlias();
 
 /* dcm.c */
 int EnableDcm(), InProgress(), DcmFailed(), Dcm();
This page took 0.240911 seconds and 5 git commands to generate.