https://bugzilla.novell.com/show_bug.cgi?id=213235 jolz@gmx.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jolz@gmx.de Component|KDE |Security ------- Comment #4 from jolz@gmx.de 2006-10-20 07:26 MST ------- Bug #118003:
Access Denied You are not authorized to access bug #118003.
I check some other login variants: ssh JoLZ@foopc ssh " JOLZ@foopc" works. (login correct, but this time $USER is correct). this works and the result is okay: $> perl -e 'print ("username=_" . getpwuid($<) . "_\n");' username=_jolz_
What program did you use to test this?
- I logged in with kdm [1] - i saw the $USER-Environment with bash ("echo $USER") - the pam_mount.so modules (see my /etc/pam.d/xdm above) saw also the wrong user. So the mounts fail! (very bad) I appended the debug option in /etc/pam.d/xdm, but there i could not see more messages than the lines above. Is it the right place? by the way: the log in the ldap Server: Oct 20 14:46:36 ldapserver slapd[15718]: conn=124 op=3324 SRCH base="ou=Group,dc=ichaus,dc=lan" scope=1 deref=0 filter="(&(objectClass=posixGroup)(|(memberUid=JOLZ) (uniqueMember=uid=jolz,ou=users,dc=ichaus,dc=lan)))" You should notice, that in the filter "memberUid=JOLZ" and "uniqueMember=uid=jolz" can be found. jolz [1] Displaymanager: We are using KDM: foopc:/etc/sysconfig # cat displaymanager ## Path: Desktop/Display manager ## Description: ## Type: string(kdm,xdm,gdm,wdm,console) ## Default: "" # # Here you can set the default Display manager (kdm/xdm/gdm/wdm/console). # all changes in this file require a restart of the displaymanager # DISPLAYMANAGER="kdm" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.