Date: Mon, 26 Jan 2004 15:18:43 -0500 From: "Will Saxon" <WillS@housing.ufl.edu> To: <questions@freebsd.org> Subject: winbind under 5.2 Message-ID: <0E972CEE334BFE4291CD07E056C76ED8CBBE20@bragi.housing.ufl.edu>
index | next in thread | raw e-mail
Heloo, I am trying to use the winbind functions of Samba on a 5.2-RELEASE system. I am able to enumerate users and groups per the documentation using wbinfo -u/-g, although while the examples show the output as being 'DOMAIN+user' or 'DOMAIN+group' I do not see the 'DOMAIN' part. I have copied the pam_winbind and nss_winbind modules to appropriate places and have confirmed that libnss_winbind is in the cache. I have nsswitch.conf edited properly. I have winbindd loaded, etc. however I am not able to assign permissions using domain accounts and I am not able to resolve domain password entries via pw. I am trying to use this combination (FreeBSD/Samba) instead of Win2k Server for our file server needs, but I need to be able to set permissions for roaming user profiles and shared directories as we depend heavily on a terminal server/thin client environment. Relevant portions of my smb.conf file: [global] netbios name = samba workgroup = <NT_DOMAIN_NAME> realm = <DNS.DOMAIN.SUFFIX> security = ADS encrypt passwords = yes password server = <dns name of a global catalog domain controller> winbind separator = + idmap uid = 10000-20000 idmap gid = 10000-20000 winbind enum users = yes winbind enum groups = yes winbind use default domain = yeshelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0E972CEE334BFE4291CD07E056C76ED8CBBE20>
