On Tue, Feb 24, 2009 at 9:23 AM, Tom Lieuallen <[email protected]> wrote:
> > On our campus, we have an AD forest. Our particular department has a > number of samba servers that authenticate to one tree of that AD forest. > All of our users have accounts in LDAP for unix and AD for windows. > We don't want/need winbind for authentication. However, we would like the > ability of setting ACLs on the samba server from windows clients. So, I > assume I need a mapping of unix uid to AD SID. > > It seems winbind is the solution for this, however it seems to want to > generate the uids rather than using getpwent to look that up. > > Is there something simple that I'm overlooking? > May be you can use "idmap backend = rid" to use RID of the user SID to generate the UID and GID? http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/idmapper.html#id2599635 HTH, -Kums -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
