> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss- > boun...@opensolaris.org] On Behalf Of Fred Liu > > Is there a mapping mechanism like what DataOnTap does to map the > permission/acl between NIS/LDAP and AD?
There are a lot of solutions available. But if you don't already have a solution in hand, you can certainly waste a lot of time figuring it all out. Here's what I do: Solaris server used Kerberos to authenticate against AD. I use NIS (could use LDAP) to maintain a consistent mapping of UID/GID/other posix information. This could be either linux/solaris/or windows AD server. Set up time sync so you're always in-sync with AD time. You can enable nfs by setting the sharenfs property on the filesystem, or by editing dfstab (and running the share command) You could use the built-in cifs server, but I prefer samba. Join the AD domain with samba (net join)... Use DOMAIN or ADS. _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss