This is a discussion on Re: [Samba] Samba, Winbind and AD. Nearly there but not quite within the Samba forums, part of the Networking and Network Related category; Thanks Thomas. Here is the info required. I have modified some names for privacy reasons! Hope it helps! Regards [root@...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Thanks Thomas.
Here is the info required. I have modified some names for privacy reasons! Hope it helps! Regards [root@hydra samba]# more smb.conf [global] workgroup =3D MYDOMAIN netbios name =3D HYDRA 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 template homedir =3D /files/home/%U template shell =3D /bin/bash realm =3D MYDOMAIN.CO.NZ unix charset =3D LOCALE ldap ssl =3D no server string =3D Hydra Server printcap name =3D /etc/printcap load printers =3D yes cups options =3D raw guest account =3D pcguest log file =3D /var/log/samba/smbd.log max log size =3D 50 security =3D ads encrypt passwords =3D yes password server =3D 10.64.2.1 username map =3D /etc/samba/smbusers socket options =3D TCP_NODELAY SO_RCVBUF=3D8192 SO_SNDBUF=3D8192 dns proxy =3D no [homes] comment =3D Home Directories valid users =3D %S read only =3D No browseable =3D No [printers] comment =3D All Printers path =3D /var/spool/samba browseable =3D no guest ok =3D yes writable =3D no printable =3D yes [public] path =3D /files read only =3D no user =3D @"MYDOMAIN+domain users" #grep winbind /etc/nsswitch.conf passwd: files winbind shadow: files winbind group: files winbind On 3/9/06, Thomas Limoncelli <limoncelli@web.de> wrote: > Vincent Commarieu wrote: > > I am at the point where I wbinfo -t, wbinfo -u, wbinfo -g and wbinfo > > -ausername%password work, but I cannot get getent passwd and getent > > group to gather any AD info. > > We'd need to see your global smb.conf settings (especially those related > to winbind and idmap) as well as the output of 'grep winbind > /etc/nsswitch.conf'. > > > -TL > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |