Je doute que tu as configuré sssd, donc il vaut mieux faire un /etc/nsswitch.conf qui utilise winbind seulement, ainsi:
-------------------------------------------------------------- # /etc/nsswitch.conf # # Example configuration of GNU Name Service Switch functionality. # If you have the `glibc-doc-reference' and `info' packages installed, try: # `info libc "Name Service Switch"' for information about this file. passwd: compat systemd winbind group: compat systemd winbind shadow: compat gshadow: files hosts: files dns networks: files protocols: db files services: db files ethers: db files rpc: db files netgroup: nis sudoers: files -------------------------------------------------------------- Est-ce que tu as lu https://wiki.samba.org/index.php/Samba_Member_Server_Troubleshooting ? On Wed, Dec 23, 2020 at 05:52:50PM +0100, Grégoire Métral wrote: > Le 23.12.20 à 17:49, Erik Rossen a écrit : > > Est-ce qu'on peut voir /etc/nsswitch.conf aussi? > > La doc disait de juste ajouter les 2 dernières lignes: > > > # /etc/nsswitch.conf > # > # Example configuration of GNU Name Service Switch functionality. > # If you have the `glibc-doc-reference' and `info' packages installed, try: > # `info libc "Name Service Switch"' for information about this file. > > passwd: compat systemd sss > group: compat systemd sss > shadow: compat sss > gshadow: files > > hosts: files dns > networks: files > > protocols: db files > services: db files sss > ethers: db files > rpc: db files > > netgroup: nis sss > sudoers: files sss > > passwd: files winbind > group: files winbind > > _______________________________________________ > gull mailing list > [email protected] > https://forum.linux-gull.ch/mailman/listinfo/gull -- Erik Rossen [email protected] https://www.rtfm-sarl.ch OpenPGP key: 2935D0B9 _______________________________________________ gull mailing list [email protected] https://forum.linux-gull.ch/mailman/listinfo/gull
