Ubuntu server 16.04.2samba has upgraded from As per repository (latest
version)I was configuring samba as per document from wiki
"ActivedirectoryWINbindHowto"After editing the common-account and
common-auth I rebooted the server.I could notlogin as root or any Linux user.
Server says "Incorrect login" But I tried with all otherLinux user
login which are all logged well before inducing root.How to login
nowBelow is part of document
:------------------------------------------------------------------------------------------------------------------------------- Note:
You can use pam-auth-update to add the necessary entries for winbind
authentication. If you installed libpam-winbind above, this step is all you
need to do to configure pam. You may want to add the line to automatically
create the home directory.sudo pam-auth-updateThis PAM configuration does not
acquire a Kerberos TGT at login. To acquire a ticket, use kinit after logging
in, and
consider using kdestroy in a logout script.file:
/etc/pam.d/common-accountaccount sufficient
pam_winbind.soaccount required
pam_unix.sofile: /etc/pam.d/common-authauth sufficient pam_winbind.soauth
sufficient pam_unix.so nullok_secure use_first_passauth required
pam_deny.so--------------------------------------------------------------------------------------------------------------------