The 's' is the setguid bit. Like the infamous setuid, this runs the program with the processing effective group id set to the group of the file.
So, say the file is in the group "accounts", when it runs the group id of the program will be "accounts", regardless of what your current user group is.
Hope that helps.