# These descriptions are printed to the console while a transaction # is performed, in real time. descriptions = { 'add_user_to_ldap': 'Add user to LDAP', 'add_group_to_ldap': 'Add group to LDAP', 'add_user_to_kerberos': 'Add user to Kerberos', 'create_home_dir': 'Create home directory', 'set_forwarding_addresses': 'Set forwarding addresses', 'send_welcome_message': 'Send welcome message', 'subscribe_to_mailing_list': 'Subscribe to mailing list', 'announce_new_user': 'Announce new user to mailing list', 'replace_login_shell': 'Replace login shell', 'replace_forwarding_addresses': 'Replace forwarding addresses', 'remove_user_from_ldap': 'Remove user from LDAP', 'remove_group_from_ldap': 'Remove group from LDAP', 'remove_user_from_kerberos': 'Remove user from Kerberos', 'delete_home_dir': 'Delete home directory', 'unsubscribe_from_mailing_list': 'Unsubscribe from mailing list', 'add_sudo_role': 'Add sudo role to LDAP', 'add_user_to_group': 'Add user to group', 'add_user_to_auxiliary_groups': 'Add user to auxiliary groups', 'subscribe_user_to_auxiliary_mailing_lists': 'Subscribe user to auxiliary mailing lists', 'remove_user_from_group': 'Remove user from group', 'remove_user_from_auxiliary_groups': 'Remove user from auxiliary groups', 'unsubscribe_user_from_auxiliary_mailing_lists': 'Unsubscribe user from auxiliary mailing lists', 'remove_sudo_role': 'Remove sudo role from LDAP', 'update_positions_ldap': 'Update positions in LDAP', 'update_exec_group_ldap': 'Update executive group in LDAP', 'subscribe_to_mailing_lists': 'Subscribe to mailing lists', }