On 2008-3-11 9:16, Vincent Boisard wrote: > Hi everyone, > > I'm new here so I hoped I posted in the right list ;) > > I am trying to user sharemgr to share paths with several security modes, the > equivalent of : > share -F nfs -o sec=krb5:krb5i:krb5p /export/home > but for a given group (not using sharemgr share). > I have tried sharemgr set -P nfs -S krb5:krb5i:krb5p group but it does not > work. >
Hi Vincent, You may have to "set" it 3 times: # sharemgr create -P nfs secgrp # sharemgr set -P nfs -S krb5 secgrp # sharemgr set -P nfs -S krb5i secgrp # sharemgr set -P nfs -S krb5p secgrp # sharemgr show -vp secgrp secgrp nfs=() nfs:krb5=() nfs:krb5i=() nfs:krb5p=() # sharemgr add -s /export/krb5 secgrp # share |grep 'export/krb5' - at secgrp /export/krb5 sec=krb5,sec=krb5i,sec=krb5p "" # -- Thanks, Helen