]> andersk Git - openssh.git/blobdiff - platform.c
- (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] Make
[openssh.git] / platform.c
index 5d728a517f86923706dae8e53f6a52d607747369..2ad95364f53ae5f84c0f7a893f48dada854f66f0 100644 (file)
@@ -56,3 +56,13 @@ platform_post_fork_child(void)
        oom_adjust_restore();
 #endif
 }
+
+char *
+platform_krb5_get_principal_name(const char *pw_name)
+{
+#ifdef USE_AIX_KRB_NAME
+       return aix_krb5_get_principal_name(pw_name);
+#else
+       return NULL;
+#endif
+}
This page took 0.045969 seconds and 4 git commands to generate.