diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-03-01 14:53:37 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-03-01 14:53:37 -0500 |
commit | ebd776722e0fd6dfacc79146c368d148f0e266cb (patch) | |
tree | 96c98b0c649c166b8724ab6253fecb4b6cf53c69 /src/share/ma/update_users | |
parent | 183d64eed7eb9724ca6c96f656cb02f475158d0e (diff) |
break out default variables into their own file: defaultenv
this allows the common file to be sourced without reseting variables
to their defaults, which was causing a problem with
su_monkeysphere_user.
also added some more debug messages.
Diffstat (limited to 'src/share/ma/update_users')
-rw-r--r-- | src/share/ma/update_users | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/share/ma/update_users b/src/share/ma/update_users index c180b56..3a5c006 100644 --- a/src/share/ma/update_users +++ b/src/share/ma/update_users @@ -80,6 +80,7 @@ for uname in $unames ; do # translating ssh-style path variables authorizedUserIDs=$(translate_ssh_variables "$uname" "$AUTHORIZED_USER_IDS") if [ -s "$authorizedUserIDs" ] ; then + log debug "authorized_user_ids file found." # check permissions on the authorized_user_ids file path if check_key_file_permissions "$uname" "$authorizedUserIDs" ; then # copy user authorized_user_ids file to temporary |