the shiro-plugin is great regarding it's functionality, but not too well documented - I agree.
So I guess you will not find any additional tutorials beyond what you already know.
As with most of the plugins, they are mostly simple wrappers around the main library, so a good start to understand shiro is the shiro documentation.
Next problem is to understand how Peter Ledbrook mapped the shiro functionality to grails features. For me, the most important thing was that shiro methods like SecurityUtils.subject.isPermitted are mapped to the methods you'll find in the realm. By modifying the realm file, you'll be able to do nearly all tricks you need to do (for instance get some permissions through LDAP).
If you could be more specific on what you need to know about shiro in detail, maybe I could give you a better answer :-)