ssh2 RSA support. have only one SSH key field for all three key styles
[mirror/userdir-ldap.git] / ud-info
diff --git a/ud-info b/ud-info
index 2adbd24..dbbb61a 100755 (executable)
--- a/ud-info
+++ b/ud-info
@@ -132,7 +132,7 @@ def PrintSshRSAKeys(Attrs):
    First = 0;
    for x in Attrs[1]["sshrsaauthkey"]:
       if First == 0:
-         print "%-24s:" % ("SSH RSA Auth Keys"),
+         print "%-24s:" % ("SSH Auth Keys"),
          First = 1;
       else:
          print "%-24s:" % (""),