aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmodules/openssh/templates/ldap-sshkey2file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openssh/templates/ldap-sshkey2file.py b/modules/openssh/templates/ldap-sshkey2file.py
index e8597a6a..6a1e12d5 100755
--- a/modules/openssh/templates/ldap-sshkey2file.py
+++ b/modules/openssh/templates/ldap-sshkey2file.py
@@ -34,7 +34,7 @@ def usage():
print
print "Will fetch all enabled user accounts under %s" % peopledn
print "with ssh keys in them and write each one to"
- print "%s/<login>/authorized_keys" % keypathprefix
+ print "%s/<login>/.ssh/authorized_keys" % keypathprefix
print
print "It will return failure when no keys are updated and success"
print "when one or more keys have changed."