ghantoos / lshell

lshell is a shell coded in Python, that lets you restrict a user's environment to limited sets of commands, choose to enable/disable any command over SSH (e.g. SCP, SFTP, rsync, etc.), log user's commands, implement timing restriction, and more.
GNU General Public License v3.0
434 stars 113 forks source link

Limit on number of groups #189

Open fatalkill3r opened 6 years ago

fatalkill3r commented 6 years ago

Hi

It seems that lshell experiences problem when a user belongs to more than 10 groups. sudo permissions start misbehaving. Is there any type of upper limit on number of groups a user can belong to?