/usr/sbin/sss_debuglevel is in sssd-tools 1.16.1-1ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 | #!/bin/sh
sbindir=/usr/sbin
echo "Redirecting to $sbindir/sssctl debug-level" >&2
exec $sbindir/sssctl debug-level "$@"
|