user.shell_choices ================== Return the available shell choices to be used in `user.create` and `user.update`. :param group_ids: List of local group IDs for the user. .. raw:: html
{
"/usr/bin/bash": "bash",
"/usr/bin/dash": "dash",
"/usr/bin/rbash": "rbash",
"/usr/bin/sh": "sh",
"/usr/bin/tmux": "tmux",
"/usr/bin/zsh": "zsh",
"/usr/sbin/nologin": "nologin"
}