For all those stuck with this issue. There's a real alternative to winbind,
sssd. The following guide should get you started:
https://fedorahosted.org/sssd/wiki/Configuring_sssd_with_ad_server
Using the "realm" command is especially easy.
Once a getent passwd administra...@domain.name returns som
The solution I posted above is NOT stable. After some time, getent group
only returns local groups again. The bug is not resolved by this.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1307778
Title:
Sorry, the "I" before the [Global] section in my previous comment is of course
a typo, it should not be there.
To futher get a bit of context here: I had this server running without problems
on ubuntu server 12.04 and upgraded to 14.04.1 LTS using do-release-upgrade.
This is when getent group st
Another (last) comment:
When doing this, the id mapping get "reassigned", so you'll have to change the
rights in the filesystem (chowning) to the desired ad users/groups.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.la
I actually fixed this by doing the following steps:
# service smbd stop
# service winbind stop
# cd /var/lib/samba
# mv winbindd_cache.tdb winbindd_cache.tdb.backup
# mv winbindd_idmap.tdb winbindd_idmap.tdb.backup
# service smbd start
# service winbind start
then
# getent passwd
and
# getent grou