List Info

Thread: using pam_ldap.so in pam the d.bus stop to work




using pam_ldap.so in pam the d.bus stop to work
country flaguser name
United Kingdom
2007-04-18 02:55:09
Public bug reported:

Binary package hint: dbus-1

I know to report this problems in answers session, but I'm
not only to having this problem.
In ubuntu forum I have found some users that have report the
impossibility to use usb device or Wi-Fi device after to
have modified the pam.d file like the instructions in the
ubuntu wiki howto (ActiveDirectoryHowTo) .
Now I have 2 servers with the Ubuntu 6.10 server edition and
50 machines with Ubuntu 6.10 desktop. If I change the pam
configuration files to work with the LDAP + SAMBA PDC
server, these machines are not be able to use the dbus (stop
to work networkmanager, stop to work hal).
I know there is a new tool to configure the pam file in
ubuntu 7.04, but I'm not sure now to update this machines.
What I can make in order to allow the cliets to use the
d-bus system.
Now I have this file configuration:

/etc/pam.d/common-account
account   sufficient   pam_unix.so
account   required     pam_ldap.so

/etc/pam.d/common-auth
auth     sufficient   pam_unix.so nullok_secure
auth     requisite    pam_ldap.so use_first_pass
auth     optional     pam_smbpass.so migrate

/etc/pam.d/common-password
password   sufficient   pam_unix.so nullok obscure min=4
max=8 md5
password   requisite    pam_ldap.so
password   optional     pam_smbpass.so nullok try_first_pass
use_authtok

/etc/pam.d/common-session
session   required   pam_env.so readenv=1
session   required   pam_unix.so
session   optional   pam_ldap.so
session   required   pam_mkhomedir.so skel=/etc/skel/
umask=077
session   optional   pam_foreground.so


With this configuration I don't have problems with dbus, but
there are the impossibility to change password on local
machines, infact yesterday I try to do it using the GUI
tools in Ubuntu desktop (gnome-about-me) , but I have not
otained the result wished (the password it has been changed
only on the server).

Thanks

** Affects: dbus (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

** Description changed:

  Binary package hint: dbus-1
  
  I know to report this problems in answers session, but I'm
not only to having this problem.
- In ubuntu forum I have found some users that have report
the impossibility to use usb device ore Wi-Fi device after
to have modified the pam.d file like the instructions in the
ubuntu wiki howto (ActiveDirectoryHowTo) .
+ In ubuntu forum I have found some users that have report
the impossibility to use usb device or Wi-Fi device after to
have modified the pam.d file like the instructions in the
ubuntu wiki howto (ActiveDirectoryHowTo) .
  Now I have 2 servers with the Ubuntu 6.10 server edition
and 50 machines with Ubuntu 6.10 desktop. If I change the
pam configuration files to work with the LDAP + SAMBA PDC
server, these machines are not be able to use the dbus (stop
to work networkmanager, stop to work hal).
  I know there is a new tool to configure the pam file in
ubuntu 7.04, but I'm not sure now to update this machines.
What I can make in order to allow the cliets to use the
d-bus system.
  Now I have thi file configuration:
  
  /etc/pam.d/common-account
  account   sufficient   pam_unix.so
  account   required     pam_ldap.so
  
  /etc/pam.d/common-auth
  auth     sufficient   pam_unix.so nullok_secure
  auth     requisite    pam_ldap.so use_first_pass
  auth     optional     pam_smbpass.so migrate
  
  /etc/pam.d/common-password
  password   sufficient   pam_unix.so nullok obscure min=4
max=8 md5
  password   requisite    pam_ldap.so
  password   optional     pam_smbpass.so nullok
try_first_pass use_authtok
  
  /etc/pam.d/common-session
  session   required   pam_env.so readenv=1
  session   required   pam_unix.so
  session   optional   pam_ldap.so
  session   required   pam_mkhomedir.so skel=/etc/skel/
umask=077
  session   optional   pam_foreground.so
  
  
  With this configuration I don't have problems with dbus,
but there are the impossibility to change password on local
machines, infact yesterday I try to do it using the GUI
tools in Ubuntu desktop (gnome-about-me) , but I have not
otained the result wished (the password it has been changed
only on the server).
  
  Thanks

** Description changed:

  Binary package hint: dbus-1
  
  I know to report this problems in answers session, but I'm
not only to having this problem.
  In ubuntu forum I have found some users that have report
the impossibility to use usb device or Wi-Fi device after to
have modified the pam.d file like the instructions in the
ubuntu wiki howto (ActiveDirectoryHowTo) .
  Now I have 2 servers with the Ubuntu 6.10 server edition
and 50 machines with Ubuntu 6.10 desktop. If I change the
pam configuration files to work with the LDAP + SAMBA PDC
server, these machines are not be able to use the dbus (stop
to work networkmanager, stop to work hal).
  I know there is a new tool to configure the pam file in
ubuntu 7.04, but I'm not sure now to update this machines.
What I can make in order to allow the cliets to use the
d-bus system.
- Now I have thi file configuration:
+ Now I have this file configuration:
  
  /etc/pam.d/common-account
  account   sufficient   pam_unix.so
  account   required     pam_ldap.so
  
  /etc/pam.d/common-auth
  auth     sufficient   pam_unix.so nullok_secure
  auth     requisite    pam_ldap.so use_first_pass
  auth     optional     pam_smbpass.so migrate
  
  /etc/pam.d/common-password
  password   sufficient   pam_unix.so nullok obscure min=4
max=8 md5
  password   requisite    pam_ldap.so
  password   optional     pam_smbpass.so nullok
try_first_pass use_authtok
  
  /etc/pam.d/common-session
  session   required   pam_env.so readenv=1
  session   required   pam_unix.so
  session   optional   pam_ldap.so
  session   required   pam_mkhomedir.so skel=/etc/skel/
umask=077
  session   optional   pam_foreground.so
  
  
  With this configuration I don't have problems with dbus,
but there are the impossibility to change password on local
machines, infact yesterday I try to do it using the GUI
tools in Ubuntu desktop (gnome-about-me) , but I have not
otained the result wished (the password it has been changed
only on the server).
  
  Thanks

-- 
using pam_ldap.so in pam the d.bus stop to work
https://bugs.l
aunchpad.net/bugs/107418
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-bugslists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[1]

about | contact  Other archives ( Real Estate discussion Medical topics )