The error happens when nsswitch is set to use winbind as so:

===
# /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:         winbind
group:          winbind
shadow:         winbind

hosts:          files dns
networks:       files

protocols:      db files
services:       db files
ethers:         db files
rpc:            db files

netgroup:       nis
===

It's specifically the passwd, group and shadow entries that are at
issue. I've got ADS working now. If I add "files" before or after
"winbind" on those lines there's no error message, but on the other and
ADS no longer works.

-- 
winbind init script triggers "invalid group" error
https://bugs.launchpad.net/bugs/191857
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to