]> Frank Brehm's Git Trees - pixelpark/pp-admin-tools.git/commitdiff
Minor changes to scripts/disabling-ldap-user
authorFrank Brehm <frank.brehm@pixelpark.com>
Mon, 7 Mar 2022 15:19:56 +0000 (16:19 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Mon, 7 Mar 2022 15:19:56 +0000 (16:19 +0100)
scripts/disabling-ldap-user

index 89e5b7302718383d80019d9786110ea4227a35f5..b937d6820d0f8490bf4916f0b3dc6fccf397bc83 100755 (executable)
@@ -9,7 +9,7 @@ QUIET='n'
 SIMULATE='n'
 YES="n"
 
-VERSION="1.1"
+VERSION="1.2"
 
 # console colors:
 RED=""
@@ -185,9 +185,9 @@ error() {
 description() {
     cat <<-EOF
 
-       Disables a LDAP User by Setting its inetStatus to '${CYAN}disabled${NORMAL}',
-       setting the Login Shell to '${CYAN}/bin/false${NORMAL}', setting the password to a dummy value
-       and removing the appropriate entries in groups.
+       Disables a LDAP User by setting its inetUserStatus and mailUserStatus to '${CYAN}inactive${NORMAL}',
+       setting the Login Shell to '${CYAN}/bin/false${NORMAL}', removing the password, setting the
+       account expiry date to a date in the past and removing the appropriate entries in groups.
 
        EOF
 
@@ -575,7 +575,7 @@ disabling_password() {
 #------------------------------------------------------------------------------
 setting_user_status() {
 
-    info "Setting UserStatus of '${CYAN}${USER_NAME}${NORMAL}' to '${CYAN}disabled${NORMAL}' ..."
+    info "Setting UserStatus of '${CYAN}${USER_NAME}${NORMAL}' to '${CYAN}inactive${NORMAL}' ..."
 
     cat > "${LDIF_FILE}" <<-EOF
                dn: ${USER_DN}