Hi Lexje, I'm not sure I understand what you're after but one way would be (arguments in CAPS you provide GROUP_ID,UID, USER)
useradd -g GROUP_ID -u UID -d /zpool/home/USER -s /usr/bin/false USER zfs create -o casesensitivity=mixed -o sharesmb=on zpool/home/USER zfs set sharesmb=name=USER zpool/home/USER This portion optional and will require tweaking based on your permission and access needs cd /zpool/home chmod 755 USER chown USER:GROUP_ID USER chmod A+owner@:full_set:fd:allow,everyone@:read_set/execute:fd:allow USER Hope that helps -- This message posted from opensolaris.org _______________________________________________ distribution-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/distribution-discuss
