diff options
author | Matt Goins <mjgoins@openflows.com> | 2009-02-01 20:09:39 -0500 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2009-02-01 20:09:39 -0500 |
commit | 5de2eeb71c3c8f694d990058194afdda7d7f364f (patch) | |
tree | 5cfc5a650edf73e093b51225c70506d07fb2bebe /src/share/ma/update_users | |
parent | a8aa9a5f0d1d1e3832fee0b36f3462992bb5d142 (diff) | |
parent | 7548a859412f10e68f90ee68f330593d85b090fc (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'src/share/ma/update_users')
-rw-r--r-- | src/share/ma/update_users | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/ma/update_users b/src/share/ma/update_users index 73685f6..e9e3cc6 100644 --- a/src/share/ma/update_users +++ b/src/share/ma/update_users @@ -35,7 +35,7 @@ MODE="authorized_keys" GNUPGHOME="$GNUPGHOME_SPHERE" # the authorized_keys directory -authorizedKeysDir="${SYSDATADIR}/authentication/authorized_keys" +authorizedKeysDir="${MADATADIR}/authorized_keys" # check to see if the gpg trust database has been initialized if [ ! -s "${GNUPGHOME}/trustdb.gpg" ] ; then |