Public bug reported:
A configuration that works perfectly after setup prevents an Ubuntu
12.04 Precise client from booting.
Checks before rebooting:
1. winbind authentication is working (console login, xrdp, etc)
2. libnss-ldap name resolution is working (getent passwd)
(this is the intended se
Further debug indicates that this is a group resolution problem at boot
time because
passwd: compat ldap
group: compat
shadow: compat ldap
boots perfectly.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap in Ubuntu.
https:
Current workaround is changing the existing script /etc/init.d/libnss-
ldap to include:
[...]
case "$1" in
start)
cp -f /etc/nsswitch.conf.ldap /etc/nsswitch.conf
;;
stop)
cp -f /etc/nsswitch.conf.local /etc/nsswitch.conf
Hello Clint,
We are using the default for networking, ie, Network Manager.
Booting with --verbose noquiet results in the single 2 lines:
Loading configuration from /etc/init.conf
Loading configuration fomt /etc/init
being printed.
The system hangs right there.
--
You received this bug notif
Hi,
We are using the Ubuntu's default network configuration, nothing done
manually on /etc/interfaces.
It does bring the network up before login and works perfectly with
nss_winbind.
So the problem is likely the integration of nss_ldap on Ubuntu and not
the network configuration.
--
You receiv
Public bug reported:
In fast machines one can see a race condition related to the old-style
sysinit scripts that upstart runs. I noticed this on a virtual machine.
The symptoms are:
- winbind is hung on a futex call (only one winbind proc is visible, unlike
the usual situation)
- xrdp is not l
They are possibly related. I will send more info as requested.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1083407
Title:
subtle upstart race condition with rc-sysinit scripts
To
upstart version is1.5-0ubuntu7
I think this bug can be merged with bug 1078699
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1083407
Title:
subtle upstart race condition with
A just slightly less ugly fix is introducing
/etc/rc2.d/S10sleep
with
RCDELAY=30
sleep $RCDELAY
Seems to work
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1078699
Title:
winbind
Public bug reported:
When a user is authenticated against an AD server it is supposed to be
able to use Windows Integrate Authentication for login on NTLM based
websites. This means that the user won't be prompted for a password on
such sites since the cached credentials can be used.
On Linux thi
10 matches
Mail list logo