Hallo,
hat jemand Erfahrung mit dem folgendem Problem:
Umgebung:
Ubuntu 8.04 (Server) auf einer 64 bit Maschine. VMWare Server installiert und im Prinzip lauffähig. Eingebunden in eine Windows 2000 Domain. Mit ssh kann man sich mit dem Domain Account anmelden.
Leider geht die Domain Anmeldung nicht mit der VMWare Console.
Habe auch schon im Netz gesucht. Der beste Treffer war http://forum.ubuntuusers.de/topic/34985/ aber der Link zu dem Folgeeitrag ist tot.
Folgende Konfiguration:
(vmware server winbind und samba spare ich mir, da dies ja funktioniert)
vmware-auth:
#%PAM-1.0 auth sufficient /lib32/security/pam_winbind.so auth required /usr/lib/vmware/lib/libpam.so.0/security/pam_unix_auth.so shadow nullok account sufficient /lib32/security/pam_winbind.so account required /usr/lib/vmware/lib/libpam.so.0/security/pam_unix_acct.so
Habe in /lib32/security pam Bibliotheken von einem 32 Bit System (älteres wie 8.04 → kann hier das Problem liegen) kopiert, da diese leider im Paket liba32 nicht enthalten sind.
Bekomme die folgende Fehlermeldung:
Jun 23 19:44:12 hafnium sshd[4868]: pam_winbind(sshd:auth): getting password (0x00000000) Jun 23 19:44:12 hafnium sshd[4868]: pam_winbind(sshd:auth): user 'testuser' granted access Jun 23 19:44:12 hafnium sshd[4868]: pam_winbind(sshd:account): user 'testuser' OK Jun 23 19:44:12 hafnium sshd[4868]: pam_winbind(sshd:account): user 'testuser' granted access Jun 23 19:44:12 hafnium sshd[4868]: Accepted password for testuser from 192.168.100.142 port 3282 ssh2 Jun 23 19:44:12 hafnium sshd[4871]: pam_unix(sshd:session): session opened for user testuser by (uid=0) Jun 23 19:44:25 hafnium sshd[4871]: pam_unix(sshd:session): session closed for user testuser Jun 23 19:57:02 hafnium vmware-authd[4893]: PAM (other) illegal module type: @include Jun 23 19:57:02 hafnium vmware-authd[4893]: PAM pam_parse: expecting return value; [...common-auth] Jun 23 19:57:02 hafnium vmware-authd[4893]: PAM (other) no module name supplied Jun 23 19:57:02 hafnium vmware-authd[4893]: PAM unable to dlopen(<*unknown module path*>) Jun 23 19:57:02 hafnium vmware-authd[4893]: PAM [error: <*unknown module path*>: cannot open shared object file: No such file or directory] Jun 23 19:57:02 hafnium vmware-authd[4893]: PAM adding faulty module: <*unknown module path*> Jun 23 19:57:02 hafnium vmware-authd[4893]: PAM (other) illegal module type: @include Jun 23 19:57:02 hafnium vmware-authd[4893]: PAM pam_parse: expecting return value; [...common-account] Jun 23 19:57:02 hafnium vmware-authd[4893]: PAM (other) no module name supplied Jun 23 19:57:02 hafnium vmware-authd[4893]: PAM (other) illegal module type: @include Jun 23 19:57:02 hafnium vmware-authd[4893]: PAM pam_parse: expecting return value; [...common-password] Jun 23 19:57:02 hafnium vmware-authd[4893]: PAM (other) no module name supplied Jun 23 19:57:02 hafnium vmware-authd[4893]: PAM (other) illegal module type: @include Jun 23 19:57:02 hafnium vmware-authd[4893]: PAM pam_parse: expecting return value; [...common-session] Jun 23 19:57:02 hafnium vmware-authd[4893]: PAM (other) no module name supplied Jun 23 19:57:02 hafnium pam_winbind[4893]: write to socket failed! Jun 23 19:57:02 hafnium pam_winbind[4893]: internal module error (retval = 3, user = `testuser')
Im oberem Teil sieht man auch dass ssh via winbind funktioniert.
Die parsing Fehler kann ich mir auch nicht erklären.
Kann mir jemand helfen?
Wie komme ich an die /lib32/security Bibliotheken die zu 8.04 passen?
Danke und Gruß