Skip site navigation (1)Skip section navigation (2)
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>

next in thread | raw e-mail | index | archive | help
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 =3D samba
workgroup =3D <NT_DOMAIN_NAME>
realm =3D <DNS.DOMAIN.SUFFIX>
security =3D ADS
encrypt passwords =3D yes
password server =3D <dns name of a global catalog domain controller>
winbind separator =3D +
idmap uid =3D 10000-20000
idmap gid =3D 10000-20000
winbind enum users =3D yes
winbind enum groups =3D yes
winbind use default domain =3D yes





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0E972CEE334BFE4291CD07E056C76ED8CBBE20>